* target.h (inferior_has_forked, inferior_has_vforked)

(inferior_has_execd, inferior_has_called_syscall): Remove
	declarations.
This commit is contained in:
Tom Tromey 2012-11-06 16:01:58 +00:00
parent 0316657ea5
commit 9a4f1e4fda
2 changed files with 6 additions and 10 deletions

View 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,

View 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() \