* config/alpha/tm-alpha.h: Move alpha_software_single_step

prototype from here...
* alpha-tdep.h: ...to here.
This commit is contained in:
Jason Thorpe 2002-04-21 20:27:29 +00:00
parent b31da25ee5
commit 4bcbd6cb5f
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
* config/alpha/tm-alpha.h: Move alpha_software_single_step
prototype from here...
* alpha-tdep.h: ...to here.
2002-04-21 Andrew Cagney <ac131313@redhat.com>
* frame.h (selected_frame_level): Document as deprecated.

View File

@ -98,6 +98,8 @@ struct gdbarch_tdep
CORE_ADDR vm_min_address; /* used by heuristic_proc_start */
};
void alpha_software_single_step (enum target_signal, int);
void alpha_gdbarch_register_os_abi (enum alpha_abi,
void (*init_abi)(struct gdbarch_info,
struct gdbarch *));

View File

@ -135,7 +135,4 @@ extern struct frame_info *alpha_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 */