aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
diff options
context:
space:
mode:
authorJacob Lalonde <jalalonde@fb.com>2024-10-10 15:59:51 -0700
committerGitHub <noreply@github.com>2024-10-10 15:59:51 -0700
commite9c8f75d45ababe7f805078bbf7bda2e7425f1b7 (patch)
tree1c56d43b14ef391585940e7b3ac84b132539b847 /lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
parent2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9 (diff)
downloadllvm-e9c8f75d45ababe7f805078bbf7bda2e7425f1b7.zip
llvm-e9c8f75d45ababe7f805078bbf7bda2e7425f1b7.tar.gz
llvm-e9c8f75d45ababe7f805078bbf7bda2e7425f1b7.tar.bz2
[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)
This patch adds the support to `Process.cpp` to automatically save off TLS sections, either via loading the memory region for the module, or via reading `fs_base` via generic register. Then when Minidumps are loaded, we now specify we want the dynamic loader to be the `POSIXDYLD` so we can leverage the same TLS accessor code as `ProcessELFCore`. Being able to access TLS Data is an important step for LLDB generated minidumps to have feature parity with ELF Core dumps.
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp')
0 files changed, 0 insertions, 0 deletions