]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.mi/mi-async.exp
enable target async by default; separate MI and target notions of async
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-async.exp
index e41701d8a132069977cb44ab41935d1658393067..0df4c98010c710d83b0b0909de00e2092ce43332 100644 (file)
@@ -27,7 +27,7 @@ if { !([isnative] && [istarget *-linux*]) } then {
 
 # The plan is for async mode to become the default but toggle for now.
 set saved_gdbflags $GDBFLAGS
-set GDBFLAGS [concat $GDBFLAGS " -ex \"set target-async on\""]
+set GDBFLAGS [concat $GDBFLAGS " -ex \"set mi-async on\""]
 
 load_lib mi-support.exp