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