summaryrefslogtreecommitdiff
path: root/sim/common/gdbinit.in
blob: ab9d7b3d548117e2e13cea62a376a7b52d0b1df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
break sim_io_error
break sim_core_signal
@cgen_breaks@

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