Home
last modified time | relevance | path

Searched refs:inferior_event_handler (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinf-loop.c36 inferior_event_handler (INF_QUIT_REQ, client_data); in inferior_event_handler_wrapper()
44 inferior_event_handler (enum inferior_event_type event_type, in inferior_event_handler() function
Dinf-loop.h25 extern void inferior_event_handler (enum inferior_event_type event_type,
Dinfrun.c1057 inferior_event_handler (INF_EXEC_CONTINUE, NULL); in fetch_inferior_event()
1059 inferior_event_handler (INF_EXEC_COMPLETE, NULL); in fetch_inferior_event()
DChangeLog-1999678 * inf-loop.c (inferior_event_handler): In case of
753 * inf-loop.c (inferior_event_handler): Handle new case
2227 handled by inferior_event_handler, via the wrapper function.
2233 (inferior_event_handler): Handle a request to quit and kill the
2261 * infrun.c (fetch_inferior_event): Call inferior_event_handler
2269 (inferior_event_handler): Handle inferior's execution completion
2323 * inf-loop.c (inferior_event_handler): Change first param to tell
2328 * inf-loop.h (inferior_event_handler): Adjust prototype. Remove
2342 * inf-loop.c (inferior_event_handler): Delete fd parameter. Use
2344 * inf-loop.h(inferior_event_handler): Delete fd parameter.
[all …]
Dremote.c2574 target_async (inferior_event_handler, 0); in remote_async_resume()
4355 target_async (inferior_event_handler, 0); in extended_remote_async_create_inferior()