aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2013-03-27 05:28:57 +0000
committerKeith Seitz <keiths@redhat.com>2013-03-27 05:28:57 +0000
commit96811e3b4b503f7e6b4b0cd4a1662f761bcf6fc8 (patch)
tree3d67886870adc8d869bd6a31d46641bf28e35e25 /gdb
parentb27111f9f8d01407fc17a6c8b2d576aab4badefa (diff)
downloadgdb-96811e3b4b503f7e6b4b0cd4a1662f761bcf6fc8.zip
gdb-96811e3b4b503f7e6b4b0cd4a1662f761bcf6fc8.tar.gz
gdb-96811e3b4b503f7e6b4b0cd4a1662f761bcf6fc8.tar.bz2
* gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
from passing.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/dprintf.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2d96caa..9978153 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-26 Keith Seitz <keiths@redhat.com>
+
+ * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
+ from passing.
+
2013-03-26 Pedro Alves <palves@redhat.com>
* lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
diff --git a/gdb/testsuite/gdb.base/dprintf.exp b/gdb/testsuite/gdb.base/dprintf.exp
index 2b00c24..253e016 100644
--- a/gdb/testsuite/gdb.base/dprintf.exp
+++ b/gdb/testsuite/gdb.base/dprintf.exp
@@ -119,7 +119,7 @@ if $target_can_dprintf {
gdb_test "continue" "Breakpoint \[0-9\]+, foo .*" "2nd dprintf, agent"
gdb_test_sequence "info breakpoints" "dprintf info 2" {
- "\[\r\n\]Num Type Disp Enb Address What"
+ "\[\r\n\]Num Type Disp Enb Address +What"
"\[\r\n\]2 breakpoint"
"\[\r\n\]\tbreakpoint already hit 2 times"
"\[\r\n\]3 dprintf"