summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/multithreaded/test_breakpoint_callback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/api/multithreaded/test_breakpoint_callback.cpp')
-rw-r--r--lldb/test/api/multithreaded/test_breakpoint_callback.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/api/multithreaded/test_breakpoint_callback.cpp b/lldb/test/api/multithreaded/test_breakpoint_callback.cpp
index 0cc1b6ddba6..def31f82b0c 100644
--- a/lldb/test/api/multithreaded/test_breakpoint_callback.cpp
+++ b/lldb/test/api/multithreaded/test_breakpoint_callback.cpp
@@ -29,6 +29,7 @@ bool BPCallback (void *baton,
}
void test(SBDebugger &dbg, vector<string> args) {
+ dbg.SetAsync(false);
SBTarget target = dbg.CreateTarget(args.at(0).c_str());
if (!target.IsValid()) throw Exception("invalid target");
OpenPOWER on IntegriCloud