gdb/testsuite/

* gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
	targets.
This commit is contained in:
Jan Kratochvil 2013-01-11 15:21:14 +00:00
parent bf51454b45
commit 04164e8e6d
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -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\""