diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-06-08 22:58:03 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-06-08 22:58:03 +0000 |
commit | de7ff7894a60ddc92840b84b370f0be82fc99116 (patch) | |
tree | c056fee6c33d01846b340460ac81400d8224a9f5 /gdb/testsuite/gdb.base/valgrind-db-attach.exp | |
parent | * emulparams/elf32_tic6x_le.sh (OTHER_BSS_SECTIONS): New. (diff) | |
download | binutils-gdb-de7ff7894a60ddc92840b84b370f0be82fc99116.tar.gz binutils-gdb-de7ff7894a60ddc92840b84b370f0be82fc99116.tar.bz2 binutils-gdb-de7ff7894a60ddc92840b84b370f0be82fc99116.zip |
2010-06-08 Michael Snyder <msnyder@vmware.com>
* gdb.ada/exec_changed.exp:
Use ".*" instead of "" as wildcard regexp.
* gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
* gdb.base/call-ar-st.exp: Ditto.
* gdb.base/checkpoint.exp: Ditto.
* gdb.base/default.exp: Ditto.
* gdb.base/dump.exp: Ditto.
* gdb.base/ending-run.exp: Ditto.
* gdb.base/fileio.exp: Ditto.
* gdb.base/miscexprs.exp: Ditto.
* gdb.base/pointers.exp: Ditto.
* gdb.base/readline.exp: Ditto.
* gdb.base/reread.exp: Ditto.
* gdb.base/restore.exp: Ditto.
* gdb.base/shlib-call.exp: Ditto.
* gdb.base/valgrind-db-attach.exp: Ditto.
* gdb.base/volatile.exp: Ditto.
* gdb.base/watchpoints.exp: Ditto.
* gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
* gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
* gdb.python/py-value.exp: Ditto.
* gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
* gdb.trace/circ.exp: Ditto.
* gdb.trace/collection.exp: Ditto.
* gdb.trace/packetlen.exp: Ditto.
* gdb.trace/passc-dyn.exp: Ditto.
* gdb.trace/report.exp: Ditto.
* gdb.trace/tfile.exp: Ditto.
* gdb.trace/tfind.exp: Ditto.
* gdb.trace/while-dyn.exp: Ditto.
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 05540e78cba..9ef36d02a9b 100644 --- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp +++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp @@ -71,7 +71,7 @@ gdb_test_multiple "" $test { } } -gdb_test "" "" "eat first prompt" +gdb_test "" ".*" "eat first prompt" # Initialization from default_gdb_start. gdb_test_no_output "set height 0" |