Re: hardware watchpoint does not stop with the value modified
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
YuyaKobayashi <[email protected]> writes: > (gdb) c Continuing. > [Thread 0x7fffc2dad700 (LWP 3162) exited] > [New Thread 0x7fffc2dad700 (LWP 3169)] > [Thread 0x7fffc2dad700 (LWP 3169) exited] > [New Thread 0x7fffc2dad700 (LWP 3173)] qemu: > /home/nutsman/git_repo/M-QEMU/qemu-2.3.1/exec.c:3007: ldl_phys_internal: > Assertion `val1 == val' failed. Looks the assertion is triggered, and it probably means there is something wrong in QEMU. You need to fix the QEMU problem first or change to a different version of QEMU. -- Yao (齐尧)