Sebastian Lackner
|
af245fbb87
server: Introduce a new alloc_handle object callback. (v2)
|
9 years ago |
Zebediah Figura
|
6f726b0ea0
server: Add an object operation to grab the esync file descriptor.
|
6 years ago |
Rémi Bernon
|
e2a1f00a38
server: Implement DBG_REPLY_LATER handling.
|
4 years ago |
Rémi Bernon
|
7332de64a5
server: Validate status in continue_debug_event.
|
4 years ago |
Jacek Caban
|
c1a32a080f
server: Report only one debug event per process at the time.
|
5 years ago |
Jacek Caban
|
4ee629a3ba
kernel32: Use DebugBreakProcess in DebugActiveProcess.
|
5 years ago |
Jacek Caban
|
a679f965c8
kernel32: Reimplement DebugBreakProcess on top of DbgUiIssueRemoteBreakin.
|
5 years ago |
Jacek Caban
|
3fded30a10
server: Fix debug event order in generate_startup_debug_events.
|
5 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Alexandre Julliard
|
c583953b95
server: Use the correct process when looking for a mapped dll.
|
7 years ago |
Alexandre Julliard
|
b1b4f5d451
server: Store the mapped file descriptor in the memory view.
|
7 years ago |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 years ago |
Sebastian Lackner
|
1980834c7d
ntdll: ProcessDebugFlags should return debug_children flag instead of !debugger_present.
|
9 years ago |
Sebastian Lackner
|
9696ea5063
server: Get rid of RIP_EVENT union elements.
|
10 years ago |
Sebastian Lackner
|
3447567b42
server: Grab borrowed debugger reference while handling wake_up() events. (Valgrind).
|
10 years ago |
Sebastian Lackner
|
2f9fdec310
server: Remove output_debug_string request.
|
10 years ago |
Alexandre Julliard
|
39644bb309
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
11 years ago |
Bernhard Loos
|
e7ec00d22c
server: If a debugger is attached to a process, child processes shouldn't get debugged.
|
13 years ago |
Alexandre Julliard
|
be23f5a7a6
server: Grab the current pointer to avoid referencing it after it could become invalid.
|
13 years ago |
Alexandre Julliard
|
5dc9c73c31
server: Check for the need to suspend a thread again once it leaves an exception or suspend block.
|
13 years ago |
Alexandre Julliard
|
1b868f4967
server: Fix sharing parameters for debug event files, and don't fail if the file can't be opened.
|
13 years ago |
Alexandre Julliard
|
900352bc6b
server: Store a mapping instead of a file for process dlls.
|
13 years ago |
Eric Pouech
|
b39a8d9ea2
server: Enhanced the console input object so that it doesn't require a wineconsole to be running.
|
14 years ago |
Mikhail Maroukhine
|
0d7fef63ea
server: Fix compiler warning with flag -Wcast-qual.
|
14 years ago |
Henri Verbeet
|
6c0ecd0955
server: Debugging our own process is disallowed.
|
14 years ago |
Henri Verbeet
|
1970fb35d4
server: Allow the debugger to be debugged.
|
14 years ago |
Andrey Turkin
|
3eaecf0476
kernel32: Always use ANSI version of OutputDebugString.
|
15 years ago |
Michael Karcher
|
a0eb2ed413
server: Don't report LOAD_DLL debug event for exe module.
|
15 years ago |
Alexandre Julliard
|
5316dd011f
server: Define a generic context structure instead of using the platform-specific version.
|
15 years ago |
Alexandre Julliard
|
9f365e7705
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
|
16 years ago |