* inferior.h (inferior_ignoring_leading_exec_events): Delete
authorPedro Alves <palves@redhat.com>
Fri, 31 Oct 2008 20:02:04 +0000 (20:02 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 31 Oct 2008 20:02:04 +0000 (20:02 +0000)
declaration.

gdb/ChangeLog
gdb/inferior.h

index 3674825ad576d30c54f249d2cfb02682b014a7e2..e3dd116bebd15bd66734f9e4208e1adfcca00e85 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-31  Pedro Alves  <pedro@codesourcery.com>
+
+       * inferior.h (inferior_ignoring_leading_exec_events): Delete
+       declaration.
+
 2008-10-31  Pedro Alves  <pedro@codesourcery.com>
 
        * inferior.h (write_inferior_status_register): Delete.
index bbd6580039b643baaf0761b472dab21377ab75fc..cc5bf9f5bddbb3113873bb511253632944f0b0ce 100644 (file)
@@ -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;