llvm-project/lldb/source/Plugins
Pavel Labath 86852d3676 [NativeProcessLinux] Fix assertion failure when killing a process
Linux sometimes sends us a PTRACE_EVENT_EXIT when an inferior process gets a SIGKILL. This can be
confusing, since normally we don't expect any events when the inferior is stopped. This commit
adds code to handle this situation (resume the thread and let it exit normally) and avoid an
assertion failure in ResumeThread().

llvm-svn: 246539
2015-09-01 10:59:36 +00:00
..
ABI Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Disassembler [MIPS] Avoid breakpoint in delay slot 2015-08-26 06:04:54 +00:00
DynamicLoader Major DWARF cleanup. 2015-08-26 22:57:51 +00:00
Instruction Fix assertion failure caused by r245546 2015-08-21 10:49:09 +00:00
InstrumentationRuntime Stop objects from keeping a strong reference to the process when they should have a weak reference. 2015-08-31 21:25:45 +00:00
JITLoader Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
Language Revert "Add support for language plugins to provide data formatters" 2015-09-01 09:02:54 +00:00
LanguageRuntime Stop objects from keeping a strong reference to the process when they should have a weak reference. 2015-08-31 21:25:45 +00:00
MemoryHistory Stop objects from keeping a strong reference to the process when they should have a weak reference. 2015-08-31 21:25:45 +00:00
ObjectContainer Add a better fix for searching for spaces in BSD archive object names where we only trim trailing spaces. 2015-08-14 00:18:52 +00:00
ObjectFile Add support for DW_FORM_GNU_[addr,str]_index 2015-08-25 11:45:58 +00:00
OperatingSystem Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Platform Add functionality to the platforms to figure out the proper name for a dynamic library on the system given a basename 2015-08-27 00:53:57 +00:00
Process [NativeProcessLinux] Fix assertion failure when killing a process 2015-09-01 10:59:36 +00:00
ScriptInterpreter Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core, unify closing inclusion guards 2015-08-18 08:39:09 +00:00
SymbolFile Made a new abstract class named "DWARFASTParser" which lives in "source/Plugins/SymbolFile/DWARF": 2015-08-28 01:01:03 +00:00
SymbolVendor Add support for DW_FORM_GNU_[addr,str]_index 2015-08-25 11:45:58 +00:00
SystemRuntime Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
UnwindAssembly Fix assertion failure caused by r245546 2015-08-21 10:49:09 +00:00
CMakeLists.txt Add a new type of plugin: Language plugin 2015-08-27 21:33:50 +00:00
Makefile Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools 2015-08-05 12:46:53 +00:00