* gdb.base/valgrind-db-attach.exp: Use unique test name for

attach-to-debugger handling.
This commit is contained in:
Doug Evans 2010-07-30 17:28:07 +00:00
parent b20dd2ce19
commit d3765805ec
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-07-30 Doug Evans <dje@google.com>
* gdb.base/valgrind-db-attach.exp: Use unique test name for
attach-to-debugger handling.
2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/prelink-lib.c (copyreloc): New initialized variable.

View File

@ -65,6 +65,7 @@ gdb_test_multiple "" $test {
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\]* ---- " {
send_gdb "y\r"