[PATCH v4 10/12] KVM: arm64: guest debug, HW assisted debug support
From: Peter Maydell <hidden>
Date: 2015-05-15 17:09:28
Also in:
kvm, kvmarm, linux-api, lkml
From: Peter Maydell <hidden>
Date: 2015-05-15 17:09:28
Also in:
kvm, kvmarm, linux-api, lkml
On 15 May 2015 at 17:16, Alex Benn?e [off-list ref] wrote:
Mark Rutland [off-list ref] writes:quoted
This gets more fun when you consider the context-aware breakpoints are the highest numbered. So the set of (context-aware) breakpoints might not intersect across all CPUs.I didn't see a reference to that in the ARM ARM. It seemed to imply any breakpoint could be context aware is .BT was appropriately set and linked to the VR.
No; see D2.9.2; there must be at least one context-aware breakpoint, but no requirement for more than that. -- PMM