This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c50d13c Fix some accidental Prints of StringRefs that snuck in. new 21969de ELF core: Adding parsing of the floating-point and SSE regist [...]
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: .../postmortem/elf-core/TestLinuxCore.py | 50 +++++++++++++++++++ .../postmortem/elf-core/fpr_sse.cpp | 38 +++++++++++++++ .../{linux-i386.core => linux-fpr_sse_i386.core} | Bin 28672 -> 32768 bytes ...linux-x86_64.core => linux-fpr_sse_x86_64.core} | Bin 40960 -> 40960 bytes .../Process/Utility/RegisterContextLinux_i386.cpp | 4 ++ .../Process/Utility/RegisterContextLinux_i386.h | 2 + .../Utility/RegisterContextLinux_x86_64.cpp | 5 ++ .../Process/Utility/RegisterContextLinux_x86_64.h | 2 + .../Process/Utility/RegisterContextPOSIX_x86.cpp | 4 ++ .../Process/Utility/RegisterContextPOSIX_x86.h | 2 + .../Process/Utility/RegisterInfoInterface.h | 2 + source/Plugins/Process/elf-core/ProcessElfCore.cpp | 14 +++++- .../elf-core/RegisterContextPOSIXCore_x86_64.cpp | 53 ++++++++++++++------- .../elf-core/RegisterContextPOSIXCore_x86_64.h | 5 +- 14 files changed, 160 insertions(+), 21 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] copy packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/{linux-i38 [...] copy packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/{linux-x86 [...]