This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository lldb.
from c32ef71 Update scripts/Xcode/build-llvm.py to use llvm/clang 3.9 branch new 1902649 Merging r277343: -------------------------------------------- [...] new fb53cde Merging r277426: -------------------------------------------- [...]
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: include/lldb/Target/RegisterContext.h | 5 + include/lldb/lldb-private-types.h | 4 + .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 164 ++++++++++++++-- .../Instruction/MIPS/EmulateInstructionMIPS.h | 6 + .../MIPS64/EmulateInstructionMIPS64.cpp | 166 +++++++++++++--- .../Instruction/MIPS64/EmulateInstructionMIPS64.h | 6 + .../Process/Utility/DynamicRegisterInfo.cpp | 41 ++++ .../Plugins/Process/Utility/DynamicRegisterInfo.h | 6 + .../Process/Utility/RegisterContextDarwin_arm.cpp | 2 +- .../Utility/RegisterContextDarwin_arm64.cpp | 2 +- .../Process/Utility/RegisterContextFreeBSD_arm.cpp | 2 +- .../Utility/RegisterContextFreeBSD_arm64.cpp | 2 +- .../Process/Utility/RegisterContextLinux_arm.cpp | 2 +- .../Process/Utility/RegisterContextLinux_arm64.cpp | 2 +- source/Plugins/Process/Utility/RegisterInfos_arm.h | 210 ++++++++++----------- .../Plugins/Process/Utility/RegisterInfos_arm64.h | 142 +++++++------- .../Plugins/Process/Utility/RegisterInfos_i386.h | 20 +- .../Plugins/Process/Utility/RegisterInfos_mips.h | 17 +- .../Plugins/Process/Utility/RegisterInfos_mips64.h | 22 ++- .../Process/Utility/RegisterInfos_powerpc.h | 10 +- .../Plugins/Process/Utility/RegisterInfos_s390x.h | 8 +- .../Plugins/Process/Utility/RegisterInfos_x86_64.h | 22 +-- .../GDBRemoteCommunicationServerLLGS.cpp | 13 +- .../gdb-remote/GDBRemoteRegisterContext.cpp | 10 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 45 ++++- source/Target/RegisterContext.cpp | 43 +++++ 26 files changed, 702 insertions(+), 270 deletions(-)