llvm-project/lldb/source/Plugins/Process/Linux
Matt Kopec 841a5488fb The Linux process plugin wasn't returning the correct linux signals. This fixes that.
Thus, this patch also negates a previous fix for handling SIGCHLD.

llvm-svn: 182166
2013-05-17 22:21:08 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
LinuxSignals.cpp linux: initial support for 'real' signal handling 2011-03-30 15:55:52 +00:00
LinuxSignals.h linux: initial support for 'real' signal handling 2011-03-30 15:55:52 +00:00
Makefile This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
ProcessLinux.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
ProcessLinux.h The Linux process plugin wasn't returning the correct linux signals. This fixes that. 2013-05-17 22:21:08 +00:00
ProcessMonitor.cpp The Linux process plugin wasn't returning the correct linux signals. This fixes that. 2013-05-17 22:21:08 +00:00
ProcessMonitor.h Fixed "log enable linux registers" and added a test. 2013-05-09 19:59:47 +00:00
RegisterContextLinux_x86_64.h Platform-specific specialization for the GPR register file. 2013-05-01 20:17:59 +00:00