[Qemu-devel] Re: Problem with watchpoint in gdbstub

2010-04-27 Thread Jan Kiszka
Jun Koi wrote: > 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 t

[Qemu-devel] Re: Problem with watchpoint in gdbstub

2010-04-27 Thread Jun Koi
On Tue, Apr 27, 2010 at 5:10 PM, Jan Kiszka wrote: > Jun Koi wrote: >> 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 add

[Qemu-devel] Re: Problem with watchpoint in gdbstub

2010-04-27 Thread Jan Kiszka
Jun Koi wrote: > On Tue, Apr 27, 2010 at 5:10 PM, Jan Kiszka wrote: >> Jun Koi wrote: >>> 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 c

[Qemu-devel] Re: Problem with watchpoint in gdbstub

2010-04-27 Thread Jun Koi
On Tue, Apr 27, 2010 at 6:30 PM, Jan Kiszka wrote: > Jun Koi wrote: >> On Tue, Apr 27, 2010 at 5:10 PM, Jan Kiszka wrote: >>> Jun Koi wrote: Hi, I am trying to debug a VM using gdb. I connected gdb to Qemu (latest code from git repo), and issued below command: ... >>

[Qemu-devel] Re: Problem with watchpoint in gdbstub

2010-04-27 Thread Jan Kiszka
Jun Koi wrote: > On Tue, Apr 27, 2010 at 6:30 PM, Jan Kiszka wrote: >> Jun Koi wrote: >>> On Tue, Apr 27, 2010 at 5:10 PM, Jan Kiszka wrote: Jun Koi wrote: > Hi, > > I am trying to debug a VM using gdb. I connected gdb to Qemu (latest > code from git repo), and issued below c