llvm-project/lldb/source
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
..
API Revert "Add support for language plugins to provide data formatters" 2015-09-01 09:02:54 +00:00
Breakpoint 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
Commands Remove class Language - the only thing it was actually being used for is provided by LanguageRuntime already 2015-08-27 18:18:49 +00:00
Core Make FormatEntity be a little bit smarter when printing function arguments 2015-09-01 00:19:35 +00:00
DataFormatters Revert "Add support for language plugins to provide data formatters" 2015-09-01 09:02:54 +00:00
Expression Handle DW_OP_GNU_addr_index in DWARF expressions 2015-08-25 11:46:06 +00:00
Host Make UriParser to support [$HOSTNAME] notation. 2015-08-20 23:09:34 +00:00
Initialization Reorg code to allow Windows Process Plugins to share some common code. 2015-08-24 16:00:51 +00:00
Interpreter Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Plugins [NativeProcessLinux] Fix assertion failure when killing a process 2015-09-01 10:59:36 +00:00
Symbol Made a new abstract class named "DWARFASTParser" which lives in "source/Plugins/SymbolFile/DWARF": 2015-08-28 01:01:03 +00:00
Target Revert "Add support for language plugins to provide data formatters" 2015-09-01 09:02:54 +00:00
Utility Add support for DW_FORM_GNU_[addr,str]_index 2015-08-25 11:45:58 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00