Searched refs:WSETSTOP (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_wait.h96 #ifndef WSETSTOP
98 #define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig)) macro
100 #define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8))) macro
H A Dstandalone.c541 WSETSTOP (*w, fault_table[fault_code / FAULT_CODE_UNITS]);

Completed in 126 milliseconds