Updated French translations for GOLD and LD
[binutils-gdb.git] / sim / gdbinit.in
blobf9cd5f32d2f4dc82fafd4f734c638a5fb7c95c1f
1 break sim_io_error
2 break 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).
5 break cgen_rtx_error
7 define dump
8 set sim_debug_dump ()
9 end
11 document dump
12 Dump cpu and simulator registers for debugging the simulator.
13 Requires the simulator to provide function sim_debug_dump.
14 end