Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c638 signal (STOP_SIGNAL, handle_stop_sig); in command_line_handler()
1013 handle_stop_sig (int sig) in handle_stop_sig() function
1016 signal (sig, handle_stop_sig); in handle_stop_sig()
1036 signal (SIGTSTP, handle_stop_sig); in async_stop_sig()
1038 signal (STOP_SIGNAL, handle_stop_sig); in async_stop_sig()
Devent-top.h96 extern void handle_stop_sig (int sig);
Dtop.c1148 signal (STOP_SIGNAL, handle_stop_sig); in command_line_input()
Dtracepoint.c828 signal (STOP_SIGNAL, handle_stop_sig); in read_actions()
DChangeLog-19993539 set_async_annotation_level, set_async_prompt, handle_stop_sig,
3556 (handle_stop_sig): move prototype to event-top.h.
5980 signal handler for STOP_SIGNAL to handle_stop_sig.
5994 (handle_stop_sig): New function.
6006 to be handle_stop_sig.
6014 * event-loop.h: Add extern declarations for handle_stop_sig,
6019 handle_stop_sig, in case gdb is running asynchronously.