From 0f62033160dd1586a4db7447776e51fa61b29e64 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 10 Sep 2019 19:21:30 +0200 Subject: [PATCH] Add SetAsync=false; not sure of the real effect now. --- src/LLGDBMain.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 1.8.3.1