diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index b5fc49d..c59d028 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -419,7 +419,7 @@ protected: // Seems weird that we Launch a core file, but that is what we // do! { - ElapsedTime loadCoreTime( + ElapsedTime load_core_time( target_sp->GetStatistics().GetLoadCoreTime()); error = process_sp->LoadCore(); } |