diff options
author | Doug Evans <dje@google.com> | 2010-07-30 17:28:07 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-07-30 17:28:07 +0000 |
commit | d3765805ec56713fc0af2aad01b1246bec4ca184 (patch) | |
tree | a3ba4911795c8aa08b07ac9bf0d15ec9519dbdad /gdb/testsuite/gdb.base/valgrind-db-attach.exp | |
parent | Add ATTRIBUTE_UNUSED to info in compute_bucket_count. (diff) | |
download | binutils-gdb-d3765805ec56713fc0af2aad01b1246bec4ca184.tar.gz binutils-gdb-d3765805ec56713fc0af2aad01b1246bec4ca184.tar.bz2 binutils-gdb-d3765805ec56713fc0af2aad01b1246bec4ca184.zip |
* gdb.base/valgrind-db-attach.exp: Use unique test name for
attach-to-debugger handling.
Diffstat (limited to 'gdb/testsuite/gdb.base/valgrind-db-attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/valgrind-db-attach.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-db-attach.exp index 36a543c682c..b0952189c54 100644 --- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp +++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp @@ -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" |