repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Contribute CGEN simulator build support code.
[binutils-gdb.git]
/
sim
/
common
/
gdbinit.in
blob
ddda344a2e3777f7f51b6ce94f7ebc1e94a4744f
1
break sim_io_error
2
3
define dump
4
set sim_debug_dump ()
5
end
6
7
document dump
8
Dump cpu and simulator registers for debugging the simulator.
9
Requires the simulator to provide function sim_debug_dump.
10
end