================
@@ -255,6 +255,7 @@ SBProcess SBTarget::LoadCore(const char *core_file, 
lldb::SBError &error) {
     ProcessSP process_sp(target_sp->CreateProcess(
         target_sp->GetDebugger().GetListener(), "", &filespec, false));
     if (process_sp) {
+      ElapsedTime loadCoreTime(target_sp->GetStatistics().GetLoadCoreTime());
----------------
Jlalond wrote:

Hey @JDevlieghere  welcome back from vacation! I'll make sure to fix this, this 
one slipped through just because I context switched back and forth from json 
mode so many times. Apologies!

https://github.com/llvm/llvm-project/pull/161581
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to