* target.c (target_async_permitted, target_async_permitted_1)
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / mi-support.exp
index 762e4e275140799ccbd0d99d4b1e84bc131e0782..09d3eeb08b183d88ab4d8f226d8e68b876f9cc8c 100644 (file)
@@ -912,10 +912,10 @@ proc detect_async {} {
     global async
     global mi_gdb_prompt
 
-    send_gdb "maint show linux-async\n"
+    send_gdb "show target-async\n"
         
     gdb_expect {
-        -re ".*Controlling the GNU/Linux inferior in asynchronous mode is on...*$mi_gdb_prompt$" {
+        -re ".*Controlling the inferior in asynchronous mode is on...*$mi_gdb_prompt$" {
             set async 1
         }
         -re ".*$mi_gdb_prompt$" {
This page took 0.034201 seconds and 4 git commands to generate.