xref: /netbsd-src/external/gpl3/gdb/dist/sim/gdbinit.in (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1break sim_io_error
2break sim_core_signal
3# This symbol won't exist for non-cgen ports, but shouldn't be a big deal
4# (other than gdb showing a warning on startup).
5break cgen_rtx_error
6
7define dump
8set sim_debug_dump ()
9end
10
11document dump
12Dump cpu and simulator registers for debugging the simulator.
13Requires the simulator to provide function sim_debug_dump.
14end
15