[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
Mon Feb 26 14:57:09 PST 2024
================
@@ -593,6 +593,7 @@ class Debugger : public std::enable_shared_from_this<Debugger>,
friend class CommandInterpreter;
friend class REPL;
friend class Progress;
+ friend class ProgressManager;
----------------
chelcassanova wrote:
`Debugger::ReportProgress` is protected, so to my understanding if we call that function from `ProgressManager::ReportProgress` without having it as a friend it leads to a compile error.
https://github.com/llvm/llvm-project/pull/83069
More information about the lldb-commits
mailing list