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