* gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"

from passing.
This commit is contained in:
Keith Seitz 2013-03-27 05:28:57 +00:00
parent b27111f9f8
commit 96811e3b4b
2 changed files with 6 additions and 1 deletions

View File

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

View File

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