[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Debugging guest OS / tracing instruction pointer
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] Debugging guest OS / tracing instruction pointer |
Date: |
Thu, 14 Jun 2007 16:03:52 +0100 |
User-agent: |
KMail/1.9.7 |
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 eip value...
qemu already has mechanisms for supporting debugger breakpoints. Sounds like
you want something very similar.
Paul