mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 23:40:24 +00:00
gdb/testsuite/
* gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit targets.
This commit is contained in:
parent
bf51454b45
commit
04164e8e6d
@ -1,3 +1,8 @@
|
||||
2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
|
||||
targets.
|
||||
|
||||
2013-01-11 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.base/dprintf.exp: Check the output of 'info breakpoints'
|
||||
|
@ -44,7 +44,7 @@ gdb_test "dprintf $dp_location1,\"arg=%d, g=%d\\n\", arg, g" \
|
||||
"Dprintf .*"
|
||||
|
||||
gdb_test_sequence "info breakpoints" "dprintf info 1" {
|
||||
"\[\r\n\]Num Type Disp Enb Address What"
|
||||
"\[\r\n\]Num Type Disp Enb Address +What"
|
||||
"\[\r\n\]2 breakpoint"
|
||||
"\[\r\n\]3 dprintf"
|
||||
"\[\r\n\] printf \"At foo entry\\\\n\""
|
||||
|
Loading…
Reference in New Issue
Block a user