mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
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
|