From f7e4af4b1f3814a34e536de75d5e8340d753a549 Mon Sep 17 00:00:00 2001 From: palves Date: Fri, 31 Oct 2008 20:02:04 +0000 Subject: [PATCH] * inferior.h (inferior_ignoring_leading_exec_events): Delete declaration. --- gdb/ChangeLog | 5 +++++ gdb/inferior.h | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3674825ad5..e3dd116beb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-10-31 Pedro Alves + * inferior.h (inferior_ignoring_leading_exec_events): Delete + declaration. + +2008-10-31 Pedro Alves + * inferior.h (write_inferior_status_register): Delete. * infrun.c (write_inferior_status_register): Delete. diff --git a/gdb/inferior.h b/gdb/inferior.h index bbd6580039..cc5bf9f5bd 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -116,14 +116,6 @@ extern ptid_t inferior_ptid; redisplay the prompt until the execution is actually over. */ extern int sync_execution; -/* Some targets (stupidly) report more than one exec event per actual - call to an event() system call. If only the last such exec event - need actually be noticed and responded to by the debugger (i.e., - be reported to the user), then this is the number of "leading" - exec events which should be ignored. - */ -extern int inferior_ignoring_leading_exec_events; - /* Inferior environment. */ extern struct gdb_environ *inferior_environ; -- 2.11.0