[Lldb-commits] [lldb] [lldb][progress] Hook up new broadcast bit and progress manager (PR #83069)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 27 15:30:30 PST 2024
================
@@ -29,8 +30,12 @@ Progress::Progress(std::string title, std::string details,
if (debugger)
m_debugger_id = debugger->GetID();
+
+ m_progress_data = {m_title, m_details, m_id,
+ m_completed, m_total, m_debugger_id};
----------------
chelcassanova wrote:
I'm removing this anyways but yeah not sure what `clang-format` was thinking here.
https://github.com/llvm/llvm-project/pull/83069
More information about the lldb-commits
mailing list