]> git.proxmox.com Git - qemu.git/commit - cpu-all.h
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 18 Nov 2008 20:37:55 +0000 (20:37 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 18 Nov 2008 20:37:55 +0000 (20:37 +0000)
commit6e140f28c683578b9f94a19ba345d21b00bd41a8
tree46144cada2cd69f0d3cbd42d8b9959a73db1e2d3
parent880a7578381d1c7ed4d41c7599ae3cc06567a824
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)

When one watchpoint is hit, others might have triggered as well. To
support users of the watchpoint API which need to detect such cases,
the BP_WATCHPOINT_HIT flag is introduced and maintained.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5744 c046a42c-6fe2-441c-8c8c-71466251a162
cpu-all.h
cpu-exec.c
exec.c