another WineDbg fix

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sat May 25 16:24:05 CDT 2002


>>>>> "Eric" == Eric Pouech <eric.pouech at wanadoo.fr> 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                bon at elektron.ikp.physik.tu-darmstadt.de

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



More information about the wine-devel mailing list