commit | d5ee641cfc5c3cbd51282d0c6e996f990b9d62a3 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Aug 08 13:11:15 2023 +1000 |
committer | Cédric Le Goater <clg@kaod.org> | Wed Sep 06 11:19:32 2023 +0200 |
tree | 0e56c8a818df259db2fb83a83db00c35d2a748a3 | |
parent | 14192307ef6e63c9a0f3c7fe937e26bee95bc6a9 [diff] |
target/ppc: Implement watchpoint debug facility for v2.07S ISA v2.07S introduced the watchpoint facility based on the DAWR0 and DAWRX0 SPRs. Implement this in TCG. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>