aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-06 16:01:58 +0000
committerTom Tromey <tromey@redhat.com>2012-11-06 16:01:58 +0000
commit9a4f1e4fda2b990e2756dffdfaec0c7db6d83178 (patch)
tree9e25a84162de82e3050cb4e4fce94914a8de734b /gdb/target.h
parent0316657ea5104c4afc5f3827df452675dfcc0517 (diff)
downloadgdb-9a4f1e4fda2b990e2756dffdfaec0c7db6d83178.zip
gdb-9a4f1e4fda2b990e2756dffdfaec0c7db6d83178.tar.gz
gdb-9a4f1e4fda2b990e2756dffdfaec0c7db6d83178.tar.bz2
* target.h (inferior_has_forked, inferior_has_vforked)
(inferior_has_execd, inferior_has_called_syscall): Remove declarations.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 382dacb..9a8dda8 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1081,16 +1081,6 @@ int target_write_memory_blocks (VEC(memory_write_request_s) *requests,
enum flash_preserve_mode preserve_flash_p,
void (*progress_cb) (ULONGEST, void *));
-/* From infrun.c. */
-
-extern int inferior_has_forked (ptid_t pid, ptid_t *child_pid);
-
-extern int inferior_has_vforked (ptid_t pid, ptid_t *child_pid);
-
-extern int inferior_has_execd (ptid_t pid, char **execd_pathname);
-
-extern int inferior_has_called_syscall (ptid_t pid, int *syscall_number);
-
/* Print a line about the current target. */
#define target_files_info() \