This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from afe020077 Work around a bug in the C++ expression parser. new 063323cc2 Enable breakpoints and read/write GPRs for ppc64le
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: source/Plugins/Process/Linux/CMakeLists.txt | 3 +- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 14 +- .../Linux/NativeRegisterContextLinux_ppc64le.cpp | 245 +++++++++++++++++++++ .../Linux/NativeRegisterContextLinux_ppc64le.h | 70 ++++++ source/Plugins/Process/Utility/CMakeLists.txt | 1 + .../Process/Utility/RegisterInfoPOSIX_ppc64le.cpp | 66 ++++++ ...penBSD_x86_64.h => RegisterInfoPOSIX_ppc64le.h} | 15 +- .../Process/Utility/RegisterInfos_ppc64le.h | 137 ++++++++++++ .../Process/Utility/lldb-ppc64le-register-enums.h | 67 ++++++ source/Target/Platform.cpp | 6 + source/Target/Thread.cpp | 1 + source/Utility/PPC64LE_DWARF_Registers.h | 63 ++++++ source/Utility/PPC64LE_ehframe_Registers.h | 63 ++++++ 13 files changed, 742 insertions(+), 9 deletions(-) create mode 100644 source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp create mode 100644 source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h create mode 100644 source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp copy source/Plugins/Process/Utility/{RegisterContextOpenBSD_x86_64.h => RegisterIn [...] create mode 100644 source/Plugins/Process/Utility/RegisterInfos_ppc64le.h create mode 100644 source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h create mode 100644 source/Utility/PPC64LE_DWARF_Registers.h create mode 100644 source/Utility/PPC64LE_ehframe_Registers.h