[Lldb-commits] [PATCH] D95947: [lldb] [Process/FreeBSDRemote] Introduce powerpc support

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 3 05:33:42 PST 2021


mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
Herald added subscribers: steven.zhang, shchenz, nemanjai.
mgorny requested review of this revision.

Introduce a minimal support for the 32-bit powerpc platform.  The code
is untested due to lack of a working testing platform.  However, it
should be correct in principle and we can fix any issues later on
if they are reported.


https://reviews.llvm.org/D95947

Files:
  lldb/source/Plugins/Process/FreeBSDRemote/CMakeLists.txt
  lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_powerpc.cpp
  lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_powerpc.h
  lldb/unittests/Process/Utility/RegisterContextFreeBSDTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95947.321072.patch
Type: text/x-patch
Size: 18037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210203/339f00eb/attachment-0001.bin>


More information about the lldb-commits mailing list