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

Reply via email to