[all-commits] [llvm/llvm-project] 2d69bb: [lldb][AArch64] Initialise m_sve_state in NativeRe...

David Spickett via All-commits all-commits at lists.llvm.org
Thu Sep 21 07:04:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d69bb721386af419824c93fbeb92f79861f1add
      https://github.com/llvm/llvm-project/commit/2d69bb721386af419824c93fbeb92f79861f1add
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h

  Log Message:
  -----------
  [lldb][AArch64] Initialise m_sve_state in NativeRegisterContextLinux

I just fixed a bug in the core file equivalent where this was the issue.

This class avoids the issue by setting m_sve_state early but should
still be fixed so it doesn't crop up in a later refactor.




More information about the All-commits mailing list