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

/freebsd-9.3-release/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-9.3-release/lib/libproc/
H A Dlibproc.h104 #define PR_SYSEXIT 4 macro
H A Dproc_util.c220 psp->pr_why = PR_SYSEXIT;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c655 else if (psp->pr_why == PR_SYSEXIT &&
658 else if (psp->pr_why == PR_SYSEXIT &&

Completed in 64 milliseconds