[all-commits] [llvm/llvm-project] 4989c6: [lldb] Add template method for getting const or mu...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Nov 7 01:01:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4989c62b318229bff2643c244ebbd03c20e2f781
      https://github.com/llvm/llvm-project/commit/4989c62b318229bff2643c244ebbd03c20e2f781
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
    M lldb/include/lldb/Target/DynamicRegisterInfo.h
    M lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp

  Log Message:
  -----------
  [lldb] Add template method for getting const or mutable regs from DynamicRegisterInfo (#71402)

GDBRemoteRegisterContext only needs to iterate them, ArchitectureAArch64
needs to mutate them if scalable registers change size.




More information about the All-commits mailing list