Commit | Line | Data |
---|---|---|
c906108c | 1 | break sim_io_error |
119860e5 HPN |
2 | break sim_core_signal |
3 | @cgen_breaks@ | |
c906108c SS |
4 | |
5 | define dump | |
6 | set sim_debug_dump () | |
7 | end | |
8 | ||
9 | document dump | |
10 | Dump cpu and simulator registers for debugging the simulator. | |
11 | Requires the simulator to provide function sim_debug_dump. | |
12 | end |