mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Add quotation mark in test message
I happen to see a quotation mark is missing the following test, gdb_test "break $end_location" \ "Breakpoint $decimal at .* line $end_location\." \ set breakpoint at end of main" so the test result is PASS: gdb.reverse/break-reverse.exp: set This patch is to add the missing quotation mark back, and the test result becomes PASS: gdb.reverse/break-reverse.exp: set breakpoint at end of main gdb/testsuite: 2016-03-24 Yao Qi <yao.qi@linaro.org> * gdb.reverse/break-reverse.exp: Add quotation mark in the test message.
This commit is contained in:
parent
fab7bfba67
commit
dfa3faca36
@ -1,3 +1,8 @@
|
|||||||
|
2016-03-24 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
|
* gdb.reverse/break-reverse.exp: Add quotation mark in the
|
||||||
|
test message.
|
||||||
|
|
||||||
2016-03-23 Yao Qi <yao.qi@linaro.org>
|
2016-03-23 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
* gdbarch.sh (software_single_step): Remove comments.
|
* gdbarch.sh (software_single_step): Remove comments.
|
||||||
|
@ -48,7 +48,7 @@ gdb_test "break bar" \
|
|||||||
|
|
||||||
gdb_test "break $end_location" \
|
gdb_test "break $end_location" \
|
||||||
"Breakpoint $decimal at .* line $end_location\." \
|
"Breakpoint $decimal at .* line $end_location\." \
|
||||||
set breakpoint at end of main"
|
"set breakpoint at end of main"
|
||||||
|
|
||||||
gdb_continue_to_breakpoint "foo" ".*$srcfile:$foo_location.*"
|
gdb_continue_to_breakpoint "foo" ".*$srcfile:$foo_location.*"
|
||||||
gdb_continue_to_breakpoint "bar" ".*$srcfile:$bar_location.*"
|
gdb_continue_to_breakpoint "bar" ".*$srcfile:$bar_location.*"
|
||||||
|
Loading…
Reference in New Issue
Block a user