diff --git a/gdb/infrun.c b/gdb/infrun.c index 47604c7..3f0d46b 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1661,7 +1661,7 @@ static const char *const scheduler_enums[] = { schedlock_step, NULL }; -static const char *scheduler_mode = schedlock_off; +static const char *scheduler_mode = schedlock_step; static void show_scheduler_mode (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value)