binutils-gdb/sim/common/gdbinit.in

11 lines
198 B
Plaintext

break sim_io_error
define dump
set sim_debug_dump ()
end
document dump
Dump cpu and simulator registers for debugging the simulator.
Requires the simulator to provide function sim_debug_dump.
end