qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Read location of memory poits esp register


From: Mulyadi Santosa
Subject: Re: [Qemu-devel] Read location of memory poits esp register
Date: Tue, 8 May 2012 00:10:04 +0700

On Mon, May 7, 2012 at 11:49 PM, Davide Ferraretto
<address@hidden> wrote:
> how can I read location of memory poits by esp register (i386 cpu)??
>
>

CMIIW, using gdb stub hooked to Qemu, it should be:
p $esp
<get the number>
x <from the number above>

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]