[Lldb-commits] [lldb] [lldb] Enable locate module callback for main executable (PR #160199)

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 22 20:39:15 PDT 2025


GeorgeHuyubo wrote:

@jimingham 
Actually CallLocateModuleCallbackIfSet also go through ModuleList::GetSharedModule eventually. But it will give the callback function a chance to locate us the stripped out debuginfo symbol file if available

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


More information about the lldb-commits mailing list