Module: wine Branch: refs/heads/master Commit: e79085258bac22f3c8aad088bdf4923ce175b3b5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e79085258bac22f3c8aad088...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sun Jun 18 21:30:45 2006 +0200
winedbg: Proper handling of typedefs.
Added types_get_real_type() to get rid of typedef information, and access the real underlying type.
---
programs/winedbg/debugger.h | 1 programs/winedbg/memory.c | 38 +++++++++--------- programs/winedbg/types.c | 90 +++++++++++++++++++++++++++---------------- 3 files changed, 76 insertions(+), 53 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=e79085258bac22f3c8aa...