Searched refs:handle_stop_sig (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | event-top.c | 638 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()
|
| D | event-top.h | 96 extern void handle_stop_sig (int sig);
|
| D | top.c | 1148 signal (STOP_SIGNAL, handle_stop_sig); in command_line_input()
|
| D | tracepoint.c | 828 signal (STOP_SIGNAL, handle_stop_sig); in read_actions()
|
| D | ChangeLog-1999 | 3539 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.
|