This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6822a48 Fix printf warnings. new 9fd02a8 Fix more RegisterInfo initialization issues and quiet hundred [...] new 2d126e9 Garbage collection is not around anymore, we can remove our s [...]
The 2 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/Host/macosx/HostThreadMacOSX.mm | 18 +- source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 212 ++++++++-------- .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 272 ++++++++++----------- source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 102 ++++---- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 272 ++++++++++----------- .../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 168 ++++++------- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 80 +++--- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 4 +- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 2 +- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 150 ++++++------ .../Process/Utility/RegisterContextDarwin_arm.cpp | 116 ++++----- .../Utility/RegisterContextDarwin_x86_64.cpp | 76 +++--- 12 files changed, 728 insertions(+), 744 deletions(-)