This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ea2286d [LLDB][MIPS] Fix Core file Architecture and OS information. new 9b2f5f6 [LLDB][MIPS] Core Dump Support.
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/Core/ArchSpec.cpp | 2 +- .../RegisterContextPOSIXProcessMonitor_mips64.h | 3 + .../Linux/NativeRegisterContextLinux_mips64.cpp | 186 ++++----------------- .../Utility/RegisterContextFreeBSD_mips64.cpp | 35 ++++ .../Utility/RegisterContextFreeBSD_mips64.h | 4 + .../Process/Utility/RegisterContextLinux_mips.cpp | 86 ++++++++++ .../Process/Utility/RegisterContextLinux_mips.h | 4 + .../Utility/RegisterContextLinux_mips64.cpp | 97 ++++++++++- .../Process/Utility/RegisterContextLinux_mips64.h | 7 +- .../Utility/RegisterContextPOSIX_mips64.cpp | 105 +++++++----- .../Process/Utility/RegisterContextPOSIX_mips64.h | 13 +- .../elf-core/RegisterContextPOSIXCore_mips64.cpp | 22 ++- .../elf-core/RegisterContextPOSIXCore_mips64.h | 2 + source/Plugins/Process/elf-core/ThreadElfCore.cpp | 83 +++++++++ source/Plugins/Process/elf-core/ThreadElfCore.h | 39 +---- 15 files changed, 443 insertions(+), 245 deletions(-)