Home
last modified time | relevance | path

Searched refs:pid_of (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c76 #define pid_of(proc) ((proc)->head.id) macro
79 #define inferior_pid (pid_of (get_thread_process (current_inferior)))
236 ptrace (PTRACE_KILL, pid_of (process), 0, 0); in linux_kill_one_process()
256 ptrace (PTRACE_KILL, pid_of (process), 0, 0); in linux_kill()
269 ptrace (PTRACE_DETACH, pid_of (process), 0, 0); in linux_detach_one_process()
H A DChangeLog352 (struct pending_signals, debug_threads, pid_of): New.