qemu-devel
[Top][All Lists]
Advanced

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

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


From: Davide Ferraretto
Subject: [Qemu-devel] Read location of memory poits esp register
Date: Mon, 07 May 2012 19:18:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

But, I work into qemu code. Is there a c qemu function  for this??
On 05/07/12 19:10, Mulyadi Santosa wrote:
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>





reply via email to

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