[all-commits] [llvm/llvm-project] 47d575: [lldb] [Process/gdb-remote] Alias sp to x31 on AAr...

Michał Górny via All-commits all-commits at lists.llvm.org
Thu Sep 16 04:14:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47d57547f43c6cf9404268b8a4c2f75c402615c2
      https://github.com/llvm/llvm-project/commit/47d57547f43c6cf9404268b8a4c2f75c402615c2
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py

  Log Message:
  -----------
  [lldb] [Process/gdb-remote] Alias sp to x31 on AArch64 for gdbserver

Alias the "sp" register to "x31" on AArch64 if one is present and does
not have the alt_name.  This is the case when connecting to gdbserver.

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




More information about the All-commits mailing list