aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
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
commitec32e4bec5c4f66fd211c56f7677f243b7ec1a4b (patch)
tree6e5d6c72f7430527b7778f562ea40736ce630000 /gdb/config
parente771a8713483f7e8ce3fb5057dfe0ad7656dbb6a (diff)
downloadfsf-binutils-gdb-ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b.zip
fsf-binutils-gdb-ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b.tar.gz
fsf-binutils-gdb-ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b.tar.bz2
* 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')
-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 f5f3497..2e069eb 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 */