[Lldb-commits] [PATCH] D32149: [lldb] [Process] Add proper support for NetBSD core files with threads
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 7 00:33:20 PST 2019
mgorny updated this revision to Diff 189658.
mgorny edited the summary of this revision.
mgorny added a comment.
I've added one more test case, and added stop reason/signal checking for both threads. I think it's ready for review now.
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_process_SIGSEGV.amd64
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_SIGSEGV.amd64.core
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/2lwp_process_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.189658.patch
Type: text/x-patch
Size: 22298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190307/cd65b9f1/attachment-0001.bin>
More information about the lldb-commits
mailing list