[all-commits] [llvm/llvm-project] 428332: [LLDB] Fix SVE offset calculation in NativeRegiste...

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Mon Aug 24 16:43:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4283320b7286dc94367b22df09499dc934e1fbf9
      https://github.com/llvm/llvm-project/commit/4283320b7286dc94367b22df09499dc934e1fbf9
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

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

  Log Message:
  -----------
  [LLDB] Fix SVE offset calculation in NativeRegisterContextLinux_arm64

There was typo left from changes in CalculateSVEOffset where we moved
FPSR/FPCR offset calculation into WriteRegister and ReadRegister.

Differential Revision: https://reviews.llvm.org/D79699




More information about the All-commits mailing list