Add SetAsync=false; not sure of the real effect now. master
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 10 Sep 2019 17:21:30 +0000 (19:21 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 10 Sep 2019 17:58:39 +0000 (19:58 +0200)
src/LLGDBMain.cpp

index d7900ad..1729f77 100644 (file)
@@ -490,6 +490,7 @@ Report bugs to jan.kratochvil -at- redhat.com.\n\
 
   SBDebugger::Initialize();
   SBDebugger dbg = SBDebugger::Create(true /*source_init_files*/);
+  dbg.SetAsync(false);
 
   completion_entry_function_dbgp = &dbg;
   rl_completion_entry_function = completion_entry_function;