Paul Brook wrote:
On Thursday 14 June 2007, Clemens Kolbitsch wrote:
hi!
i'm looking for a way to monitor the eip register. is there a simple way
to do this? i know that that produces tons of data...
even better would be to know where i could intercept the main-loop
(exec_cpu ??) to check fo
On Thursday 14 June 2007, Clemens Kolbitsch wrote:
> hi!
> i'm looking for a way to monitor the eip register. is there a simple way
> to do this? i know that that produces tons of data...
>
> even better would be to know where i could intercept the main-loop
> (exec_cpu ??) to check for a certain e
hi!
i'm looking for a way to monitor the eip register. is there a simple way
to do this? i know that that produces tons of data...
even better would be to know where i could intercept the main-loop
(exec_cpu ??) to check for a certain eip value...
could someone assist me doing that?
thanks!
I want to know, if it's posible to debug an guest OS like bochs, i mean
disassemble current instruction, step by step running, possibility of
change registers values, etc. I try to use GDB, but i think this is for
debbuging qemu itself.
any clues?
thanks
_