From 6d549500db3fe94ce4fa1397249df490f71dccb5 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 30 May 2011 21:16:35 +0000 Subject: 2011-05-30 Pedro Alves gdb/ * target.h (enum inferior_event_type): Delete INF_QUIT_REQ. * inf-loop.h (inferior_event_handler_wrapper): Delete. * inf-loop.c (inferior_event_handler_wrapper): Delete. (inferior_event_handler): Don't handle INF_QUIT_REQ. * remote.c (_initialize_remote): Register async_remote_interrupt_twice directly as sigint_remote_twice_token event. --- gdb/target.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/target.h') diff --git a/gdb/target.h b/gdb/target.h index 1c7fcd2..0f41160 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -201,8 +201,6 @@ extern char *target_waitstatus_to_string (const struct target_waitstatus *); deal with. */ enum inferior_event_type { - /* There is a request to quit the inferior, abandon it. */ - INF_QUIT_REQ, /* Process a normal inferior event which will result in target_wait being called. */ INF_REG_EVENT, -- cgit v1.1