diff options
author | Pedro Alves <palves@redhat.com> | 2011-08-09 17:45:19 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-08-09 17:45:19 +0000 |
commit | fcdfa2809a284d8c7e4525e1c74e33a0ed524292 (patch) | |
tree | b1cc9073e036f0ee9a5ecda2ac993516ba5ad365 /gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | |
parent | 9d8fa392330553fe114ae4137d15415aee2c547c (diff) | |
download | gdb-fcdfa2809a284d8c7e4525e1c74e33a0ed524292.zip gdb-fcdfa2809a284d8c7e4525e1c74e33a0ed524292.tar.gz gdb-fcdfa2809a284d8c7e4525e1c74e33a0ed524292.tar.bz2 |
2011-08-09 Pedro Alves <pedro@codesourcery.com>
gdb/testsuite/
* lib/mi-support.exp (detect_async): Rename to...
(mi_detect_async): ... this.
* gdb.mi/mi-nonstop-exit.exp: Adjust.
* gdb.mi/mi-nonstop.exp: Adjust.
* gdb.mi/mi-ns-stale-regcache.exp: Adjust.
* gdb.mi/mi-nsintrall.exp: Adjust.
* gdb.mi/mi-nsmoribund.exp: Adjust.
* gdb.mi/mi-nsthrexec.exp: Adjust.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-nonstop-exit.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp b/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp index 8493b4c..ecaea7d 100644 --- a/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp +++ b/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp @@ -43,7 +43,7 @@ mi_gdb_load $binfile mi_gdb_test "-gdb-set non-stop 1" ".*" mi_gdb_test "-gdb-set target-async 1" ".*" -detect_async +mi_detect_async if { [mi_run_to_main] < 0 } { continue |