This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8a7cb0840 [Linux/x86] Fix writing of non-gpr registers on newer processors new 0dd17156d [lldb] [Process/elf-core] Support aarch64 NetBSD core dumps
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/netbsd-core/1lwp_SIGSEGV.aarch64 | Bin 0 -> 9088 bytes .../netbsd-core/1lwp_SIGSEGV.aarch64.core | Bin 0 -> 225728 bytes .../netbsd-core/2lwp_process_SIGSEGV.aarch64 | Bin 0 -> 13192 bytes .../netbsd-core/2lwp_process_SIGSEGV.aarch64.core | Bin 0 -> 246936 bytes .../postmortem/netbsd-core/2lwp_t2_SIGSEGV.aarch64 | Bin 0 -> 11848 bytes .../netbsd-core/2lwp_t2_SIGSEGV.aarch64.core | Bin 0 -> 251904 bytes .../postmortem/netbsd-core/TestNetBSDCore.py | 15 ++++++++++++ source/Plugins/Process/elf-core/ProcessElfCore.cpp | 26 +++++++++++++++++++++ .../Plugins/Process/elf-core/RegisterUtilities.h | 5 ++++ source/Plugins/Process/elf-core/ThreadElfCore.cpp | 3 +++ 10 files changed, 49 insertions(+) create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]