diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 940f575..3f14397 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -221,7 +221,7 @@ show_non_stop (struct ui_file *file, int from_tty, non-stop, in which all GDB operations that might affect the target's execution have been disabled. */ -bool observer_mode = false; +static bool observer_mode = false; static bool observer_mode_1 = false; static void |