[all-commits] [llvm/llvm-project] 270c98: [lldb] [test] Rewrite g/p/G/P tests not to rely on...

Michał Górny via All-commits all-commits at lists.llvm.org
Mon Oct 11 05:12:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 270c989f6fef3bc336f7a4238754faa7c5993d3d
      https://github.com/llvm/llvm-project/commit/270c989f6fef3bc336f7a4238754faa7c5993d3d
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/test/API/functionalities/gdb_remote_client/a.yaml
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py

  Log Message:
  -----------
  [lldb] [test] Rewrite g/p/G/P tests not to rely on hardcoded ARM regs

Rewrite the register reading/writing tests to use explicit qRegisterInfo
packets rather than relying on ARM registers being hardcoded in LLDB.
While at it, use x86_64 for tests -- since it was easier for me to get
the register lists from that architecture.

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




More information about the All-commits mailing list