Re: guest hardware breakpoint

2008-10-31 Thread Jan Kiszka
Michael Le wrote: > Hi, > > I'm trying to set a hardware breakpoint inside the guest using gdb. This > doesn't seem to work. Execution just skips right over it. I've have also > tried writing some code to set a breakpoint by directly accessing the db > registers from the guest. This also did not c

guest hardware breakpoint

2008-10-30 Thread Michael Le
Hi, I'm trying to set a hardware breakpoint inside the guest using gdb. This doesn't seem to work. Execution just skips right over it. I've have also tried writing some code to set a breakpoint by directly accessing the db registers from the guest. This also did not cause a breakpoint to be g