Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc325 static void send_sigstop (struct lwp_info *lwp);
3760 send_sigstop (lwp); in linux_stop_lwp()
3764 send_sigstop (struct lwp_info *lwp) in send_sigstop() function
3788 send_sigstop (thread_info *thread, lwp_info *except) in send_sigstop() function
3799 send_sigstop (lwp); in send_sigstop()
3815 send_sigstop (thread, except); in suspend_and_send_sigstop()
4005 send_sigstop (thread, except); in stop_all_lwps()
4727 send_sigstop (lwp); in resume_one_thread()
4754 send_sigstop (lwp); in resume_one_thread()
4951 send_sigstop (lwp); in proceed_one_lwp()
H A DChangeLog6270 (send_sigstop): ... this.
13123 (send_sigstop): Fetch lwpid from thread, not lwp.
17757 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
17758 (send_sigstop): Take an lwp_info as parameter instead. Queue a
18302 (send_sigstop): Don't clear stop_expected. Always set it,
19500 (send_sigstop): Use lwpid_of.
19654 (send_sigstop): Adjust.
20548 (send_sigstop): Delete sigstop_sent.
21599 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
21664 (send_sigstop, linux_send_signal): Use it.
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc325 static void send_sigstop (struct lwp_info *lwp);
3760 send_sigstop (lwp); in linux_stop_lwp()
3764 send_sigstop (struct lwp_info *lwp) in send_sigstop() function
3788 send_sigstop (thread_info *thread, lwp_info *except) in send_sigstop() function
3799 send_sigstop (lwp); in send_sigstop()
3815 send_sigstop (thread, except); in suspend_and_send_sigstop()
4005 send_sigstop (thread, except); in stop_all_lwps()
4727 send_sigstop (lwp); in resume_one_thread()
4754 send_sigstop (lwp); in resume_one_thread()
4951 send_sigstop (lwp); in proceed_one_lwp()
H A DChangeLog6270 (send_sigstop): ... this.
13123 (send_sigstop): Fetch lwpid from thread, not lwp.
17757 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
17758 (send_sigstop): Take an lwp_info as parameter instead. Queue a
18302 (send_sigstop): Don't clear stop_expected. Always set it,
19500 (send_sigstop): Use lwpid_of.
19654 (send_sigstop): Adjust.
20548 (send_sigstop): Delete sigstop_sent.
21599 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
21664 (send_sigstop, linux_send_signal): Use it.
[all …]