hanchenye-llvm-project/lldb/source/Plugins
Pavel Labath b84141a6fe Add real time signals support to LinuxSignals
Summary: This enables correct handling of real time signals by lldb.

Test Plan: Added a test that verifies handling of SIGRTMIN

Reviewers: tberghammer, ovyalov

Subscribers: lldb-commits

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

llvm-svn: 238009
2015-05-22 08:46:18 +00:00
..
ABI Handle aggregate return types in SysV-arm ABI 2015-05-21 13:44:40 +00:00
Disassembler Fix call to llvm::Target::createMCInstPrinter. 2015-03-31 00:59:13 +00:00
DynamicLoader Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification 2015-05-21 00:27:01 +00:00
Instruction Fix encoding of BX instrucion in EmulateInstructionARM 2015-05-18 14:55:51 +00:00
InstrumentationRuntime Fixed an issue with expressions that define types in the expression. We must currently touch the members of the struct in the right order or our ClangASTImporter::DeportType() will copy the resulting type into the target AST incorrectly. This is a work around for <rdar://problem/21049838> which the copy type issue so that it doesn't happen. 2015-05-21 00:26:58 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Fix a few compile warnings 2015-05-15 09:15:27 +00:00
MemoryHistory
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Fix parsing of the plt section for android-arm 2015-05-08 09:40:05 +00:00
OperatingSystem Fix stepping a virtual thread when the python operating system was enabled. 2015-04-07 22:17:41 +00:00
Platform Implement attach to process on Windows. 2015-05-20 18:31:17 +00:00
Process Add real time signals support to LinuxSignals 2015-05-22 08:46:18 +00:00
SymbolFile Don't crash if we have bad debug info that has a DW_TAG_inheritance with a bad DW_AT_type reference. Emit an error with instructions to file a bug. 2015-05-15 22:31:18 +00:00
SymbolVendor Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds can take advantage of the new GDB register info from the target XML. 2015-04-16 23:13:26 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Assembly profiler for mips32 2015-05-15 06:53:30 +00:00