ZequanWu wrote:

> 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?

Jason's comment explains it well. It's because ld.so's loading is special here. 
Normal binaries are loaded via `DynamicLoaderPOSIXDYLD::RefreshModules` which 
updates loaded section addresses.

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