63 lines
4.0 KiB
Diff
63 lines
4.0 KiB
Diff
Index: gdb-7.10.50.20151022/gdb/infrun.c
|
|
===================================================================
|
|
--- gdb-7.10.50.20151022.orig/gdb/infrun.c 2015-10-22 22:30:15.887224452 +0200
|
|
+++ gdb-7.10.50.20151022/gdb/infrun.c 2015-10-22 22:30:25.742282478 +0200
|
|
@@ -2175,7 +2175,7 @@ static const char *const scheduler_enums
|
|
schedlock_replay,
|
|
NULL
|
|
};
|
|
-static const char *scheduler_mode = schedlock_replay;
|
|
+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.10.50.20151022/gdb/testsuite/gdb.mi/mi-cli.exp
|
|
===================================================================
|
|
--- gdb-7.10.50.20151022.orig/gdb/testsuite/gdb.mi/mi-cli.exp 2015-10-22 22:29:38.352003447 +0200
|
|
+++ gdb-7.10.50.20151022/gdb/testsuite/gdb.mi/mi-cli.exp 2015-10-22 22:30:15.888224458 +0200
|
|
@@ -199,7 +199,7 @@ mi_expect_stop "breakpoint-hit" "main" "
|
|
# 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"
|
|
|
|
# Test that the new current source line is output to the console
|
|
Index: gdb-7.10.50.20151022/gdb/testsuite/gdb.mi/mi-logging.exp
|
|
===================================================================
|
|
--- gdb-7.10.50.20151022.orig/gdb/testsuite/gdb.mi/mi-logging.exp 2015-10-22 22:29:38.352003447 +0200
|
|
+++ gdb-7.10.50.20151022/gdb/testsuite/gdb.mi/mi-logging.exp 2015-10-22 22:30:15.888224458 +0200
|
|
@@ -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.10.50.20151022/gdb/testsuite/gdb.mi/mi-console.exp
|
|
===================================================================
|
|
--- gdb-7.10.50.20151022.orig/gdb/testsuite/gdb.mi/mi-console.exp 2015-10-22 22:29:38.353003453 +0200
|
|
+++ gdb-7.10.50.20151022/gdb/testsuite/gdb.mi/mi-console.exp 2015-10-22 22:30:15.888224458 +0200
|
|
@@ -60,6 +60,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"
|
|
+
|
|
# The output we get from the target depends on how it is hosted. If
|
|
# we are semihosted (e.g., the sim or a remote target that supports
|
|
# the File I/O remote protocol extension), we see the target I/O
|