[Lldb-commits] [lldb] [lldb][progress] Hook up new broadcast bit and progress manager (PR #83069)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 26 14:23:31 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;
----------------
JDevlieghere wrote:

I don't think you need this (anymore)?

https://github.com/llvm/llvm-project/pull/83069


More information about the lldb-commits mailing list