diff options
author | Pedro Alves <palves@redhat.com> | 2009-03-22 17:57:11 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-03-22 17:57:11 +0000 |
commit | 41d2bdb467371e3a18ff8eb69859b1d7cb56a2bd (patch) | |
tree | 86d0544ca527fc6518ffde5506efa0fd5068613e /gdb/inferior.h | |
parent | 065a2c74b5aa7c28709928ca57aa49c2fb507079 (diff) | |
download | gdb-41d2bdb467371e3a18ff8eb69859b1d7cb56a2bd.zip gdb-41d2bdb467371e3a18ff8eb69859b1d7cb56a2bd.tar.gz gdb-41d2bdb467371e3a18ff8eb69859b1d7cb56a2bd.tar.bz2 |
* infcall.c (run_inferior_call): Remove references to
suppress_stop_observer.
* infcmd.c (suppress_stop_observer): Delete.
(finish_command_continuation): Remove NOTE. Don't clear
suppress_stop_observer anymore.
(finish_command_continuation_free_arg): Likewise.
(finish_forward): Remove references to suppress_stop_observer.
Call normal_stop observer if we haven't already.
* inferior.h (suppress_stop_observer): Delete.
* infrun.c (normal_stop): When deciding to suppress the
normal_stop observer, check for proceed_to_finish instead of
suppress_stop_observer.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 6a1c01a..4d41402 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -368,10 +368,6 @@ extern int debug_displaced; void displaced_step_dump_bytes (struct ui_file *file, const gdb_byte *buf, size_t len); - -/* When set, normal_stop will not call the normal_stop observer. */ -extern int suppress_stop_observer; - /* When set, no calls to target_resumed observer will be made. */ extern int suppress_resume_observer; |