Commit History

Author SHA1 Message Date
  Alexandre Julliard 54f228733a Added process_id_t and thread_it_t types to the server interface 22 years ago
  Alexandre Julliard 5188574984 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. 22 years ago
  Alexandre Julliard 9d80215254 A few optimizations in the process startup requests now that Winelib 22 years ago
  Alexandre Julliard 5769d1de00 Better support for configure detection of missing types, added check 22 years ago
  Alexandre Julliard 4705b8a60e Avoid crash when trying to attach to a terminating process. 22 years ago
  Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary. 23 years ago
  Alexandre Julliard 3c4538c8db Reimplemented DebugBreakProcess. 23 years ago
  Eric Pouech fbccb38e18 New XP debugging APIs: implemented DebugActiveProcessStop, 23 years ago
  Mike McCormack 6f011c0847 - move async activation into the server 23 years ago
  Eric Pouech 3940d8a294 Let the console renderer be defined as a thread. 23 years ago
  Alexandre Julliard 9caa71eef4 Redesign of the server communication protocol to allow arbitrary sized 23 years ago
  Eric Pouech 0b83d4cbc6 New console code based on Win32 windows. 23 years ago
  Alexandre Julliard 5f258c68f3 Backed out the suspend_process_for_ptrace change. 23 years ago
  Alexandre Julliard 7614180e2d Small fixes to the debugger support. 23 years ago
  Alexandre Julliard 566a52ad8c Changed isolated for loops to while loops (based on a patch by Andreas 24 years ago
  Alexandre Julliard e939eae00b Made exception_event_request non-blocking, and added 24 years ago
  Alexandre Julliard e9936d96e1 Changed wait_process and wait_debug_event requests to never block; 24 years ago
  Alexandre Julliard 2362380b64 Added separate queue for "system" APCs that get called even when the 24 years ago
  Alexandre Julliard 8081e5a1e5 Added handle_t type to server interface so that we can make handles 24 years ago
  Alexandre Julliard d549f6909e Use a separate FIFO pair for server requests that don't need to pass a 24 years ago
  Alexandre Julliard 1ab243bac1 Merged the get_read_fd and get_write_fd requests. 24 years ago
  Alexandre Julliard 92643003cf Converted a lot of server requests to the new exception handling 24 years ago
  Alexandre Julliard 9c2370bd75 Added exception handling wrapper to a number of server requests. 24 years ago
  Alexandre Julliard a37dec0c7e Pass the main exe name in the CREATE_PROCESS debug event. 24 years ago
  Eric Pouech 9d10afa499 Clear status for sending exception event. 24 years ago
  Alexandre Julliard f6507ed235 Do not send a debug event for a thread until the previous event for 24 years ago
  Alexandre Julliard b73421dd91 Set thread start address to 0 on events generated by 25 years ago
  Alexandre Julliard f2f1ff333e Fixed bug in generate_startup_debug_events(). 25 years ago
  Alexandre Julliard ea0d028a0b Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. 25 years ago
  Alexandre Julliard 05f0b71bb3 Store the list of loaded dlls in the server, and generate debug events 25 years ago