winedbg & output functions

Eric Pouech pouech-eric at wanadoo.fr
Sat Dec 13 03:47:18 CST 2003


this patch mainly gets rid of all ugly winedbg internals for printing... 
and use either pure Win32 console output or wine regular debug channels 
for all other outputs

ChangeLog:
- get rid of winedbg internal channels for output
- move all standard (old MESG channel) output to stdout
- move all other outputs (TRACE, WARN...) to a new wine debugging 
channel (winedbg)
- replaced quite a few #ifdef:ed out output to new channels (mainly in 
symbol management area...)
- added a new maintenance commands to ease up debugging
- updated documentation accordingly

A+
-- 
Eric Pouech




More information about the wine-patches mailing list