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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to