Alexandre Julliard
|
5f258c68f3
|
Backed out the suspend_process_for_ptrace change.
Fixed a couple of races in ptrace code.
|
2001-07-14 00:50:30 +00:00 |
Ove Kaaven
|
ada7383852
|
Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
|
2001-04-27 18:39:47 +00:00 |
Dimitrie O. Paun
|
2af03e45b5
|
Do not include sys/ptrace.h and sys/user.h unconditionally.
Other portability fixes.
|
2000-11-29 20:04:09 +00:00 |
Gerald Pfeifer
|
1f0123649f
|
Add appropriate casts to caddr_t for the third parameter of ptrace().
|
2000-10-17 00:25:59 +00:00 |
Alexandre Julliard
|
d3928317d6
|
Increment suspend count before attempting attach in suspend_for_ptrace.
|
2000-04-04 19:55:28 +00:00 |
Alexandre Julliard
|
12f29b5076
|
Have threads and processes exit more cleanly whenever possible.
|
2000-03-17 15:16:57 +00:00 |
Alexandre Julliard
|
98aacc7751
|
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
|
2000-03-15 19:46:14 +00:00 |
Alexandre Julliard
|
05f0b71bb3
|
Store the list of loaded dlls in the server, and generate debug events
internally.
|
2000-03-09 18:18:41 +00:00 |
Alexandre Julliard
|
247b8aeeb9
|
Use poll() instead of select() for the server main loop.
Fixed races with SIGCHLD handling and ptrace.
Minor fixes to timeout handling.
|
1999-12-13 00:16:44 +00:00 |
Alexandre Julliard
|
19a497cf56
|
More portability fixes (thanks to Juergen Lock).
|
1999-11-25 23:42:54 +00:00 |
Alexandre Julliard
|
42666eeab6
|
Portability fixes.
|
1999-11-21 01:10:16 +00:00 |
Alexandre Julliard
|
578c10090b
|
Moved ptrace support to ptrace.c. Tried to improve portability.
|
1999-11-14 21:23:21 +00:00 |