wine/programs/winedbg winedbg.c symbol.c stack ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 18 06:33:05 CST 2005


ChangeSet ID:	21331
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/18 06:33:04

Modified files:
	programs/winedbg: winedbg.c symbol.c stack.c debugger.h dbg.y 

Log message:
	Eric Pouech <eric.pouech at wanadoo.fr>
	- now storing frames information in thread structure
	- frames are cached after each thread stops execution
	- reimplemented backtrace on top of this

Patch: http://cvs.winehq.org/patch.py?id=21331

Old revision  New revision  Changes     Path
 1.41          1.42          +7 -4       wine/programs/winedbg/winedbg.c
 1.11          1.12          +2 -2       wine/programs/winedbg/symbol.c
 1.16          1.17          +76 -42     wine/programs/winedbg/stack.c
 1.32          1.33          +11 -3      wine/programs/winedbg/debugger.h
 1.30          1.31          +8 -8       wine/programs/winedbg/dbg.y




More information about the wine-cvs mailing list