c78c51c
--- ./gdb/infrun.c	22 Jun 2007 12:47:48 -0000	1.243
c78c51c
+++ ./gdb/infrun.c	25 Jun 2007 20:43:18 -0000
c78c51c
@@ -466,7 +467,7 @@ static const char *scheduler_enums[] = {
c78c51c
   schedlock_step,
c78c51c
   NULL
c78c51c
 };
c78c51c
-static const char *scheduler_mode = schedlock_off;
c78c51c
+static const char *scheduler_mode = schedlock_step;
c78c51c
 static void
c78c51c
 show_scheduler_mode (struct ui_file *file, int from_tty,
c78c51c
 		     struct cmd_list_element *c, const char *value)