several fixes to winedbg

Eric Pouech pouech-eric at wanadoo.fr
Sun Aug 22 08:02:22 CDT 2004


this patch fixes a couple of bugs/regression:
- local vars in expression were no longer accessible (reported by Mike)
- strings we no longer correctly printed
- several fixed in display management
- improvement & fixes for several output templates

it also modifies the 'display' commands which now prints the value of 
'display':s instead of their status (as info display does). This is 
closer to gdb's behavior anyway.

Internally, all types are now stored as a pair module/type_id (instead 
of simply type_id). This is needed for an overall correct type 
management. This change makes the patch quite large.

A+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wdbg3.diff
Type: text/x-patch
Size: 83664 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040822/81c3ab34/wdbg3.bin


More information about the wine-patches mailing list