mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-19 00:48:05 +00:00
2001-11-20 Michael Snyder <msnyder@redhat.com>
* gdb.c++/namespace.exp: Fix quotes in output messages.
This commit is contained in:
parent
bb632afbec
commit
a773d1cdf8
gdb/testsuite
@ -1,3 +1,7 @@
|
||||
2001-11-20 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gdb.c++/namespace.exp: Fix quotes in output messages.
|
||||
|
||||
2001-11-14 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gdb.base/code-exprs.exp: New file. Tests use of the "@code"
|
||||
|
@ -166,10 +166,10 @@ gdb_expect {
|
||||
send_gdb "print 'BBB::Class::xyzq'\n"
|
||||
gdb_expect {
|
||||
-re "\\$\[0-9\]* = \{char \\((BBB::|)Class \\*, (char|int)\\)\} $hex <BBB::Class::xyzq\\(char\\)>\r\n$gdb_prompt $" {
|
||||
pass "print 'BBB::Class'::xyzq"
|
||||
pass "print 'BBB::Class::xyzq'"
|
||||
}
|
||||
-re ".*$gdb_prompt $" { fail "print 'BBB::Class'::xyzq" }
|
||||
timeout { fail "(timeout) print 'BBB::Class'::xyzq" }
|
||||
-re ".*$gdb_prompt $" { fail "print 'BBB::Class::xyzq'" }
|
||||
timeout { fail "(timeout) print 'BBB::Class::xyzq'" }
|
||||
}
|
||||
|
||||
# Break on a function in a class in a namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user