[3/4] server: Process OutputDebugString events like regular exceptions.

Alexandre Julliard julliard at winehq.org
Fri Jun 20 05:29:51 CDT 2014


Sebastian Lackner <sebastian at fds-team.de> writes:

> As recently mentioned in one of my other patches, Windows internally
> processes debug string events the same way as regular exceptions. This
> patch removes the output_debug_string wineserver call, and instead uses
> always an exception to send debug strings to the debugger. The
> wineserver function queue_exception_event is then responsible to
> translate exceptions into the corresponding debug events. Make sure to
> run ./tools/make_requests after applying this patch.

This could probably be done on the client side when retrieving the
event, to avoid adding special cases in the server code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list