llvm-project/lldb
Michal Gorny c12f159788 [lldb] [Process] Add proper support for NetBSD core files with threads
Improve the support for processing NetBSD cores.  Fix reading process
identifier, thread information and associating the terminating signal
with the correct thread.

Includes test cases for single-threaded program receiving SIGSEGV,
and two dual-threaded programs: one where thread receives the signal,
and the other one when the whole process is signalled.

Differential Revision: https://reviews.llvm.org/D32149

llvm-svn: 355736
2019-03-08 21:10:43 +00:00
..
cmake [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
docs Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
examples crashlog.py: Catch exception from subprocess. 2019-03-07 00:41:51 +00:00
include/lldb [Reproducers] Add missing LLDB_RECORD_DUMMY macros 2019-03-08 19:09:27 +00:00
lit [lldb-instr] Support LLDB_RECORD_DUMMY 2019-03-08 18:33:40 +00:00
lldb.xcodeproj When disassembling Aarch64 target and vendor Apple, set the cpu to 2019-03-07 03:16:45 +00:00
lldb.xcworkspace Remove accidentally commited file in xcshareddata 2019-02-05 23:35:01 +00:00
packages/Python/lldbsuite [lldb] [Process] Add proper support for NetBSD core files with threads 2019-03-08 21:10:43 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
source [lldb] [Process] Add proper support for NetBSD core files with threads 2019-03-08 21:10:43 +00:00
test [CMake] Make lldb-test-deps a dependency of check-lldb 2019-02-13 20:51:13 +00:00
third_party/Python/module [dotest] Consider unexpected passes as failures. 2018-12-20 20:44:23 +00:00
tools [lldb-instr] Support LLDB_RECORD_DUMMY 2019-03-08 18:33:40 +00:00
unittests Remove dependency edges from Host to Target/Core. 2019-03-08 20:56:10 +00:00
utils Use sys.executable in lldb-dotest 2019-02-15 07:41:17 +00:00
www Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central place 2019-02-28 16:04:54 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py