[Lldb-commits] [lldb] [lldb][NativePDB] Handle UEFI binaries without predetermined load addresses (PR #173499)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 30 01:56:49 PST 2026


https://github.com/DavidSpickett commented:

With my vague knowledge here, my question is whether there are other causes of m_obj_load_address being LLDB_INVALID_ADDRESS. Are we hiding some possible failure mode here?

This could do with a test case. I guess we could build a "other relocatable image" and load that?

@Nerixyz / @charles-zablit have done a lot of work with PDB.

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


More information about the lldb-commits mailing list