Re: [3/4] server: Process OutputDebugString events like regular exceptions.
20 Jun
2014
20 Jun
'14
5:29 a.m.
Sebastian Lackner <sebastian(a)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(a)winehq.org
4190
Age (days ago)
4190
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard