[PATCH] D32149: [lldb] [Process] Add proper support for NetBSD core files with threads
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 12:04:28 PST 2019
mgorny updated this revision to Diff 189545.
mgorny added a comment.
Herald added a reviewer: serge-sans-paille.
Herald added a subscriber: jdoerfert.
Added two tests, more pending. Sadly, I wasn't able to reuse even the test cases since `-nostdlib` doesn't really work on NetBSD (resulting executables are not recognized as valid executables).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D32149/new/
https://reviews.llvm.org/D32149
Files:
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.amd64
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.amd64.core
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/1lwp_SIGSEGV.c
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.amd64.core
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_t2_SIGSEGV.c
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/GNUmakefile
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py
lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32149.189545.patch
Type: text/x-patch
Size: 19350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/d1be7e1f/attachment.bin>
More information about the llvm-commits
mailing list