================
@@ -418,7 +418,11 @@ class CommandObjectTargetCreate : public 
CommandObjectParsed {
         if (process_sp) {
           // Seems weird that we Launch a core file, but that is what we
           // do!
-          error = process_sp->LoadCore();
+          {
+            ElapsedTime loadCoreTime(
----------------
JDevlieghere wrote:

```suggestion
            ElapsedTime load_core_time(
```

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