slydiman wrote:

@labath 

> The only thing which makes that difficult is that the callback is a lambda 
> defined in SBDebugger.cpp. However, there's no reason it has to be defined 
> there -- the lambda itself doesn't depend on anything, and it could easily be 
> moved to SystemInitializerFull.cpp.

I have moved The lambda LoadPlugin to SystemInitializerFull. But this lambda 
calls the protected constructor lldb::SBDebugger(const lldb::DebuggerSP 
&debugger_sp).

Any suggestions?

https://github.com/llvm/llvm-project/pull/134383
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to