Searched refs:traced (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dsubr_syscall.c59 int error, traced; local
68 traced = 1;
74 traced = 0;
158 if (traced) {
171 int traced; local
189 traced = 1;
194 traced = 0;
201 if (traced || (td->td_dbgflags & (TDB_EXEC | TDB_FORK)) != 0) {
209 if (traced &&
H A Dkern_sig.c2200 * If traced process is already stopped,
2216 * If traced process is already stopped,
2266 * If traced process is already stopped,
2483 &p->p_mtx.lock_object, "Stopping for traced signal");
2644 int traced = (p->p_flag & P_TRACED) || (p->p_stops & S_SIG); local
2666 if (SIGISMEMBER(ps->ps_sigignore, sig) && (traced == 0)) {
2673 * If traced, always stop.
2722 * If the traced bit got turned off, go back up
2791 * than SIGCONT, unless process is traced.
/freebsd-10.2-release/sys/amd64/include/
H A Dmd_var.h93 void amd64_syscall(struct thread *td, int traced);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgnu-nat.c206 /* True if the inferior is traced. */ member in struct:inf
207 unsigned int traced:1;
235 /* True if the process should be traced when started/attached. Newly
236 started processes *must* be traced at first to exec them properly, but
664 inf->traced = 0;
712 inf->traced = 0;
795 /* Validates INF's stopped, nomsg and traced field from the actual
796 proc server state. Note that the traced field is only updated from
816 inf->traced = !!(pi->state & PI_TRACED);
848 it. This happens when the task is handling a traced signa
[all...]
/freebsd-10.2-release/libexec/rtld-elf/
H A Drtld.h256 bool traced : 1; /* Already printed in ldd trace output */ member in struct:Struct_Obj_Entry
H A Drtld.c1187 obj->traced = false;
4117 if (needed->obj->traced && !list_containers)
4119 needed->obj->traced = true;
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.c940 amd64_syscall(struct thread *td, int traced) argument
957 if (__predict_false(traced)) {

Completed in 98 milliseconds