This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8f2d0d5 Some code that is sanity checking stepping out back out from [...] new aebb493 [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
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: include/lldb/Target/RegisterContext.h | 5 + include/lldb/lldb-private-types.h | 4 + .../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 +++++ 22 files changed, 401 insertions(+), 229 deletions(-)