Add SetAsync=false; not sure of the real effect now.
[llgdb.git] / 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;