jimingham wrote:

When a shared library gets loaded, its sections have to have been loaded before 
asking the breakpoint system to try to set new breakpoints.  Presumably this is 
how it happens for all the other shared library loads, or breakpoints in shared 
libraries wouldn't work.

I'm missing why the _dl_debug_state breakpoint is special here, such that it 
requires a force load of the section info?  How does that happen?

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

Reply via email to