mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Delete enum inferior_event_handler::INF_TIMER
Nothing ever uses this. gdb/ChangeLog: 2015-09-09 Pedro Alves <palves@redhat.com> * inf-loop.c (inferior_event_handler): Delete INF_TIMER case. * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-09-09 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
|
||||||
|
* target.h (enum inferior_event_type) <INF_TIMER>: Delete.
|
||||||
|
|
||||||
2015-09-09 Pedro Alves <palves@redhat.com>
|
2015-09-09 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* continuations.c (add_continuation, restore_thread_cleanup)
|
* continuations.c (add_continuation, restore_thread_cleanup)
|
||||||
|
@ -80,7 +80,6 @@ inferior_event_handler (enum inferior_event_type event_type,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case INF_TIMER:
|
|
||||||
default:
|
default:
|
||||||
printf_unfiltered (_("Event type not recognized.\n"));
|
printf_unfiltered (_("Event type not recognized.\n"));
|
||||||
break;
|
break;
|
||||||
|
@ -122,8 +122,6 @@ enum inferior_event_type
|
|||||||
/* Process a normal inferior event which will result in target_wait
|
/* Process a normal inferior event which will result in target_wait
|
||||||
being called. */
|
being called. */
|
||||||
INF_REG_EVENT,
|
INF_REG_EVENT,
|
||||||
/* We are called because a timer went off. */
|
|
||||||
INF_TIMER,
|
|
||||||
/* We are called to do stuff after the inferior stops. */
|
/* We are called to do stuff after the inferior stops. */
|
||||||
INF_EXEC_COMPLETE,
|
INF_EXEC_COMPLETE,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user