This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6ac2cd01d2fe1d3f94de470d01ebc379c4925372
clang-p2996
/
lldb
/
source
/
Plugins
/
Process
/
Linux
History
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
…
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
…
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