ChangeSet ID: 7165
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/29 18:24:18
Modified files:
programs/winedbg: module.c info.c debugger.h debug.l dbg.y
documentation : debugger.sgml
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
- Removed no longer used queue & modref related commands.
- Protected walk commands while being called with no process loaded.
- In command grammar, allowed some expressions while only numbers
where accepted.
- Renamed 'info maps' info 'walk maps' and let it work on any
process.
Patch: http://cvs.winehq.com/patch.py?id=7165
Old revision New revision Changes Path
1.1 1.2 +7 -0 wine/programs/winedbg/module.c
1.3 1.4 +34 -25 wine/programs/winedbg/info.c
1.3 1.4 +2 -5 wine/programs/winedbg/debugger.h
1.2 1.3 +1 -3 wine/programs/winedbg/debug.l
1.4 1.5 +23 -23 wine/programs/winedbg/dbg.y
1.16 1.17 +8 -10 wine/documentation/debugger.sgml