> The h8300-tdep.c target's ``info registers'' routines are then updated so that: > > - Use the frame_read_XXX_register() instead of read_register(). > `info registers' displays the registers of the selected frame and not the inner most frame. > > - Implement the current print_registers_info() interface > > Not sure how to test it though. Anyone want to try this? FYI, I've checked in the attached. It turns out that: (gdb) target sim (gdb) frame 0 (gdb) info registers lets you test it. Andrew