ChangeSet ID: 990469995996472147293389 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/05/21 14:33:15
Modified files: debugger : break.c debugger.h info.c stabs.c winedbg.c
Log message: Eric Pouech eric.pouech@wanadoo.fr Added the notion of delayed breakpoint (when a function is not loaded yet, the name will be tried again for each new loaded module).
Patch: http://cvs.winehq.com/patch.py?id=990469995996472147293389
Revision Changes Path 1.27 +41 -6 wine/debugger/break.c 1.22 +8 -0 wine/debugger/debugger.h 1.18 +1 -1 wine/debugger/info.c 1.40 +1 -0 wine/debugger/stabs.c 1.34 +9 -0 wine/debugger/winedbg.c