HomeSort by: relevance | last modified time | path
    Searched refs:traced (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
kern_sig.c 1286 bool traced; local in function:kpsignal2
1315 traced = ISSET(p->p_slflag, PSL_TRACED) &&
1319 * If proc is traced, always give parent a chance.
1321 if (traced) {
1326 * If the process is being traced and the signal
1416 if (traced)
1429 * - If traced, then no action is needed, unless killing.
1432 if (traced && signo != SIGKILL) {
1444 if (traced) {
1475 KASSERT(!traced);
1831 bool traced; local in function:issignal
    [all...]
  /src/tests/bin/sh/
t_option.sh 731 -e match:say -e match:traced -e not-match:notrace \
741 say traced
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
1068 # This macro is traced by Automake.
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1642 # being traced. Since the stack frames are similar, get the "current" PC
2049 # exception was being traced. Make the "current" PC the FPIAR and put it in the
2721 # exception was being traced. Make the "current" PC the FPIAR and put it in
2922 # exception was being traced. The "Current PC" for the trace frame is the
fpsp.s 1642 # being traced. Since the stack frames are similar, get the "current" PC
2049 # exception was being traced. Make the "current" PC the FPIAR and put it in the
2721 # exception was being traced. Make the "current" PC the FPIAR and put it in
2922 # exception was being traced. The "Current PC" for the trace frame is the
4366 # remember, also, this instruction may be traced.

Completed in 37 milliseconds