[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 09:37:14 PDT 2025


eronnen wrote:

The use case is to make it easier to work with static disassemblers:
If I see an interesting unnamed function while debugging, it would be immediate to search it in the static disassembler if it was named `lldb_unnamed_symbol_{file-addreds}` as opposed to a random index. Also vice versa: If I see an interesting function in a static disassembler, I could immediately set a breakpoint on it using the file address.

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


More information about the lldb-commits mailing list