summaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-07 00:21:04 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-07 00:21:04 +0000
commitd10199b4a220b2a94b1c1cbe05d6cd976d0bf78c (patch)
treee5b9667162eeb2604bf8d3d5bcf43baf9cefa2d7 /gdb/gdbcore.h
parented29f5c498dca49ef5e3b1d3f17356e2d505416d (diff)
downloadgdb-d10199b4a220b2a94b1c1cbe05d6cd976d0bf78c.tar.gz
* 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.
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r--gdb/gdbcore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h
index 8aa6b369b86..1885f928537 100644
--- a/gdb/gdbcore.h
+++ b/gdb/gdbcore.h
@@ -129,8 +129,6 @@ extern void exec_file_clear (int from_tty);
extern void validate_files (void);
-extern CORE_ADDR register_addr (int regno, CORE_ADDR blockend);
-
/* The target vector for core files. */
extern struct target_ops core_ops;