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/lib | |
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/lib')
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index e225e9f..c8ec00d 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -223,7 +223,7 @@ proc default_mi_gdb_start { args } { } } - detect_async + mi_detect_async return 0; } @@ -932,7 +932,7 @@ proc mi_step { test } { set async "unknown" -proc detect_async {} { +proc mi_detect_async {} { global async global mi_gdb_prompt |