dd46ae6
Index: gdb-7.1.90.20100711/gdb/infrun.c
407ebe9
===================================================================
dd46ae6
--- gdb-7.1.90.20100711.orig/gdb/infrun.c	2010-07-12 10:05:26.000000000 +0200
dd46ae6
+++ gdb-7.1.90.20100711/gdb/infrun.c	2010-07-12 10:58:56.000000000 +0200
dd46ae6
@@ -1491,7 +1491,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)
dd46ae6
Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.mi/mi-console.exp
407ebe9
===================================================================
dd46ae6
--- gdb-7.1.90.20100711.orig/gdb/testsuite/gdb.mi/mi-console.exp	2010-01-01 08:32:03.000000000 +0100
dd46ae6
+++ gdb-7.1.90.20100711/gdb/testsuite/gdb.mi/mi-console.exp	2010-07-12 10:58:56.000000000 +0200
407ebe9
@@ -47,6 +47,9 @@ if  { [gdb_compile "${srcdir}/${subdir}/
407ebe9
 
407ebe9
 mi_run_to_main
407ebe9
 
407ebe9
+# thread-id=\"all\" vs. thread-id=\"1\" below:
407ebe9
+mi_gdb_test "210-gdb-set scheduler-locking off" "210\\^done" "set scheduler-locking off"
407ebe9
+
407ebe9
 # Next over the hello() call which will produce lots of output
407ebe9
 mi_gdb_test "220-exec-next" \
407ebe9
 	    "220\\^running(\r\n\\*running,thread-id=\"all\")?" \
dd46ae6
Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.mi/mi2-console.exp
407ebe9
===================================================================
dd46ae6
--- gdb-7.1.90.20100711.orig/gdb/testsuite/gdb.mi/mi2-console.exp	2010-05-26 20:12:13.000000000 +0200
dd46ae6
+++ gdb-7.1.90.20100711/gdb/testsuite/gdb.mi/mi2-console.exp	2010-07-12 10:59:14.000000000 +0200
407ebe9
@@ -47,6 +47,9 @@ if  { [gdb_compile "${srcdir}/${subdir}/
407ebe9
 
407ebe9
 mi_run_to_main
407ebe9
 
407ebe9
+# thread-id=\"all\" vs. thread-id=\"1\" below:
407ebe9
+mi_gdb_test "210-gdb-set scheduler-locking off" "210\\^done" "set scheduler-locking off"
407ebe9
+
407ebe9
 # Next over the hello() call which will produce lots of output
dd46ae6
 gdb_test_multiple "220-exec-next" "Started step over hello" {
dd46ae6
     -re "220\\^running\r\n(\\*running,thread-id=\"all\"\r\n)?$mi_gdb_prompt" {
dd46ae6
Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.mi/mi-cli.exp
2280d55
===================================================================
dd46ae6
--- gdb-7.1.90.20100711.orig/gdb/testsuite/gdb.mi/mi-cli.exp	2010-01-19 09:00:39.000000000 +0100
dd46ae6
+++ gdb-7.1.90.20100711/gdb/testsuite/gdb.mi/mi-cli.exp	2010-07-12 10:58:56.000000000 +0200
dd46ae6
@@ -176,7 +176,7 @@ mi_execute_to "exec-continue" "breakpoin
2280d55
 # Test that the token is output even for CLI commands
2280d55
 # Also test that *stopped includes frame information.
2280d55
 mi_gdb_test "34 next" \
2280d55
-    ".*34\\\^running.*\\*running,thread-id=\"all\"" \
2280d55
+    ".*34\\\^running.*\\*running,thread-id=\"1\"" \
2280d55
     "34 next: run"
2280d55
 
2280d55
 if {!$async} {