Time to commit remote ops for VirtualAllocEx, CreateRemoteThread

Eric Pouech eric.pouech at wanadoo.fr
Sat Aug 5 12:08:53 CDT 2006


Dan Kegel wrote:

> On 8/5/06, Alexandre Julliard <julliard at winehq.org> wrote:
>
>> Still, doing that stuff in APCs is a step in the right direction, you
>> just need to make sure you can safely run these APCs from the SIGUSR1
>> handler.
>
>
> Do we have to verify that now, or can that wait until we want
> to add support for debuggers?

Most of the *serious* debuggers I know of make use of remote virtual 
functions. This includes WineDbg, WinDbg (the MS one)...
- WinDbg (the MS debugger)
- WineDbg
- gdb (when compiled on Windows)
So that can be rather easily tested.

A+



More information about the wine-devel mailing list