Skip to content
Snippets Groups Projects
Commit a49f981f authored by Michael Snyder's avatar Michael Snyder
Browse files

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

	* inferior.h: Update ancient comment.
parent 483d7cf4
No related branches found
No related tags found
No related merge requests found
2009-06-21 Michael Snyder <msnyder@vmware.com>
* inferior.h: Update ancient comment.
2009-06-20 Aleksandar Ristovski <aristovski@qnx.com> 2009-06-20 Aleksandar Ristovski <aristovski@qnx.com>
Pedro Alves <pedro@codesourcery.com> Pedro Alves <pedro@codesourcery.com>
......
...@@ -287,8 +287,9 @@ extern int stop_stack_dummy; ...@@ -287,8 +287,9 @@ extern int stop_stack_dummy;
extern int stopped_by_random_signal; extern int stopped_by_random_signal;
/* 1 means step over all subroutine calls. /* STEP_OVER_ALL means step over all subroutine calls.
-1 means step over calls to undebuggable functions. */ 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 enum step_over_calls_kind
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment