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
