Home
last modified time | relevance | path

Searched refs:kill_lwp (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c738 kill_lwp (int lwpid, int signo) in kill_lwp() function
777 kill_lwp (process->head.id, SIGSTOP); in send_sigstop()
1437 kill_lwp (process->lwpid, signum); in linux_send_signal()
1440 kill_lwp (signal_pid, signum); in linux_send_signal()
H A DChangeLog15 (kill_lwp): New function.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c1063 kill_lwp (int lwpid, int signo) in kill_lwp() function
1219 ret = kill_lwp (GET_LWP (lp->ptid), SIGSTOP); in stop_callback()
1314 kill_lwp (GET_LWP (lp->ptid), WSTOPSIG (lp->status)); in stop_wait_callback()
1358 kill_lwp (GET_LWP (lp->ptid), WSTOPSIG (status)); in stop_wait_callback()
H A DChangeLog-20038092 (kill_lwp): New function that uses tkill syscall or
8094 All callers of kill() changed to use kill_lwp().
H A DChangeLog920 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)