1. 9f365e7 server: Replace EXCEPTION_RECORD by an explicit definition in debug events. by Alexandre Julliard · 16 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. 17de829 server: Use the standard suspend mechanism to simulate a breakpoint by Alexandre Julliard · 19 years ago
  6. 7dbd1f0 server: Moved the tkill function to ptrace.c. by Alexandre Julliard · 19 years ago
  7. d8659a9 server: Get rid of the no longer used get_thread_single_step function. by Alexandre Julliard · 19 years ago
  8. 22357ca server: When possible, use tgkill instead of tkill syscall on Linux. by Eric Pouech · 19 years ago
  9. bd298b5 server: Set the context flags in get_thread_context to indicate which by Alexandre Julliard · 19 years ago
  10. 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
  11. d6f7adb Don't send the incoming context to the server for get_thread_context, by Alexandre Julliard · 19 years ago
  12. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  13. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  14. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  15. baf0a06 Attaching the debugger to a running process should work again by Alexandre Julliard · 22 years ago
  16. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  17. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  18. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  19. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  20. 5c84fff Only include 'sys/user.h' for Linux. Fixes a compilation error on FreeBSD 5.0. by Francois Gouget · 23 years ago
  21. ada7383 Preserve the TF (Trap Flag) when continuing from a ptraced suspend. by Ove Kaaven · 24 years ago
  22. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  23. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  24. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago