Winedbg questions
Eric Pouech
pouech-eric at wanadoo.fr
Sun May 25 11:54:49 CDT 2003
> this is a bug in winedbg (we haven't set up yet the expression
> evaluation context when the evaluate the bp condition, hence some weird
> results)
> please use winedbg's --gdb option until I find some time to fix it
>
> A+
>
does this work ? (the patch is ugly, but it doesn't matter too much)
A+
Index: winedbg.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/programs/winedbg/winedbg.c,v
retrieving revision 1.11
diff -u -u -r1.11 winedbg.c
--- winedbg.c 22 May 2003 03:44:01 -0000 1.11
+++ winedbg.c 25 May 2003 16:53:41 -0000
@@ -407,6 +407,7 @@
}
DEBUG_LoadEntryPoints("Loading new modules symbols:\n");
+ DEBUG_BackTrace(DEBUG_CurrTid, FALSE);
if (!force && is_debug &&
DEBUG_ShouldContinue(&addr, code,
--
Eric Pouech
More information about the wine-devel
mailing list