From b6d51a8ca14926b709e594d5bf4e5336439bf63e Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Fri, 18 Jan 2002 18:00:44 +0000 Subject: * 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. --- gdb/config/alpha/tm-alpha.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config/alpha/tm-alpha.h') 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 */ -- cgit v1.2.1