>>>>> "Eric" == Eric Pouech <[EMAIL PROTECTED]> writes:

    Eric> as Sylvain Petreolle reported, WineDbg got mixed up between cont
    Eric> and pass commands this should fix the issue A+Name: dbg_contpass
    Eric> ChangeLog: fixed cont/pass mismatch License: X11 GenDate:
    Eric> 2002/05/25 18:47:06 UTC ModifiedFiles: debugger/winedbg.c
    Eric> AddedFiles:
    Eric> ===================================================================
    Eric> RCS file: /home/cvs/cvsroot/wine/wine/debugger/winedbg.c,v
    Eric> retrieving revision 1.51 diff -u -u -r1.51 winedbg.c ---
    Eric> debugger/winedbg.c 11 May 2002 23:06:32 -0000 1.51 +++
    Eric> debugger/winedbg.c 25 May 2002 18:46:15 -0000 @@ -563,7 +573,7 @@
    Eric> if (DEBUG_ExitMode == EXIT_QUIT || DEBUG_ExitMode == EXIT_DETACH)
    Eric> break; if (DEBUG_ValidateRegisters()) { - if (DEBUG_ExitMode ==
    Eric> EXIT_PASS || first_chance) + if (DEBUG_ExitMode == EXIT_CONT ||
                                                             ^^^^^^^^^
Shouldn't that read EXIT_CONTINUE?

Thanks for your patch. It fixed winedbg from looping indefinite.

Bye
-- 
Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to