* Contribute CGEN simulator build support code.
[binutils-gdb.git] / sim / common / gdbinit.in
blobddda344a2e3777f7f51b6ce94f7ebc1e94a4744f
1 break sim_io_error
3 define dump
4 set sim_debug_dump ()
5 end
7 document dump
8 Dump cpu and simulator registers for debugging the simulator.
9 Requires the simulator to provide function sim_debug_dump.
10 end