mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
2007-10-18 Michael Snyder <msnyder@specifix.com>
* gdb.base/dbx.exp: Add missing "-re " operator.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-10-18 Michael Snyder <msnyder@specifix.com>
|
||||||
|
|
||||||
|
* gdb.base/dbx.exp: Add missing "-re " operator.
|
||||||
|
|
||||||
2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
|
2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
|
||||||
|
|
||||||
* configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
|
* configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
|
||||||
|
@ -290,7 +290,7 @@ proc test_assign { } {
|
|||||||
send_gdb "assign first=1\n"
|
send_gdb "assign first=1\n"
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re "No symbol \"first\" in current context.*$" { fail "assign first" }
|
-re "No symbol \"first\" in current context.*$" { fail "assign first" }
|
||||||
"$gdb_prompt $" { pass "assign first" }
|
-re "$gdb_prompt $" { pass "assign first" }
|
||||||
timeout { fail "assign first (timeout)" }
|
timeout { fail "assign first (timeout)" }
|
||||||
}
|
}
|
||||||
gdb_test "print first" ".1 = 1"
|
gdb_test "print first" ".1 = 1"
|
||||||
|
Reference in New Issue
Block a user