Dan Kegel wrote:
On 8/5/06, Alexandre Julliard <[EMAIL PROTECTED]> 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+