summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2009-06-21 18:00:19 +0000
committerMichael Snyder <msnyder@specifix.com>2009-06-21 18:00:19 +0000
commit5e522b47e7ca0231081bbcd679dfd10861c7bc35 (patch)
treee3459f07046dd697e75f48bf0c561664acb6af29
parent5731da445d5947416a694227bc4b807e59612014 (diff)
downloadgdb-5e522b47e7ca0231081bbcd679dfd10861c7bc35.tar.gz
2009-06-21 Michael Snyder <msnyder@vmware.com>
* inferior.h: Update ancient comment.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/inferior.h5
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9e255c7a0b2..430cbd8bfbb 100644
--- a/gdb/ChangeLog
+++ b/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>
diff --git a/gdb/inferior.h b/gdb/inferior.h
index c793936801b..ce255ee2a07 100644
--- a/gdb/inferior.h
+++ b/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
{