Remove path name from test case
[binutils-gdb.git] / sim / gdbinit.in
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
6
7 define dump
8 set sim_debug_dump ()
9 end
10
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