* target.h (inferior_has_forked, inferior_has_vforked)
authorTom Tromey <tromey@redhat.com>
Tue, 6 Nov 2012 16:01:58 +0000 (16:01 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 6 Nov 2012 16:01:58 +0000 (16:01 +0000)
(inferior_has_execd, inferior_has_called_syscall): Remove
declarations.

gdb/ChangeLog
gdb/target.h

index e868fbc..4362308 100644 (file)
@@ -1,3 +1,9 @@
+2012-11-06  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (inferior_has_forked, inferior_has_vforked)
+       (inferior_has_execd, inferior_has_called_syscall): Remove
+       declarations.
+
 2012-11-06  Pierre Muller  <muller@sourceware.org>
 
        * remote.c (remote_insert_hw_breakpoint): ARI fix,
index 382dacb..9a8dda8 100644 (file)
@@ -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()     \