summaryrefslogtreecommitdiff
path: root/sim/common/gdbinit.in
blob: ddda344a2e3777f7f51b6ce94f7ebc1e94a4744f (plain)
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