xref: /netbsd-src/external/gpl3/gdb/dist/sim/common/gdbinit.in (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
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