This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

remove declaration of (gone) inferior_ignoring_leading_exec_events


inferior_ignoring_leading_exec_events is no longer with us for a few months now.

Checked in.

-- 
Pedro Alves
2008-10-31  Pedro Alves  <pedro@codesourcery.com>

	* inferior.h (inferior_ignoring_leading_exec_events): Delete
	declaration.

---
 gdb/inferior.h |    8 --------
 1 file changed, 8 deletions(-)

Index: src/gdb/inferior.h
===================================================================
--- src.orig/gdb/inferior.h	2008-10-31 19:46:26.000000000 +0000
+++ src/gdb/inferior.h	2008-10-31 19:55:36.000000000 +0000
@@ -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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]