Searched refs:PR_SYSEXIT (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dproc-why.c69 #if defined (PR_SYSEXIT)
71 { PR_SYSEXIT, "PR_SYSEXIT", "Exit from a traced system call" },
144 #ifdef PR_SYSEXIT
145 case PR_SYSEXIT:
H A Dprocfs.c4059 case PR_SYSEXIT:
4986 each failed attempt, each of which will cause a PR_SYSEXIT
4987 stop, and we won't know how to distinguish the PR_SYSEXIT's
5762 proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_SET);
5774 proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_RESET);
/freebsd-12-stable/lib/libproc/
H A Dlibproc.h117 #define PR_SYSEXIT 4 macro
H A Dproc_util.c240 psp->pr_why = PR_SYSEXIT;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c660 else if (psp->pr_why == PR_SYSEXIT &&
663 else if (psp->pr_why == PR_SYSEXIT &&

Completed in 142 milliseconds