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.
This commit is contained in:
parent
9d8fa39233
commit
fcdfa2809a
8 changed files with 19 additions and 8 deletions
|
@ -1,3 +1,14 @@
|
|||
2011-08-09 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2011-08-09 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* gdb.base/display.c (do_loops): New `p_i' local.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -54,7 +54,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
|
||||
|
|
|
@ -57,7 +57,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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -53,7 +53,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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue