1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/sim/common/gdbinit.in
1999-04-16 01:33:56 +00:00

11 lines
198 B
Plaintext

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