From 04164e8e6d0171ce44240a52d59de7429baba09b Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 11 Jan 2013 15:21:14 +0000 Subject: [PATCH] gdb/testsuite/ * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit targets. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/dprintf.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6b2994c..f734bbc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-01-11 Jan Kratochvil + + * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit + targets. + 2013-01-11 Yao Qi * gdb.base/dprintf.exp: Check the output of 'info breakpoints' diff --git a/gdb/testsuite/gdb.base/dprintf.exp b/gdb/testsuite/gdb.base/dprintf.exp index fb626fa..2b00c24 100644 --- a/gdb/testsuite/gdb.base/dprintf.exp +++ b/gdb/testsuite/gdb.base/dprintf.exp @@ -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\"" -- 2.7.4