Searched refs:kill_lwp (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | linux-low.c | 738 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 D | ChangeLog | 15 (kill_lwp): New function.
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | linux-nat.c | 1063 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 D | ChangeLog-2003 | 8092 (kill_lwp): New function that uses tkill syscall or 8094 All callers of kill() changed to use kill_lwp().
|
H A D | ChangeLog | 920 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
|