From: Jan Kratochvil Date: Tue, 10 Sep 2019 17:21:30 +0000 (+0200) Subject: Add SetAsync=false; not sure of the real effect now. X-Git-Url: https://git.jankratochvil.net/?p=llgdb.git;a=commitdiff_plain Add SetAsync=false; not sure of the real effect now. --- diff --git a/src/LLGDBMain.cpp b/src/LLGDBMain.cpp index d7900ad..1729f77 100644 --- a/src/LLGDBMain.cpp +++ b/src/LLGDBMain.cpp @@ -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;