[all-commits] [llvm/llvm-project] bd03f6: [lldb] [Process/FreeBSDRemote] Introduce powerpc s...

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Feb 9 12:29:32 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd03f6df51d161551a0439d8f51e2640a218048f
      https://github.com/llvm/llvm-project/commit/bd03f6df51d161551a0439d8f51e2640a218048f
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSDRemote/CMakeLists.txt
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_powerpc.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
    M lldb/unittests/Process/Utility/RegisterContextFreeBSDTest.cpp

  Log Message:
  -----------
  [lldb] [Process/FreeBSDRemote] Introduce powerpc support

Introduce a minimal support for the 32-bit powerpc platform.  This
includes support for GPR and FPR registers.  I also needed to add
software breakpoint opcode for PPC32/PPC64 (big endian), and to fix
offsets in RegisterInfos_powerpc.h (used only by FreeBSD register
context to be globally unique rather than relative to each struct).

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




More information about the All-commits mailing list