[Lldb-commits] [lldb] [lldb][DWARF] Search for symbols in all external modules (PR #75927)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 19 05:38:49 PST 2023


DavidSpickett wrote:

I would have thought `lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py` would have failed then as it has >1 module.

Do you know what "external module" means in this context, as opposed to just module? The code searches "the clang Module" first, then the external modules. 

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


More information about the lldb-commits mailing list