Dereferencing a pointer in winedbg

Marcus Meissner marcus at jet.franken.de
Sun Nov 27 23:50:39 CST 2005


On Sun, Nov 27, 2005 at 06:35:15PM -0700, Vitaliy Margolen wrote:
> Is it possible to dereference a pointer in winedbg? Help says that
> "*$eax" is a valid expression. But when I'm trying to use it it saying:
> Wine-dbg>p *$eax
> No type or type mismatch
> 
> Is there are a way to do this?

(x aka examine memory)

x $eax

Ciao, Marcus



More information about the wine-devel mailing list