dbghelp#25: break N was broken

Eric Pouech eric.pouech at wanadoo.fr
Sun Oct 2 09:06:52 CDT 2005


the 'break 10' winedbg's command was (partially broken)
it did work when 10 was a line number in current function, but not when 
it was outside
this is mainly due to the fact that dbghelp.SymGetLine{Next/Prev} don't 
work across functions' boundaries

this patch implements dbghelp.SymEnumLines and re-implements the 'break 
10' command on top of it

A+
-- 
Eric Pouech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dbghelp25.diff
Type: text/x-patch
Size: 6618 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20051002/b1bd6ad8/dbghelp25.diff


More information about the wine-patches mailing list