llvm-project/lldb/source/Plugins/Process/POSIX
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
Makefile Following the modification introduced in llvm by commit 185311 2013-07-01 08:21:36 +00:00
POSIXStopInfo.cpp Add output of fault address on an address related crash (ie. segfault). 2013-06-10 22:14:47 +00:00
POSIXStopInfo.h Add output of fault address on an address related crash (ie. segfault). 2013-06-10 22:14:47 +00:00
POSIXThread.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
POSIXThread.h Fix Linux by partially reverting 196787 2013-12-11 20:43:27 +00:00
ProcessMessage.cpp Make sure switch covers all values. 2013-10-20 17:35:46 +00:00
ProcessMessage.h Add exec support for Linux including common support for POSIX. 2013-10-09 19:39:55 +00:00
ProcessPOSIX.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
ProcessPOSIX.h Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect 2014-01-10 23:46:59 +00:00
ProcessPOSIXLog.cpp Factor out common string match code for POSIX log enable/disable 2013-07-22 12:39:17 +00:00
ProcessPOSIXLog.h Update for Linux->POSIX rename 2013-06-24 14:51:39 +00:00
RegisterContextPOSIXProcessMonitor_mips64.cpp Initial FreeBSD mips64 ProcessMonitor support 2013-10-10 19:14:55 +00:00
RegisterContextPOSIXProcessMonitor_mips64.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00
RegisterContextPOSIXProcessMonitor_x86.cpp POSIX: fix possible API misuse 2014-03-08 20:47:12 +00:00
RegisterContextPOSIXProcessMonitor_x86.h Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing. 2014-03-12 16:04:29 +00:00