================
@@ -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());
----------------
JDevlieghere wrote:
```suggestion
ElapsedTime load_core_time(target_sp->GetStatistics().GetLoadCoreTime());
```
https://github.com/llvm/llvm-project/pull/161581
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits