mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* gdb.base/store.exp (check_set): Fix typo in expected value message.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-09-03 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.base/store.exp (check_set): Fix typo in expected value message.
|
||||
|
||||
2009-09-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
|
||||
|
@ -67,7 +67,7 @@ proc check_set { t l r new add } {
|
||||
gdb_test "set variable l = 4" "" \
|
||||
"${prefix}; setting l to 4"
|
||||
gdb_test "print l" " = ${new}" \
|
||||
"${prefix}; print new l, expecting ${l}"
|
||||
"${prefix}; print new l, expecting ${new}"
|
||||
gdb_test "next" "return l \\+ r;" \
|
||||
"${prefix}; next over add call"
|
||||
gdb_test "print l" " = ${add}" \
|
||||
|
Reference in New Issue
Block a user