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

/freebsd-13-stable/sys/kern/
H A Dsubr_syscall.c63 int error, traced; local
73 traced = (p->p_flag & P_TRACED) != 0;
74 if (__predict_false(traced || td->td_dbgflags & TDB_USERWR)) {
77 if (traced)
96 if (__predict_false(traced)) {
202 if (__predict_false(traced)) {
216 int traced; local
248 traced = 0;
250 traced = 1;
255 if (__predict_false(traced ||
[all...]
H A Dkern_sig.c1274 bool traced; local
1280 traced = false;
1339 if (traced) {
1362 traced = true;
2295 * If traced process is already stopped,
2311 * If traced process is already stopped,
2361 * If traced process is already stopped,
2638 &p->p_mtx.lock_object, "Stopping for traced signal");
2979 * If traced, always stop.
3015 * If the traced bi
[all...]
/freebsd-13-stable/sys/amd64/include/
H A Dmd_var.h67 void amd64_syscall(struct thread *td, int traced);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h141 uint8_t traced : 1;
239 canInline(false), referenced(false), traced(false), needsPltAddr(false),
548 traced = old.traced;
560 if (traced)
H A DSymbolTable.cpp90 sym->traced = false;
H A DSymbols.cpp452 if (traced)
727 } else if (traced)
H A DDriver.cpp1902 symtab->insert(arg->getValue())->traced = true;
/freebsd-13-stable/tests/sys/kern/
H A Dptrace_test.c639 * that the traced parent sees the exit of the child after the debugger
695 * and that the traced parent sees the exit of the child when the new
746 * and that the traced parent sees the exit of the child when the
747 * traced parent is detached after the fork.
827 * that the traced parent sees the exit of the child after the debugger
895 * and that the traced parent sees the exit of the child when the new
958 * and that the traced parent sees the exit of the child when the
959 * traced parent is detached after the fork. In this test the parent
1070 /* Wait for traced child to exit. */
2939 * Verify that a traced proces
4114 pid_t traced, debuger, wpid; local
4207 pid_t traced, debuger, wpid; local
[all...]
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.h248 bool traced : 1; /* Already printed in ldd trace output */ member in struct:Struct_Obj_Entry
H A Drtld.c1416 obj->traced = false;
4710 if (needed->obj->traced && !list_containers)
4712 needed->obj->traced = true;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c699 int code, traced; local
725 traced = (frame->tf_flags & PSL_T);
727 amd64_syscall(td, traced);
/freebsd-13-stable/sys/amd64/amd64/
H A Dtrap.c1174 amd64_syscall(struct thread *td, int traced) argument
1189 if (__predict_false(traced)) {

Completed in 185 milliseconds