SBDebugger::Create(): +source_init_files; but I see no change.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 10 Sep 2019 17:19:55 +0000 (19:19 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 10 Sep 2019 17:57:23 +0000 (19:57 +0200)
src/LLGDBMain.cpp

index 2e99a2f..9715f43 100644 (file)
@@ -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;