Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Devent-top.c637 signal (STOP_SIGNAL, handle_stop_sig); in command_line_handler()
1016 handle_stop_sig (int sig) in handle_stop_sig() function
1019 signal (sig, handle_stop_sig); in handle_stop_sig()
1039 signal (SIGTSTP, handle_stop_sig); in async_stop_sig()
1041 signal (STOP_SIGNAL, handle_stop_sig); in async_stop_sig()
Devent-top.h96 extern void handle_stop_sig (int sig);
Dtop.c1203 signal (STOP_SIGNAL, handle_stop_sig); in command_line_input()
Dtracepoint.c830 signal (STOP_SIGNAL, handle_stop_sig); in read_actions()