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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 27 17:33:20 PST 2025


https://github.com/clayborg requested changes to this pull request.

How is the DWARF encoded differently for a thread local variable for arm64? Normally there is just one location attribute that specifies a TLS address. Why do we need to lookup symbols by name if the DWARF has TLS info in it already. Can you dump the DWARF for a simple example and paste it as comment so we can know what we are dealing with?

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


More information about the lldb-commits mailing list