Alexandre Julliard
|
9f365e7705
|
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
|
2009-01-02 20:12:46 +01:00 |
Alexandre Julliard
|
498742ff6c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
Alexandre Julliard
|
86d4688171
|
server: Moved some common bits of get/set_thread_context to thread.c.
|
2006-06-23 13:16:14 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
17de829096
|
server: Use the standard suspend mechanism to simulate a breakpoint
in an active process, instead of sending a SIGTRAP.
|
2006-04-19 19:45:39 +02:00 |
Alexandre Julliard
|
7dbd1f01f2
|
server: Moved the tkill function to ptrace.c.
|
2006-04-10 21:07:21 +02:00 |
Alexandre Julliard
|
d8659a9773
|
server: Get rid of the no longer used get_thread_single_step function.
|
2006-04-10 20:27:45 +02:00 |
Eric Pouech
|
22357ca388
|
server: When possible, use tgkill instead of tkill syscall on Linux.
|
2006-02-14 12:24:32 +01:00 |
Alexandre Julliard
|
bd298b511e
|
server: Set the context flags in get_thread_context to indicate which
parts of the returned context are valid.
|
2005-12-21 20:06:42 +01:00 |
Alexandre Julliard
|
3f85e26af2
|
Moved the platform-independent part of the get/set_thread_context
requests to a common file.
|
2005-11-02 14:12:13 +00:00 |
Alexandre Julliard
|
d6f7adb367
|
Don't send the incoming context to the server for get_thread_context,
instead copy only the relevant fields of the return value on the
client side.
|
2005-11-01 21:41:26 +00:00 |
Alexandre Julliard
|
5a12dd17ae
|
Preliminary version of the context support for x86-64.
|
2005-09-16 18:59:23 +00:00 |