llvm-project/lldb/source/Plugins/Process/elf-core
Chaoren Lin 98d0a4b39a Refactor Unix signals.
Summary:
- Consolidate Unix signals selection in UnixSignals.
- Make Unix signals available from platform.
- Add jSignalsInfo packet to retrieve Unix signals from remote platform.
- Get a copy of the platform signal for each remote process.
- Update SB API for signals.
- Update signal utility in test suite.

Reviewers: ovyalov, clayborg

Subscribers: chaoren, jingham, labath, emaste, tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D11094

llvm-svn: 242101
2015-07-14 01:09:28 +00:00
..
CMakeLists.txt Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
Makefile elf-core: Strip trailing whitespace 2014-04-17 13:06:49 +00:00
ProcessElfCore.cpp Refactor Unix signals. 2015-07-14 01:09:28 +00:00
ProcessElfCore.h Remove redundant virtual for member functions marked 'override'. 2015-04-08 17:22:09 +00:00
RegisterContextPOSIXCore_arm.cpp Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXCore_arm.h Adds Register Context Linux/POSIX for ARM Architecture 2015-04-14 07:30:20 +00:00
RegisterContextPOSIXCore_arm64.cpp Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextPOSIXCore_arm64.h Handle FreeBSD/arm64 core files 2015-03-26 14:20:00 +00:00
RegisterContextPOSIXCore_mips64.cpp Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
RegisterContextPOSIXCore_mips64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
RegisterContextPOSIXCore_powerpc.cpp Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIXCore_powerpc.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00
RegisterContextPOSIXCore_x86_64.cpp Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
RegisterContextPOSIXCore_x86_64.h Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
ThreadElfCore.cpp This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00
ThreadElfCore.h Implement initial Altivec support 2015-02-05 07:12:01 +00:00