Sign in
goma
/
wine
/
180ede5bfee6502a1950405d4cc17fe4941cf57c
/
server
/
context_i386.c
498742f
server: Moved get/set_thread_context implementation to ptrace.c.
by Alexandre Julliard
· 19 years ago
86d4688
server: Moved some common bits of get/set_thread_context to thread.c.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
f6cb551
server: Remove some no longer needed ptrace code to set registers.
by Alexandre Julliard
· 19 years ago
d2ad6f8
ntdll: Get registers on the client side for NtGetContextThread on the current thread.
by Alexandre Julliard
· 19 years ago
17de829
server: Use the standard suspend mechanism to simulate a breakpoint
by Alexandre Julliard
· 19 years ago
7dbd1f0
server: Moved the tkill function to ptrace.c.
by Alexandre Julliard
· 19 years ago
d8659a9
server: Get rid of the no longer used get_thread_single_step function.
by Alexandre Julliard
· 19 years ago
22357ca
server: When possible, use tgkill instead of tkill syscall on Linux.
by Eric Pouech
· 19 years ago
8800352
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
by Robert Millan
· 19 years ago
2654be0
ntdll: Handle NtSetContextThread on the client side (as far as
by Alexandre Julliard
· 19 years ago
bd298b5
server: Set the context flags in get_thread_context to indicate which
by Alexandre Julliard
· 19 years ago
3f85e26
Moved the platform-independent part of the get/set_thread_context
by Alexandre Julliard
· 19 years ago
d6f7adb
Don't send the incoming context to the server for get_thread_context,
by Alexandre Julliard
· 19 years ago
390bc5f
Don't include winbase.h when it's not necessary.
by Mike McCormack
· 20 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
22824cb
Fixed typo in return value of tkill().
by Alexandre Julliard
· 22 years ago
a8497bd
Make a distinction between the thread Unix pid and the process wide
by Alexandre Julliard
· 22 years ago
baf0a06
Attaching the debugger to a running process should work again
by Alexandre Julliard
· 22 years ago
d04ccb8
Use SIGUSR1 instead of SIGSTOP to suspend threads.
by Alexandre Julliard
· 22 years ago
cf27a7f
Changed fd operations to take a struct fd instead of a struct object.
by Alexandre Julliard
· 22 years ago
4c5c90e
Avoid FreeBSD compatibility issues with dbreg structure.
by Pierre Beyssac
· 22 years ago
3528755
Implemented CONTEXT_DEBUG_REGISTERS on FreeBSD.
by Pierre Beyssac
· 23 years ago
bd15bef
Fixed ptrace argument order for FreeBSD, NetBSD and Solaris.
by Pierre Beyssac
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
5c84fff
Only include 'sys/user.h' for Linux. Fixes a compilation error on FreeBSD 5.0.
by Francois Gouget
· 23 years ago
7614180
Small fixes to the debugger support.
by Alexandre Julliard
· 24 years ago
18bf392
Added support for NetBSD.
by Bang Jun-Young
· 24 years ago
ada7383
Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
by Ove Kaaven
· 24 years ago
2af03e4
Do not include sys/ptrace.h and sys/user.h unconditionally.
by Dimitrie O. Paun
· 24 years ago
a5b696b
Fixes for OpenBSD.
by Federico Schwindt
· 24 years ago
9264300
Converted a lot of server requests to the new exception handling mechanism.
by Alexandre Julliard
· 25 years ago
b73421d
Set thread start address to 0 on events generated by
by Alexandre Julliard
· 25 years ago
de1ff66
Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
by Peter Hunnisett
· 25 years ago
cd8cf5e
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
0e06d62
Fixed Solaris specific compiler issue.
by Patrik Stridvall
· 25 years ago
49bcb93
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 25 years ago
5782765
Added context functions for FreeBSD.
by Juergen Lock
· 25 years ago
8a1bdb3
Added configure check for sys/reg.h.
by Ulrich Weigand
· 25 years ago
de20c2a
Solaris support for {set,get}_thread_context added.
by Patrik Stridvall
· 25 years ago
a661187
Added our own user_regs_struct definition for better compatibility.
by Alexandre Julliard
· 25 years ago
cb1fc73
Changed the server to return STATUS_* error codes.
by Alexandre Julliard
· 25 years ago
3e2517c
Added Get/SetThreadContext support through the server.
by Alexandre Julliard
· 25 years ago