summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Process/elf-core
AgeCommit message (Collapse)Author
2024-08-30[lldb][AArch64] Do not crash if NT_ARM_TLS is missing (#106478)Igor Kudrin
[D156118](https://reviews.llvm.org/D156118) states that this note is always present, but it is better to check it explicitly, as otherwise `lldb` may crash when trying to read registers.