diff options
author | Michael Snyder <msnyder@vmware.com> | 2009-06-21 18:00:22 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2009-06-21 18:00:22 +0000 |
commit | a49f981ff476f747c631ee499360f7179b047fa2 (patch) | |
tree | 1a3ac94eefb29782ae5e75664e85ebe10aa2b12e /gdb/inferior.h | |
parent | 483d7cf40a669633cecaf6507b1de673befb6b84 (diff) | |
download | gdb-a49f981ff476f747c631ee499360f7179b047fa2.zip gdb-a49f981ff476f747c631ee499360f7179b047fa2.tar.gz gdb-a49f981ff476f747c631ee499360f7179b047fa2.tar.bz2 |
2009-06-21 Michael Snyder <msnyder@vmware.com>
* inferior.h: Update ancient comment.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index c793936..ce255ee 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 { |