[Lldb-commits] [PATCH] D38323: Enable breakpoints and read/write GPRs for ppc64le

Alexandre Yukio Yamashita via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 27 11:25:03 PDT 2017


alexandreyy created this revision.
Herald added subscribers: JDevlieghere, kbarton, mgorny, nemanjai.

Add support for ppc64le to create breakpoints and read/write 
general purpose registers.
Other features for ppc64le and functions to read/write 
other registers are being implemented.


https://reviews.llvm.org/D38323

Files:
  source/Plugins/Process/Linux/CMakeLists.txt
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
  source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
  source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h
  source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
  source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h
  source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
  source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h
  source/Target/Platform.cpp
  source/Target/Thread.cpp
  source/Utility/PPC64LE_DWARF_Registers.h
  source/Utility/PPC64LE_ehframe_Registers.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38323.116848.patch
Type: text/x-patch
Size: 39794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170927/21839735/attachment-0001.bin>


More information about the lldb-commits mailing list