Browse Source

2009-06-21 Michael Snyder <msnyder@vmware.com>

* inferior.h: Update ancient comment.
dje-cgen-play1-branch
Michael Snyder 17 years ago
parent
commit
a49f981ff4
  1. 4
      gdb/ChangeLog
  2. 5
      gdb/inferior.h

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2009-06-21 Michael Snyder <msnyder@vmware.com>
* inferior.h: Update ancient comment.
2009-06-20 Aleksandar Ristovski <aristovski@qnx.com>
Pedro Alves <pedro@codesourcery.com>

5
gdb/inferior.h

@ -287,8 +287,9 @@ extern int stop_stack_dummy;
extern int stopped_by_random_signal;
/* 1 means step over all subroutine calls.
-1 means step over calls to undebuggable functions. */
/* STEP_OVER_ALL means step over all subroutine calls.
STEP_OVER_UNDEBUGGABLE means step over calls to undebuggable functions.
STEP_OVER_NONE means don't step over any subroutine calls. */
enum step_over_calls_kind
{

Loading…
Cancel
Save