[Lldb-commits] [lldb] [LLDB] Enable TLS Variable Debugging Without Location Info on AArch64 (PR #110822)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 15 02:30:48 PDT 2024


DavidSpickett wrote:

Thanks for working on this feature, I will find the time to review it properly today.

I don't remember whether the Arm ABI specifies a way to represent TLS variables, or whether it's the compilers that aren't producing it. If it's the former, we (Arm that is) do take proposals to our ABIs (https://github.com/ARM-software/abi-aa) so we could address that.

So there are other routes if you are not able to address Pavel's concerns about the accuracy of this.

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


More information about the lldb-commits mailing list