[Lldb-commits] [lldb] [lldb] add settings to control how synthetic symbol names are generated (PR #137512)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 29 01:25:18 PDT 2025


labath wrote:

Okay, so IIUC, you have a tool (the "static disassembler"), which you're cross-referencing the lldb output with, and this makes it easier because the tool does not use the same made up names for stripped symbols. Makes sense, I guess.

I don't think there's any grand scheme behind the current symbol naming/numbering scheme, so I think it'd make sense to just use the file address unconditionally. @jasonmolenda, what do you think about all this?

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


More information about the lldb-commits mailing list