diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-01-18 18:00:44 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-01-18 18:00:44 +0000 |
commit | ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b (patch) | |
tree | 6e5d6c72f7430527b7778f562ea40736ce630000 /gdb/config/alpha | |
parent | e771a8713483f7e8ce3fb5057dfe0ad7656dbb6a (diff) | |
download | binutils-gdb-ec32e4bec5c4f66fd211c56f7677f243b7ec1a4b.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')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 3 |
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 */ |