diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-30 06:48:08 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-30 06:48:08 +0000 |
commit | f0d1a53ee3440a219c4d8bc003bbb81c8ec5e3d2 (patch) | |
tree | 027f4039748533803464b0992d0f663f74108191 /gdb/testsuite/gdb.base/valgrind-db-attach.exp | |
parent | *** empty log message *** (diff) | |
download | binutils-gdb-f0d1a53ee3440a219c4d8bc003bbb81c8ec5e3d2.tar.gz binutils-gdb-f0d1a53ee3440a219c4d8bc003bbb81c8ec5e3d2.tar.bz2 binutils-gdb-f0d1a53ee3440a219c4d8bc003bbb81c8ec5e3d2.zip |
gdb/testsuite/
* gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
compatibility with valgrind-3.7.0.
Diffstat (limited to 'gdb/testsuite/gdb.base/valgrind-db-attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/valgrind-db-attach.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-db-attach.exp index 69fea45af08..b14401fd4b0 100644 --- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp +++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp @@ -72,7 +72,7 @@ set double_free [gdb_get_line_number "double-free"] set test "attach to debugger" gdb_test_multiple "" $test { - -re "Invalid free\\(\\) / delete / delete\\\[\\\]\r\n.*: main \\(${srcfile}:$double_free\\)\r\n.*---- Attach to debugger \\? --- \[^\r\n\]* ---- " { + -re "Invalid free\\(\\).*: main \\(${srcfile}:$double_free\\)\r\n.*---- Attach to debugger \\? --- \[^\r\n\]* ---- " { send_gdb "y\r" } -re "---- Attach to debugger \\? --- \[^\r\n\]* ---- " { |