aboutsummaryrefslogtreecommitdiff
path: root/config/gdb_stub.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/gdb_stub.exp')
-rw-r--r--config/gdb_stub.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gdb_stub.exp b/config/gdb_stub.exp
index b0bf61c..6ad22a1 100644
--- a/config/gdb_stub.exp
+++ b/config/gdb_stub.exp
@@ -37,7 +37,7 @@ proc gdb_stub_init { dest args } {
if {[board_info $dest exists gdb_prompt]} {
set gdb_prompt [board_info $dest gdb_prompt]
} else {
- set gdb_prompt "\\(gdb\\)"
+ set gdb_prompt {\(gdb\)}
}
return 1
@@ -384,7 +384,7 @@ proc gdb_stub_start { dest } {
remote_send host "jump relocd\n"
exp_continue
}
- -re "Continuing at.*\[\r\n\]" { }
+ -re {Continuing at.*[\r\n]} { }
default {
return { "fail" "" }
}