Sign in
goma
/
wine
/
0e378b82af05edbf94bd07d1ecf117430ba87615
/
server
/
debugger.c
f92fff6
Implemented NtSignalAndWaitForSingleObject.
by Mike McCormack
· 20 years ago
a9e0fb1
Convert the process dll list to a standard list.
by Alexandre Julliard
· 20 years ago
0502638
Convert the per-process thread list to a standard list.
by Alexandre Julliard
· 20 years ago
efdb496
Converted the debug event queue to a standard list.
by Alexandre Julliard
· 20 years ago
0a25896
Const correctness fixes.
by Eric Pouech
· 20 years ago
e55d593
Set or clear the BeingDebugged flag in the PEB when a debugger is
by Alexandre Julliard
· 21 years ago
c30cefb
Store module names in Unicode in the server.
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
baf0a06
Attaching the debugger to a running process should work again
by Alexandre Julliard
· 22 years ago
02a53c1
Added send_thread_signal() function and properly handle errors caused
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
cf27a7f
Changed fd operations to take a struct fd instead of a struct object.
by Alexandre Julliard
· 22 years ago
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago
54f2287
Added process_id_t and thread_it_t types to the server interface
by Alexandre Julliard
· 22 years ago
5188574
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
by Alexandre Julliard
· 23 years ago
9d80215
A few optimizations in the process startup requests now that Winelib
by Alexandre Julliard
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
4705b8a
Avoid crash when trying to attach to a terminating process.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
3c4538c
Reimplemented DebugBreakProcess.
by Alexandre Julliard
· 23 years ago
fbccb38
New XP debugging APIs: implemented DebugActiveProcessStop,
by Eric Pouech
· 23 years ago
6f011c0
- move async activation into the server - implement async queues
by Mike McCormack
· 23 years ago
3940d8a
Let the console renderer be defined as a thread.
by Eric Pouech
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago
5f258c6
Backed out the suspend_process_for_ptrace change.
by Alexandre Julliard
· 24 years ago
7614180
Small fixes to the debugger support.
by Alexandre Julliard
· 24 years ago
566a52a
Changed isolated for loops to while loops (based on a patch by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
e939eae
Made exception_event_request non-blocking, and added
by Alexandre Julliard
· 24 years ago
e9936d9
Changed wait_process and wait_debug_event requests to never block;
by Alexandre Julliard
· 24 years ago
2362380
Added separate queue for "system" APCs that get called even when the
by Alexandre Julliard
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
1ab243b
Merged the get_read_fd and get_write_fd requests.
by Alexandre Julliard
· 24 years ago
9264300
Converted a lot of server requests to the new exception handling mechanism.
by Alexandre Julliard
· 25 years ago
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
a37dec0
Pass the main exe name in the CREATE_PROCESS debug event.
by Alexandre Julliard
· 25 years ago
9d10afa
Clear status for sending exception event.
by Eric Pouech
· 25 years ago
f6507ed
Do not send a debug event for a thread until the previous event for
by Alexandre Julliard
· 25 years ago
b73421d
Set thread start address to 0 on events generated by
by Alexandre Julliard
· 25 years ago
f2f1ff3
Fixed bug in generate_startup_debug_events().
by Alexandre Julliard
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
05f0b71
Store the list of loaded dlls in the server, and generate debug events
by Alexandre Julliard
· 25 years ago
ff81d78
Generate CREATE_PROCESS/THREAD debug events internally in the server.
by Alexandre Julliard
· 25 years ago
cb1fc73
Changed the server to return STATUS_* error codes.
by Alexandre Julliard
· 25 years ago
3e2517c
Added Get/SetThreadContext support through the server.
by Alexandre Julliard
· 25 years ago
79b1ec8
Made debug events and contexts standard objects.
by Alexandre Julliard
· 25 years ago
247b8ae
Use poll() instead of select() for the server main loop.
by Alexandre Julliard
· 25 years ago
17cf810
Fixed handling of debug events on thread/process exit.
by Alexandre Julliard
· 25 years ago
3b83222
Bug fixes.
by Alexandre Julliard
· 25 years ago
c61eb03
Do not free the handles once they have been sent to the client (thanks
by Alexandre Julliard
· 25 years ago
1d22c53
Free the handles of the event structure in the right process (thanks
by Alexandre Julliard
· 25 years ago
2c68408
Fixed some of the issues reported by Solaris Lint.
by Patrik Stridvall
· 26 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
e712e07
Added debug events support.
by Alexandre Julliard
· 26 years ago