mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* inftarg.c, infptrace.c: Remove files.
* Makefile.in (ALLDEPFILES): Remove inftarg.c and infptrace.c (inftarg.o, infptrace.o): Remove rules. * gdbcore.h (register_addr): Remove prototype. * inferior.h (kill_inferior, store_inferior_registers, fetch_inferior_registers, attach, detach, ptrace_wait, child_resume, call_ptrace, pre_fork_inferior): Remove prototypes. * target.h (child_xfer_memory, child_pid_to_exec_file, child_core_file_to_sym_file, child_post_attach, child_post_startup_inferior, child_acknowledge_created_inferior, child_insert_fork_catchpoint, child_remove_fork_catchpoint, child_insert_vfork_catchpoint, child_remove_vfork_catchpoint, child_insert_exec_catchpoint, child_remove_exec_catchpoint, child_follow_fork, child_reported_exec_events_per_exec_call, child_has_exited, child_thread_alive): Remove prototypes.
This commit is contained in:
@@ -158,8 +158,6 @@ extern void proceed (CORE_ADDR, enum target_signal, int);
|
||||
over such function. */
|
||||
extern int step_stop_if_no_debug;
|
||||
|
||||
extern void kill_inferior (void);
|
||||
|
||||
extern void generic_mourn_inferior (void);
|
||||
|
||||
extern void terminal_save_ours (void);
|
||||
@@ -209,10 +207,6 @@ extern void default_print_registers_info (struct gdbarch *gdbarch,
|
||||
struct frame_info *frame,
|
||||
int regnum, int all);
|
||||
|
||||
extern void store_inferior_registers (struct regcache *, int);
|
||||
|
||||
extern void fetch_inferior_registers (struct regcache *, int);
|
||||
|
||||
extern void child_terminal_info (char *, int);
|
||||
|
||||
extern void term_info (char *, int);
|
||||
@@ -225,21 +219,6 @@ extern void terminal_init_inferior (void);
|
||||
|
||||
extern void terminal_init_inferior_with_pgrp (int pgrp);
|
||||
|
||||
/* From infptrace.c or infttrace.c */
|
||||
|
||||
extern int attach (int);
|
||||
|
||||
extern void detach (int);
|
||||
|
||||
/* PTRACE method of waiting for inferior process. */
|
||||
int ptrace_wait (ptid_t, int *);
|
||||
|
||||
extern void child_resume (ptid_t, int, enum target_signal);
|
||||
|
||||
extern int call_ptrace (int, int, PTRACE_TYPE_ARG3, int);
|
||||
|
||||
extern void pre_fork_inferior (void);
|
||||
|
||||
/* From procfs.c */
|
||||
|
||||
extern int proc_iterate_over_mappings (int (*)(int, CORE_ADDR));
|
||||
|
||||
Reference in New Issue
Block a user