summaryrefslogtreecommitdiff
path: root/sim/common/gdbinit.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/gdbinit.in')
-rw-r--r--sim/common/gdbinit.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/common/gdbinit.in b/sim/common/gdbinit.in
deleted file mode 100644
index ddda344a2e3..00000000000
--- a/sim/common/gdbinit.in
+++ /dev/null
@@ -1,10 +0,0 @@
-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