Alexandre Julliard
|
3dddc114cf
|
Fall back to kill() if the kernel doesn't support tkill().
|
2003-04-16 23:34:05 +00:00 |
Alexandre Julliard
|
9037f4bbfe
|
Added generic signal handling mechanism based on pipes to synchronize
signals with the main poll loop.
|
2003-03-26 01:32:18 +00:00 |
Alexandre Julliard
|
a8497bd037
|
Make a distinction between the thread Unix pid and the process wide
pid for platforms that use both.
|
2003-03-22 21:00:09 +00:00 |
Alexandre Julliard
|
baf0a064db
|
Attaching the debugger to a running process should work again
(reported by Eric Pouech). Misc cleanups.
|
2003-03-11 01:48:53 +00:00 |
Eric Pouech
|
4431e416ed
|
Fixed typo.
|
2003-03-10 19:05:04 +00:00 |
Alexandre Julliard
|
d04ccb8ebe
|
Use SIGUSR1 instead of SIGSTOP to suspend threads.
|
2003-03-04 22:18:43 +00:00 |
Alexandre Julliard
|
02a53c176e
|
Added send_thread_signal() function and properly handle errors caused
by the thread having already died when we send it a signal.
Use -1 instead of 0 as invalid Unix pid value.
|
2003-02-25 04:17:22 +00:00 |
Alexandre Julliard
|
cf27a7fa3b
|
Changed fd operations to take a struct fd instead of a struct object.
Removed get_file_info function from object operations.
Added get_device_id request to avoid abusing get_file_info.
|
2003-02-14 20:27:09 +00:00 |
Alexandre Julliard
|
91befe1d64
|
Made process and thread ids small integers instead of pointers.
|
2003-02-01 01:38:40 +00:00 |
Alexandre Julliard
|
9d80215254
|
A few optimizations in the process startup requests now that Winelib
apps are started differently from Unix ones.
|
2002-05-24 21:20:27 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
8ba769f45f
|
Check unix_pid again after attach.
|
2002-01-12 21:16:33 +00:00 |
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 |