This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ae0835a55 Remove dependency edges from Host to Target/Core. new fb7229a09 [lldb] [Process] Add proper support for NetBSD core files wit [...]
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.amd64 | Bin 0 -> 13616 bytes .../postmortem/netbsd-core/1lwp_SIGSEGV.amd64.core | Bin 0 -> 101872 bytes .../postmortem/netbsd-core/1lwp_SIGSEGV.c | 14 ++ .../netbsd-core/2lwp_process_SIGSEGV.amd64 | Bin 0 -> 15816 bytes .../netbsd-core/2lwp_process_SIGSEGV.amd64.core | Bin 0 -> 121208 bytes .../postmortem/netbsd-core/2lwp_process_SIGSEGV.c | 32 +++ .../postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64 | Bin 0 -> 15456 bytes .../netbsd-core/2lwp_t2_SIGSEGV.amd64.core | Bin 0 -> 121192 bytes .../postmortem/netbsd-core/2lwp_t2_SIGSEGV.c | 30 +++ .../postmortem/netbsd-core/GNUmakefile | 15 ++ .../postmortem/netbsd-core/TestNetBSDCore.py | 225 +++++++++++++++++++++ source/Plugins/Process/elf-core/ProcessElfCore.cpp | 184 ++++++++++++++--- .../Plugins/Process/elf-core/RegisterUtilities.h | 37 +++- 13 files changed, 507 insertions(+), 30 deletions(-) create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100644 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 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 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/netbs [...]