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

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 28 03:38:14 PDT 2025


eronnen wrote:

I'm not sure whether this synthetic name style is preferred by everyone, so that's why I made it a setting and not default.

The problem it's trying to solve is that stack traces from crashes may contain unnamed symbols from binaries without debug info, and if these unnamed symbols had their file address in their synthetic name it would be easy to check their disassembly with static disassemblers like `objdump` and Ida.

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


More information about the lldb-commits mailing list