gdbinit.in 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 break sim_io_error define dump set sim_debug_dump () end document dump Dump cpu and simulator registers for debugging the simulator. Requires the simulator to provide function sim_debug_dump. end