You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
3.9 KiB
62 lines
3.9 KiB
Index: gdb-7.5.50.20130118/gdb/infrun.c |
|
=================================================================== |
|
--- gdb-7.5.50.20130118.orig/gdb/infrun.c 2013-01-19 20:56:34.142917416 +0100 |
|
+++ gdb-7.5.50.20130118/gdb/infrun.c 2013-01-19 20:56:34.662918474 +0100 |
|
@@ -1628,7 +1628,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) |
|
Index: gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-cli.exp |
|
=================================================================== |
|
--- gdb-7.5.50.20130118.orig/gdb/testsuite/gdb.mi/mi-cli.exp 2013-01-01 07:41:24.000000000 +0100 |
|
+++ gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-cli.exp 2013-01-19 20:56:34.662918474 +0100 |
|
@@ -163,7 +163,7 @@ mi_execute_to "exec-continue" "breakpoin |
|
# Test that the token is output even for CLI commands |
|
# Also test that *stopped includes frame information. |
|
mi_gdb_test "34 next" \ |
|
- ".*34\\\^running.*\\*running,thread-id=\"all\"" \ |
|
+ ".*34\\\^running.*\\*running,thread-id=\"1\"" \ |
|
"34 next: run" |
|
|
|
if {!$async} { |
|
Index: gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-logging.exp |
|
=================================================================== |
|
--- gdb-7.5.50.20130118.orig/gdb/testsuite/gdb.mi/mi-logging.exp 2013-01-01 07:41:24.000000000 +0100 |
|
+++ gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-logging.exp 2013-01-19 20:56:34.662918474 +0100 |
|
@@ -53,7 +53,7 @@ close $chan |
|
|
|
set mi_log_prompt "\[(\]gdb\[)\] \[\r\n\]+" |
|
|
|
-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] { |
|
+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] { |
|
pass "Log file contents" |
|
} else { |
|
fail "Log file contents" |
|
@@ -76,7 +76,7 @@ set chan [open $milogfile] |
|
set logcontent [read $chan] |
|
close $chan |
|
|
|
-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] { |
|
+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] { |
|
pass "Redirect log file contents" |
|
} else { |
|
fail "Redirect log file contents" |
|
Index: gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-console.exp |
|
=================================================================== |
|
--- gdb-7.5.50.20130118.orig/gdb/testsuite/gdb.mi/mi-console.exp 2013-01-01 07:41:24.000000000 +0100 |
|
+++ gdb-7.5.50.20130118/gdb/testsuite/gdb.mi/mi-console.exp 2013-01-19 20:56:55.783961145 +0100 |
|
@@ -45,6 +45,9 @@ if { [gdb_compile "${srcdir}/${subdir}/ |
|
|
|
mi_run_to_main |
|
|
|
+# thread-id=\"all\" vs. thread-id=\"1\" below: |
|
+mi_gdb_test "210-gdb-set scheduler-locking off" "210\\^done" "set scheduler-locking off" |
|
+ |
|
# Next over the hello() call which will produce lots of output |
|
mi_gdb_test "220-exec-next" \ |
|
"220\\^running(\r\n\\*running,thread-id=\"all\")?" \
|
|
|