aboutsummaryrefslogtreecommitdiff
path: root/gdb/or1k-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/or1k-tdep.h')
-rw-r--r--gdb/or1k-tdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/or1k-tdep.h b/gdb/or1k-tdep.h
index d9dc1ac..81d902a 100644
--- a/gdb/or1k-tdep.h
+++ b/gdb/or1k-tdep.h
@@ -52,4 +52,9 @@
#define OR1K_NUM_TAP_RECORDS 8
#define OR1K_FRAME_RED_ZONE_SIZE 2536
+/* Single step based on where the current instruction will take us. */
+extern std::vector<CORE_ADDR> or1k_software_single_step
+ (struct regcache *regcache);
+
+
#endif /* OR1K_TDEP_H */