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

Reply via email to