[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:45:13 PDT 2025
GeorgeHuyubo wrote:
> 2. It sucks we have to have two code paths for locating modules, one for shared libraries, one for main executable. I wonder if we should consolidate to a central place? Like `ModuleList::GetSharedModule`?
Thought about this too, but `ModuleList::GetSharedModule` is a static method, I wanted to avoid passing in Platform as an extra parameter which might cause more refactoring and focused on making this work for our use case
https://github.com/llvm/llvm-project/pull/160199
More information about the lldb-commits
mailing list