Eric Pouech
|
0a258964c2
Const correctness fixes.
|
20 سال پیش |
Alexandre Julliard
|
e55d5937ac
Set or clear the BeingDebugged flag in the PEB when a debugger is
|
21 سال پیش |
Alexandre Julliard
|
c30cefb2d5
Store module names in Unicode in the server.
|
21 سال پیش |
Alexandre Julliard
|
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
|
21 سال پیش |
Alexandre Julliard
|
baf0a064db
Attaching the debugger to a running process should work again
|
22 سال پیش |
Alexandre Julliard
|
02a53c176e
Added send_thread_signal() function and properly handle errors caused
|
22 سال پیش |
Alexandre Julliard
|
e66207ebfc
Moved all references to file descriptors out of the generic object
|
22 سال پیش |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
22 سال پیش |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
22 سال پیش |
Alexandre Julliard
|
54f228733a
Added process_id_t and thread_it_t types to the server interface
|
22 سال پیش |
Alexandre Julliard
|
5188574984
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
|
23 سال پیش |
Alexandre Julliard
|
9d80215254
A few optimizations in the process startup requests now that Winelib
|
23 سال پیش |
Alexandre Julliard
|
5769d1de00
Better support for configure detection of missing types, added check
|
23 سال پیش |
Alexandre Julliard
|
4705b8a60e
Avoid crash when trying to attach to a terminating process.
|
23 سال پیش |
Alexandre Julliard
|
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
|
23 سال پیش |
Alexandre Julliard
|
3c4538c8db
Reimplemented DebugBreakProcess.
|
23 سال پیش |
Eric Pouech
|
fbccb38e18
New XP debugging APIs: implemented DebugActiveProcessStop,
|
23 سال پیش |
Mike McCormack
|
6f011c0847
- move async activation into the server
|
23 سال پیش |
Eric Pouech
|
3940d8a294
Let the console renderer be defined as a thread.
|
23 سال پیش |
Alexandre Julliard
|
9caa71eef4
Redesign of the server communication protocol to allow arbitrary sized
|
23 سال پیش |
Eric Pouech
|
0b83d4cbc6
New console code based on Win32 windows.
|
23 سال پیش |
Alexandre Julliard
|
5f258c68f3
Backed out the suspend_process_for_ptrace change.
|
24 سال پیش |
Alexandre Julliard
|
7614180e2d
Small fixes to the debugger support.
|
24 سال پیش |
Alexandre Julliard
|
566a52ad8c
Changed isolated for loops to while loops (based on a patch by Andreas
|
24 سال پیش |
Alexandre Julliard
|
e939eae00b
Made exception_event_request non-blocking, and added
|
24 سال پیش |
Alexandre Julliard
|
e9936d96e1
Changed wait_process and wait_debug_event requests to never block;
|
24 سال پیش |
Alexandre Julliard
|
2362380b64
Added separate queue for "system" APCs that get called even when the
|
24 سال پیش |
Alexandre Julliard
|
8081e5a1e5
Added handle_t type to server interface so that we can make handles
|
24 سال پیش |
Alexandre Julliard
|
d549f6909e
Use a separate FIFO pair for server requests that don't need to pass a
|
24 سال پیش |
Alexandre Julliard
|
1ab243bac1
Merged the get_read_fd and get_write_fd requests.
|
24 سال پیش |