llvm-project/lldb/source/Plugins/Process/Linux
Andrew MacPherson 82aae0d835 Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala.
llvm-svn: 205405
2014-04-02 06:57:45 +00:00
..
CMakeLists.txt Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
LinuxSignals.cpp Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in POSIXThread, instead just let StopInfo handle it. 2014-03-21 19:08:37 +00:00
LinuxSignals.h linux: initial support for 'real' signal handling 2011-03-30 15:55:52 +00:00
LinuxThread.cpp FreeBSD hardware watchpoint implementation 2014-02-19 18:34:06 +00:00
LinuxThread.h FreeBSD hardware watchpoint implementation 2014-02-19 18:34:06 +00:00
Makefile This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
ProcessLinux.cpp Fix Linux by partially reverting 196787 2013-12-11 20:43:27 +00:00
ProcessLinux.h Make ProcessLinux return true for DetachRequiresHalt() because PTRACE_DETACH requires this. 2014-03-25 21:40:04 +00:00
ProcessMonitor.cpp Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala. 2014-04-02 06:57:45 +00:00
ProcessMonitor.h Implement ProcessMonitor::Kill for Linux 2014-04-01 18:14:06 +00:00