forked from Imagelibrary/binutils-gdb
Initial creation of sourceware repository
This commit is contained in:
10
sim/common/gdbinit.in
Normal file
10
sim/common/gdbinit.in
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user