Home
last modified time | relevance | path

Searched refs:STOP_SIGNAL (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c137 #ifdef STOP_SIGNAL
636 #ifdef STOP_SIGNAL in command_line_handler()
638 signal (STOP_SIGNAL, handle_stop_sig); in command_line_handler()
697 #ifdef STOP_SIGNAL in command_line_handler()
699 signal (STOP_SIGNAL, SIG_DFL); in command_line_handler()
930 #ifdef STOP_SIGNAL in async_init_signals()
1011 #ifdef STOP_SIGNAL
1023 #if STOP_SIGNAL == SIGTSTP in async_stop_sig()
1038 signal (STOP_SIGNAL, handle_stop_sig); in async_stop_sig()
Devent-top.h92 #ifndef STOP_SIGNAL
95 #define STOP_SIGNAL SIGTSTP macro
Dtop.c181 #ifndef STOP_SIGNAL
183 #define STOP_SIGNAL SIGTSTP macro
989 #ifdef STOP_SIGNAL
993 #if STOP_SIGNAL == SIGTSTP in stop_sig()
1008 signal (STOP_SIGNAL, stop_sig); in stop_sig()
1146 #ifdef STOP_SIGNAL in command_line_input()
1148 signal (STOP_SIGNAL, handle_stop_sig); in command_line_input()
1225 #ifdef STOP_SIGNAL in command_line_input()
1227 signal (STOP_SIGNAL, SIG_DFL); in command_line_input()
Dtracepoint.c826 #ifdef STOP_SIGNAL in read_actions()
828 signal (STOP_SIGNAL, handle_stop_sig); in read_actions()
894 #ifdef STOP_SIGNAL in read_actions()
896 signal (STOP_SIGNAL, SIG_DFL); in read_actions()
DChangeLog-3.x2269 STOP_SIGNAL).
2272 (command_line_input): SIGTSTP ==>STOP_SIGNAL.
DChangeLog-19995980 signal handler for STOP_SIGNAL to handle_stop_sig.
6005 (command_line_handler): Set up the signal handler for STOP_SIGNAL
DChangeLog-20013082 STOP_SIGNAL.
9189 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
DChangeLog-19935044 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo2258 @item STOP_SIGNAL