[Lldb-commits] [lldb] [LLDB][Stats] Calculate active time to first Bt (PR #161604)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 7 15:42:23 PDT 2025
================
@@ -513,6 +518,63 @@ llvm::json::Value DebuggerStats::ReportStatistics(
return std::move(global_stats);
}
+void TargetStats::SetFirstBtTime(lldb::ProcessSP process_sp, Thread &thread) {
----------------
clayborg wrote:
No need to pass a process into this function, the thread has access to its process if it is needed.
https://github.com/llvm/llvm-project/pull/161604
More information about the lldb-commits
mailing list