This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6d21e6206 Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor] new d36e4f747 Add SysV Abi 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/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 558 +++++---------------- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h | 2 + .../Plugins/Process/Utility/RegisterInfos_ppc64.h | 331 ++++++++++++ .../Process/Utility/lldb-ppc64-register-enums.h | 139 +++++ source/Utility/PPC64_DWARF_Registers.h | 127 +++++ 5 files changed, 716 insertions(+), 441 deletions(-) create mode 100644 source/Plugins/Process/Utility/RegisterInfos_ppc64.h create mode 100644 source/Plugins/Process/Utility/lldb-ppc64-register-enums.h create mode 100644 source/Utility/PPC64_DWARF_Registers.h