================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to