xref: /netbsd-src/external/gpl3/gdb.old/dist/sim/common/gdbinit.in (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
1break sim_io_error
2break sim_core_signal
3@cgen_breaks@
4
5define dump
6set sim_debug_dump ()
7end
8
9document dump
10Dump cpu and simulator registers for debugging the simulator.
11Requires the simulator to provide function sim_debug_dump.
12end
13