Re: Dereferencing a pointer in winedbg

2005-12-01 Thread Vitaliy Margolen
Thursday, December 1, 2005, 1:12:00 AM, Eric Pouech wrote: >> please point me to it? I've spent last hour or so trying to >> find it. > just a quicker one: does display /i $eax help here ? No, it doesn't. I need "display /i *$eax" - $eax is the pointer to a code pointer... Thanks anyway. Vitaliy

Re: Dereferencing a pointer in winedbg

2005-12-01 Thread Eric Pouech
please point me to it? I've spent last hour or so trying to find it. just a quicker one: does display /i $eax help here ? A+ -- Eric Pouech

Re: Dereferencing a pointer in winedbg

2005-11-29 Thread Eric POUECH
;> Copie à : wine-devel@winehq.org> Objet : Re: Dereferencing a pointer in winedbg> > Monday, November 28, 2005, 2:33:35 PM, Eric Pouech wrote:> > Vitaliy Margolen wrote:> >> Sunday, November 27, 2005, 10:50:39 PM, Marcus Meissner wrote:> >> > >>>On S

Re: Dereferencing a pointer in winedbg

2005-11-29 Thread Vitaliy Margolen
Monday, November 28, 2005, 2:33:35 PM, Eric Pouech wrote: > Vitaliy Margolen wrote: >> Sunday, November 27, 2005, 10:50:39 PM, Marcus Meissner wrote: >> >>>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 >

Re: Dereferencing a pointer in winedbg

2005-11-28 Thread Eric Pouech
Vitaliy Margolen wrote: Sunday, November 27, 2005, 10:50:39 PM, Marcus Meissner wrote: 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: W

Re: Dereferencing a pointer in winedbg

2005-11-28 Thread Vitaliy Margolen
Sunday, November 27, 2005, 10:50:39 PM, Marcus Meissner wrote: > 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 >>

Re: Dereferencing a pointer in winedbg

2005-11-27 Thread Marcus Meissner
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

Dereferencing a pointer in winedbg

2005-11-27 Thread Vitaliy Margolen
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? -- Best regards, Vitaliy