[Lldb-commits] [lldb] [lldb][IRExecutionUnit] Return error on failure to resolve function address (PR #161363)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 30 05:53:29 PDT 2025
Michael137 wrote:
@labath Bit of a tricky case that I missed in https://github.com/llvm/llvm-project/pull/148877
While the proposed fix works, it feels like maybe in the presence of debug-maps the flow should be slightly different. E.g., `SymbolFileDWARFDebugMap::ResolveFunctionCallLabel` could just be a plain mangled name lookup? After talking to @jasonmolenda it sounded like we usually would never want to expose the debug-map's `.o` files to anything outside `SymbolFileDWARFDebugMap`. Because all the lookups should be orchestrated through the debug-map.
https://github.com/llvm/llvm-project/pull/161363
More information about the lldb-commits
mailing list