[all-commits] [llvm/llvm-project] ce7c82: [lldb][AArch64] Do not crash if NT_ARM_TLS is miss...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Fri Aug 30 01:00:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce7c828e085563f29451ec5fac9626c76ebf70ee
      https://github.com/llvm/llvm-project/commit/ce7c828e085563f29451ec5fac9626c76ebf70ee
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    A lldb/test/Shell/Process/elf-core/aarch64-no-NT_ARM_TLS.yaml
    A lldb/test/Shell/Process/elf-core/lit.local.cfg

  Log Message:
  -----------
  [lldb][AArch64] Do not crash if NT_ARM_TLS is missing (#106478)

[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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list