Home
last modified time | relevance | path

Searched refs:proc_debug (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Di386gnu-nat.c144 proc_debug (thread, "fetching all register"); in gnu_fetch_registers()
152 proc_debug (thread, "fetching register %s", REGISTER_NAME (regno)); in gnu_fetch_registers()
161 proc_debug (thread, "fetching floating-point registers"); in gnu_fetch_registers()
266 proc_debug (thread, "storing all registers"); in gnu_store_registers()
274 proc_debug (thread, "storing register %s", REGISTER_NAME (regno)); in gnu_store_registers()
289 proc_debug (thread, "storing floating-point registers"); in gnu_store_registers()
H A Dgnu-nat.c345 proc_debug (proc, "aborted"); in proc_abort()
349 proc_debug (proc, "not aborting"); in proc_abort()
362 proc_debug (proc, "updating state info%s", in proc_get_state()
377 proc_debug (proc, "getting thread state"); in proc_get_state()
517 proc_debug (proc, "tracing %s", set ? "on" : "off"); in proc_trace()
568 proc_debug (proc, "is new"); in make_proc()
609 proc_debug (proc, "freeing..."); in _proc_free()
1050 proc_debug (thread, "died!"); in inf_validate_procs()
1721 proc_debug (inf->task, "is dead"); in do_mach_notify_dead_name()
1737 proc_debug (thread, "is dead"); in do_mach_notify_dead_name()
[all …]
H A Dgnu-nat.h90 #define proc_debug(_proc, msg, args...) \ macro
/freebsd-12.1/usr.sbin/bsdinstall/scripts/
H A Dhardening44 "4 proc_debug" "Disable process debugging facilities for unprivileged users" ${proc_debug:-off} \