[winedbg] Get expressions working again.

Oliver Stieber oliver_stieber at yahoo.co.uk
Tue Mar 1 11:19:37 CST 2005


Hi,
This patch starts to get expressions working again and
also allows derefrencing where there is no explicit
type for that dereference. e.g. 

(short)0x12356  now returns the correct value instead
of an error

*((int *)0x23467)  is now a valid expression.
and 
***((int ***)0x23467) should also work properly.

This should also fix watches with expressions but I
haven't given it much testing.

Send instant messages to your online friends http://uk.messenger.yahoo.com 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winedbg_expressions_os_1.patch
Type: text/x-diff
Size: 18390 bytes
Desc: winedbg_expressions_os_1.patch
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050301/23b8c9b5/winedbg_expressions_os_1.bin


More information about the wine-patches mailing list