Francois Gouget
|
b6aa247093
server: Fix the crashed process exit code when the debugger exits without detaching. Add a conformance test.
|
17 years ago |
Alexandre Julliard
|
9c18d92f36
server: Detaching from a process needs to continue all the pending events.
|
17 years ago |
Alexandre Julliard
|
627ca4079e
server: Stop exporting the console_input structure. Get rid of console.h.
|
17 years ago |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
17 years ago |
Alexandre Julliard
|
8700c4341b
server: Get rid of the server-side file descriptor cache management.
|
18 years ago |
Alexandre Julliard
|
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Alexandre Julliard
|
17de829096
server: Use the standard suspend mechanism to simulate a breakpoint
|
18 years ago |
Alexandre Julliard
|
820c5927c8
server: Removed the thread attached flag, since we always detach now.
|
18 years ago |
Alexandre Julliard
|
e6374cbea7
server: Store the process exe module in the standard dll list.
|
19 years ago |
Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 years ago |
Alexandre Julliard
|
24560e70bb
server: Make alloc_handle use attributes instead of inherit flag.
|
19 years ago |
Ge van Geldorp
|
1a1583a364
Match PSDK STATUS_* definitions.
|
19 years ago |
Vitaliy Margolen
|
baffcb95d3
Add name_lookup function in object_ops.
|
19 years ago |
Alexandre Julliard
|
ff7795ef4c
Don't send an extra signal when waiting for a debug event, just do a
|
19 years ago |
Mike McCormack
|
390bc5f52f
Don't include winbase.h when it's not necessary.
|
19 years ago |
Alexandre Julliard
|
b9b1ea9c9f
Added a close_handle method to the object operations, and use it to
|
19 years ago |
Mike McCormack
|
f92fff66a2
Implemented NtSignalAndWaitForSingleObject.
|
19 years ago |
Alexandre Julliard
|
a9e0fb1ba6
Convert the process dll list to a standard list.
|
20 years ago |
Alexandre Julliard
|
0502638ee1
Convert the per-process thread list to a standard list.
|
20 years ago |
Alexandre Julliard
|
efdb4960a2
Converted the debug event queue to a standard list.
|
20 years ago |
Eric Pouech
|
0a258964c2
Const correctness fixes.
|
20 years ago |
Alexandre Julliard
|
e55d5937ac
Set or clear the BeingDebugged flag in the PEB when a debugger is
|
21 years ago |
Alexandre Julliard
|
c30cefb2d5
Store module names in Unicode in the server.
|
21 years ago |
Alexandre Julliard
|
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
|
21 years ago |
Alexandre Julliard
|
baf0a064db
Attaching the debugger to a running process should work again
|
22 years ago |
Alexandre Julliard
|
02a53c176e
Added send_thread_signal() function and properly handle errors caused
|
22 years ago |
Alexandre Julliard
|
e66207ebfc
Moved all references to file descriptors out of the generic object
|
22 years ago |
Alexandre Julliard
|
cf27a7fa3b
Changed fd operations to take a struct fd instead of a struct object.
|
22 years ago |
Alexandre Julliard
|
863637b158
Started moving functions that deal with Unix file descriptors to a
|
22 years ago |