Blame SOURCES/gdb-6.6-scheduler_locking-step-is-default.patch

2c2fa1
Index: gdb-7.5.50.20130118/gdb/infrun.c
2c2fa1
===================================================================
2c2fa1
--- gdb-7.5.50.20130118.orig/gdb/infrun.c	2013-01-19 20:56:34.142917416 +0100
2c2fa1
+++ gdb-7.5.50.20130118/gdb/infrun.c	2013-01-19 20:56:34.662918474 +0100
2c2fa1
@@ -1628,7 +1628,7 @@ static const char *const scheduler_enums
2c2fa1
   schedlock_step,
2c2fa1
   NULL
2c2fa1
 };
2c2fa1
-static const char *scheduler_mode = schedlock_off;
2c2fa1
+static const char *scheduler_mode = schedlock_step;
2c2fa1
 static void
2c2fa1
 show_scheduler_mode (struct ui_file *file, int from_tty,
2c2fa1
 		     struct cmd_list_element *c, const char *value)
2c2fa1
Index: gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-cli.exp
2c2fa1
===================================================================
2c2fa1
--- gdb-7.5.50.20130118.orig/gdb/testsuite/gdb.mi/mi-cli.exp	2013-01-01 07:41:24.000000000 +0100
2c2fa1
+++ gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-cli.exp	2013-01-19 20:56:34.662918474 +0100
2c2fa1
@@ -163,7 +163,7 @@ mi_execute_to "exec-continue" "breakpoin
2c2fa1
 # Test that the token is output even for CLI commands
2c2fa1
 # Also test that *stopped includes frame information.
2c2fa1
 mi_gdb_test "34 next" \
2c2fa1
-    ".*34\\\^running.*\\*running,thread-id=\"all\"" \
2c2fa1
+    ".*34\\\^running.*\\*running,thread-id=\"1\"" \
2c2fa1
     "34 next: run"
2c2fa1
 
2c2fa1
 if {!$async} {
2c2fa1
Index: gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-logging.exp
2c2fa1
===================================================================
2c2fa1
--- gdb-7.5.50.20130118.orig/gdb/testsuite/gdb.mi/mi-logging.exp	2013-01-01 07:41:24.000000000 +0100
2c2fa1
+++ gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-logging.exp	2013-01-19 20:56:34.662918474 +0100
2c2fa1
@@ -53,7 +53,7 @@ close $chan
2c2fa1
 
2c2fa1
 set mi_log_prompt "\[(\]gdb\[)\] \[\r\n\]+"
2c2fa1
 
2c2fa1
-if [regexp "\\^done\[\r\n\]+$mi_log_prompt\\^running\[\r\n\]+\\*running,thread-id=\"all\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt\\^running\[\r\n\]+\\*running,thread-id=\"all\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt" $logcontent] {
2c2fa1
+if [regexp "\\^done\[\r\n\]+$mi_log_prompt\\^running\[\r\n\]+\\*running,thread-id=\"1\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt\\^running\[\r\n\]+\\*running,thread-id=\"1\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt" $logcontent] {
2c2fa1
     pass "Log file contents"
2c2fa1
 } else {
2c2fa1
     fail "Log file contents"
2c2fa1
@@ -76,7 +76,7 @@ set chan [open $milogfile]
2c2fa1
 set logcontent [read $chan]
2c2fa1
 close $chan
2c2fa1
 
2c2fa1
-if [regexp "1001\\^done\[\r\n\]+$mi_log_prompt.*1002\\^running\[\r\n\]+\\*running,thread-id=\"all\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt.*1003\\^running\[\r\n\]+\\*running,thread-id=\"all\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt" $logcontent] {
2c2fa1
+if [regexp "1001\\^done\[\r\n\]+$mi_log_prompt.*1002\\^running\[\r\n\]+\\*running,thread-id=\"1\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt.*1003\\^running\[\r\n\]+\\*running,thread-id=\"1\"\[\r\n\]+$mi_log_prompt\\*stopped,reason=\"end-stepping-range\",.*\[\r\n\]+$mi_log_prompt" $logcontent] {
2c2fa1
     pass "Redirect log file contents"
2c2fa1
 } else {
2c2fa1
     fail "Redirect log file contents"
2c2fa1
Index: gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-console.exp
2c2fa1
===================================================================
2c2fa1
--- gdb-7.5.50.20130118.orig/gdb/testsuite/gdb.mi/mi-console.exp	2013-01-01 07:41:24.000000000 +0100
2c2fa1
+++ gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-console.exp	2013-01-19 20:56:55.783961145 +0100
2c2fa1
@@ -45,6 +45,9 @@ if  { [gdb_compile "${srcdir}/${subdir}/
2c2fa1
 
2c2fa1
 mi_run_to_main
2c2fa1
 
2c2fa1
+# thread-id=\"all\" vs. thread-id=\"1\" below:
2c2fa1
+mi_gdb_test "210-gdb-set scheduler-locking off" "210\\^done" "set scheduler-locking off"
2c2fa1
+
2c2fa1
 # Next over the hello() call which will produce lots of output
2c2fa1
 mi_gdb_test "220-exec-next" \
2c2fa1
 	    "220\\^running(\r\n\\*running,thread-id=\"all\")?" \