summaryrefslogtreecommitdiff
path: root/gdb/config/alpha/tm-alpha.h
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-01-18 18:00:44 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-01-18 18:00:44 +0000
commitb6d51a8ca14926b709e594d5bf4e5336439bf63e (patch)
tree7531fee86886867e78ac225eed8015788585522f /gdb/config/alpha/tm-alpha.h
parentea2bc522fd277d46ee8f02c67188a5937ad8a894 (diff)
downloadgdb-b6d51a8ca14926b709e594d5bf4e5336439bf63e.tar.gz
* alpha-tdep.c: Update copyright years.
(alpha_next_pc): New function. (alpha_software_single_step): Ditto. * config/alpha/tm-alpha.h: Add prototype for alpha_software_single_step.
Diffstat (limited to 'gdb/config/alpha/tm-alpha.h')
-rw-r--r--gdb/config/alpha/tm-alpha.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h
index f5f349760fe..2e069eb50bf 100644
--- a/gdb/config/alpha/tm-alpha.h
+++ b/gdb/config/alpha/tm-alpha.h
@@ -474,4 +474,7 @@ extern struct frame_info *setup_arbitrary_frame (int, CORE_ADDR *);
extern CORE_ADDR alpha_osf_skip_sigtramp_frame (struct frame_info *,
CORE_ADDR);
+/* Single step based on where the current instruction will take us. */
+extern void alpha_software_single_step (enum target_signal, int);
+
#endif /* TM_ALPHA_H */