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