From: Jan Kratochvil Date: Tue, 10 Sep 2019 17:19:55 +0000 (+0200) Subject: SBDebugger::Create(): +source_init_files; but I see no change. X-Git-Url: http://git.jankratochvil.net/?p=llgdb.git;a=commitdiff_plain;h=20f0c67672a1122a212f95f9d27ded05c20d787e SBDebugger::Create(): +source_init_files; but I see no change. --- diff --git a/src/LLGDBMain.cpp b/src/LLGDBMain.cpp index 2e99a2f..9715f43 100644 --- a/src/LLGDBMain.cpp +++ b/src/LLGDBMain.cpp @@ -489,7 +489,7 @@ Report bugs to jan.kratochvil -at- redhat.com.\n\ } SBDebugger::Initialize(); - SBDebugger dbg = SBDebugger::Create(); + SBDebugger dbg = SBDebugger::Create(true /*source_init_files*/); dbg.HandleCommand("settings set symbols.enable-external-lookup false"); completion_entry_function_dbgp = &dbg;