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

2012-05-07 Thread Davide Ferraretto
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 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 $

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

2012-05-07 Thread Mulyadi Santosa
On Mon, May 7, 2012 at 11:49 PM, Davide Ferraretto 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 x -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com t

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

2012-05-07 Thread Davide Ferraretto
how can I read location of memory poits by esp register (i386 cpu)??