On Mon Sep 18, 2023 at 7:26 PM AEST, Saif Abrar wrote: > SPR's CFAR, DEC, HDEC, TB-L/U are not implemented as part of CPUPPCState. > Hence, gdbstub is not able to access them using (CPUPPCState *)env->spr[] > array. > Update gdb_get_spr_reg() method to handle these SPR's specifically. > > Signed-off-by: Saif Abrar <saif.ab...@linux.vnet.ibm.com>
Reviewed-by: Nicholas Piggin <npig...@gmail.com> I had a minor comment but NBD for now. Thanks, Nick