wine-wine/server
Rémi Bernon e2a1f00a38 server: Implement DBG_REPLY_LATER handling.
This flag causes the debug event to be replayed after the target thread
continues. It can be used, after suspending the thread, to resume other
threads and later return to the breaking.

This will help implementing gdb continue/step packets correctly.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-27 21:16:13 +01:00
..
Makefile.in server: No longer depend on libwine. 2019-12-05 23:36:23 +01:00
async.c server: A spelling and slight rewording fix in a comment. 2019-08-08 17:53:36 +02:00
atom.c server: Add a helper function for hashing a Unicode string. 2020-03-24 19:43:38 +01:00
change.c configure: Link wineserver to libinotify if necessary. 2019-04-22 20:27:30 +02:00
class.c server: Ignore low word of a class instance when looking up for a window class. 2020-02-27 23:34:51 +01:00
clipboard.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
completion.c server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
console.c server: Store length of console history lines instead of null-terminating them. 2020-03-23 11:43:57 +01:00
debugger.c server: Implement DBG_REPLY_LATER handling. 2020-03-27 21:16:13 +01:00
device.c server: Hold a reference to the file in delete_file(). 2020-03-03 11:43:01 +01:00
directory.c server: Add a helper function for creating a Unicode string. 2020-03-24 19:43:38 +01:00
event.c ntoskrnl.exe: Support creating event objects from server handle. 2019-03-26 13:59:04 +01:00
fd.c server: Store the real Unix path. 2020-03-23 12:13:44 +01:00
file.c server: Fix up executable permissions when renaming files. 2020-03-12 21:18:18 +01:00
file.h server: Fix up executable permissions when renaming files. 2020-03-12 21:18:18 +01:00
handle.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
handle.h server: Use a common helper function to implement open object calls. 2016-01-29 21:25:12 +09:00
hook.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
mach.c server: No longer depend on libwine. 2019-12-05 23:36:23 +01:00
mailslot.c server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
main.c server: No longer depend on libwine. 2019-12-05 23:36:23 +01:00
mapping.c server: Fix use after free in add_committed_range (scan-build). 2019-09-12 22:47:45 +02:00
mutex.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
named_pipe.c server: Don't block ConnectNamedPipe for pipe in PIPE_NOWAIT mode. 2019-10-16 16:03:36 +02:00
object.c server: Add a helper function for hashing a Unicode string. 2020-03-24 19:43:38 +01:00
object.h server: Implement DBG_REPLY_LATER handling. 2020-03-27 21:16:13 +01:00
process.c server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
process.h server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
procfs.c server: Add a platform-specific entry point to initialize registers of a new thread. 2017-07-27 17:04:04 +02:00
protocol.def ntdll: Check for an existing file on the server side. 2020-03-12 21:18:18 +01:00
ptrace.c server: Reset hardware breakpoint sizes before setting them. 2018-12-18 17:18:09 +01:00
queue.c server: Validate the filter window handle in get_message. 2019-09-18 21:55:16 +02:00
region.c server: Map region to the window DPI in redraw_region(). 2018-08-24 20:12:05 +02:00
registry.c server: Add a helper function for case-insensitive Unicode string comparisons. 2020-03-24 19:43:38 +01:00
request.c server: No longer depend on libwine. 2019-12-05 23:36:23 +01:00
request.h ntdll: Check for an existing file on the server side. 2020-03-12 21:18:18 +01:00
security.h server: Add default security descriptor ownership for processes. 2019-04-24 21:57:48 +02:00
semaphore.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
serial.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
signal.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
snapshot.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
sock.c server: Revert b4a1d80ae3 for now. 2020-01-06 22:19:19 +01:00
symlink.c server: Use byte length in dump_strW() for consistency. 2020-03-23 11:39:09 +01:00
thread.c server: Implement DBG_REPLY_LATER handling. 2020-03-27 21:16:13 +01:00
thread.h ntdll: Implement thread description as information class. 2019-11-26 16:32:32 +01:00
timer.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
token.c server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
trace.c server: Use byte length in dump_strW() for consistency. 2020-03-23 11:39:09 +01:00
unicode.c server: Add a helper function for hashing a Unicode string. 2020-03-24 19:43:38 +01:00
unicode.h server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
user.c
user.h server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
window.c server: Store length of window text instead of null-terminating it. 2020-03-23 11:40:04 +01:00
wineserver.de.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.fr.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
winstation.c server: Add a helper function for splitting a path into individual elements. 2020-03-24 19:43:38 +01:00