summaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-10-31 20:02:04 +0000
committerPedro Alves <pedro@codesourcery.com>2008-10-31 20:02:04 +0000
commit8207ea2c71c0d5bd82e51f1b341a6fd10256e554 (patch)
treecbee5ea204ca4cbdfbdd5a86f9f673fd55f2a149 /gdb/inferior.h
parentff29e7969a2f50c9744825e27ffa27ec1c698c65 (diff)
downloadgdb-8207ea2c71c0d5bd82e51f1b341a6fd10256e554.tar.gz
* inferior.h (inferior_ignoring_leading_exec_events): Delete
declaration.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index bbd6580039b..cc5bf9f5bdd 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;