diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 9cfb03c..3a64a7c 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -244,7 +244,7 @@ extern void prepare_execution_command (struct target_ops *target, The catch-exec traps expected during start-up will be one more if the target is started up with a shell. */ -extern int startup_with_shell; +extern bool startup_with_shell; /* Nonzero if stopped due to completion of a stack dummy routine. */ @@ -257,7 +257,7 @@ extern int stopped_by_random_signal; /* Print notices on inferior events (attach, detach, etc.), set with `set print inferior-events'. */ -extern int print_inferior_events; +extern bool print_inferior_events; /* Anything but NO_STOP_QUIETLY means we expect a trap and the caller will handle it themselves. STOP_QUIETLY is used when running in |