qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Problem with watchpoint in gdbstub


From: Jun Koi
Subject: [Qemu-devel] Problem with watchpoint in gdbstub
Date: Mon, 26 Apr 2010 14:31:24 +0900

Hi,

I am trying to debug a VM using gdb. I connected gdb to Qemu (latest
code from git repo), and issued below command:

...
(gdb) watch *0x77f44cd8
(gdb) c

The idea is to catch the write access to address 0x77f44cd8.

But after the "c" command, I saw that the window title of my VM
continuously flip between "QEMU [Stopped]" and "QEMU", non-stop.
This makes the VM unusable.

Is it a bug? Anybody sees the same problem?

Thanks,
Jun




reply via email to

[Prev in Thread] Current Thread [Next in Thread]