This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e49947eb7 Add type to FileSpec::PathSyntax enum. new fe5356628 Add float/vector registers 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: packages/Python/lldbsuite/test/make/Makefile.rules | 3 + source/Core/ArchSpec.cpp | 2 + .../Linux/NativeRegisterContextLinux_ppc64le.cpp | 328 +++++++++++++++++++- .../Linux/NativeRegisterContextLinux_ppc64le.h | 35 +++ .../Process/Utility/RegisterInfos_ppc64le.h | 343 ++++++++++++++++++++- .../Process/Utility/lldb-ppc64le-register-enums.h | 143 +++++++++ source/Utility/PPC64LE_DWARF_Registers.h | 131 ++++++++ source/Utility/PPC64LE_ehframe_Registers.h | 131 ++++++++ 8 files changed, 1099 insertions(+), 17 deletions(-)