]>
Commit | Line | Data |
---|---|---|
c906108c SS |
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 |