diff options
author | Pedro Alves <palves@redhat.com> | 2008-10-31 20:02:04 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-10-31 20:02:04 +0000 |
commit | 2fdf0e429d785ec1096543ca06b9945ade3f7090 (patch) | |
tree | 4393924f2d2e5f8994a1baa9ca24b56b06ddd440 /gdb/inferior.h | |
parent | 3990c31b8a80a006d4f86b4b6260f466c3bacbe9 (diff) | |
download | gdb-2fdf0e429d785ec1096543ca06b9945ade3f7090.zip gdb-2fdf0e429d785ec1096543ca06b9945ade3f7090.tar.gz gdb-2fdf0e429d785ec1096543ca06b9945ade3f7090.tar.bz2 |
* inferior.h (inferior_ignoring_leading_exec_events): Delete
declaration.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index bbd6580..cc5bf9f 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; |