[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
Mon Apr 28 07:15:42 PDT 2025
labath wrote:
FWIW, my first though was also: "why not just do it all the time".
I'm somewhat unclear about the use case though. In the normal lldb backtrace you should see both the PC value and the (synthetic) function name. What's there to be gained by putting it in the name itself. Support for IDEs which don't display the PC value? And how much does it help to see a random hex value as a function name?
https://github.com/llvm/llvm-project/pull/137512
More information about the lldb-commits
mailing list