diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 3488597..db0f4d9 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -420,7 +420,7 @@ enum stop_kind STOP_QUIETLY_NO_SIGSTOP }; -extern enum stop_kind stop_soon_quietly; +extern enum stop_kind stop_soon; /* Nonzero if proceed is being used for a "finish" command or a similar situation when stop_registers should be saved. */ |