aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-30 20:54:24 +0000
committerPedro Alves <palves@redhat.com>2011-05-30 20:54:24 +0000
commit395bff701ec76a411bdee2955f381b2ac33b93f7 (patch)
treebe0a5a13103244e58fe3f7f3c29ac3ad59ccc3b3 /gdb/target.h
parent97224164280b77cd733d5aada6f52ccfdadb1c6e (diff)
downloadgdb-395bff701ec76a411bdee2955f381b2ac33b93f7.zip
gdb-395bff701ec76a411bdee2955f381b2ac33b93f7.tar.gz
gdb-395bff701ec76a411bdee2955f381b2ac33b93f7.tar.bz2
2011-05-30 Pedro Alves <pedro@codesourcery.com>
gdb/ * target.h (enum inferior_event_type): Delete INF_ERROR. * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 21e1450..1c7fcd2 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -206,8 +206,6 @@ enum inferior_event_type
/* Process a normal inferior event which will result in target_wait
being called. */
INF_REG_EVENT,
- /* Deal with an error on the inferior. */
- INF_ERROR,
/* We are called because a timer went off. */
INF_TIMER,
/* We are called to do stuff after the inferior stops. */