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