2011-05-30 Pedro Alves <pedro@codesourcery.com>

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.
This commit is contained in:
Pedro Alves
2011-05-30 21:16:35 +00:00
parent 395bff701e
commit 6d549500db
5 changed files with 11 additions and 17 deletions

View File

@@ -23,6 +23,5 @@
extern void inferior_event_handler (enum inferior_event_type event_type,
void* client_data);
extern void inferior_event_handler_wrapper (void *client_data);
#endif /* #ifndef INF_LOOP_H */