mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
14192307ef
commit
d5ee641cfc
10 changed files with 147 additions and 3 deletions
|
@ -160,6 +160,8 @@ void spr_read_mas73(DisasContext *ctx, int gprn, int sprn);
|
|||
void spr_read_cfar(DisasContext *ctx, int gprn, int sprn);
|
||||
void spr_write_cfar(DisasContext *ctx, int sprn, int gprn);
|
||||
void spr_write_ciabr(DisasContext *ctx, int sprn, int gprn);
|
||||
void spr_write_dawr0(DisasContext *ctx, int sprn, int gprn);
|
||||
void spr_write_dawrx0(DisasContext *ctx, int sprn, int gprn);
|
||||
void spr_write_ureg(DisasContext *ctx, int sprn, int gprn);
|
||||
void spr_read_purr(DisasContext *ctx, int gprn, int sprn);
|
||||
void spr_write_purr(DisasContext *ctx, int sprn, int gprn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue