* config/alpha/tm-alpha.h: Move alpha_software_single_step
prototype from here... * alpha-tdep.h: ...to here.
This commit is contained in:
parent
b31da25ee5
commit
4bcbd6cb5f
3 changed files with 8 additions and 3 deletions
|
@ -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>
|
2002-04-21 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* frame.h (selected_frame_level): Document as deprecated.
|
* frame.h (selected_frame_level): Document as deprecated.
|
||||||
|
|
|
@ -98,6 +98,8 @@ struct gdbarch_tdep
|
||||||
CORE_ADDR vm_min_address; /* used by heuristic_proc_start */
|
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 alpha_gdbarch_register_os_abi (enum alpha_abi,
|
||||||
void (*init_abi)(struct gdbarch_info,
|
void (*init_abi)(struct gdbarch_info,
|
||||||
struct gdbarch *));
|
struct gdbarch *));
|
||||||
|
|
|
@ -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 *,
|
extern CORE_ADDR alpha_osf_skip_sigtramp_frame (struct frame_info *,
|
||||||
CORE_ADDR);
|
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 */
|
#endif /* TM_ALPHA_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue