Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c587 #define GET_LWP(ptid) ptid_get_lwp (ptid) macro
589 #define is_lwp(ptid) (GET_LWP (ptid) != 0)
732 lwp = GET_LWP (ptid); in find_lwp_pid()
737 if (lwp == GET_LWP (lp->ptid)) in find_lwp_pid()
817 gdb_assert (pid == GET_LWP (ptid) in lin_lwp_attach_lwp()
1023 ptid = pid_to_ptid (GET_LWP (lp->ptid)); in linux_nat_resume()
1110 GET_LWP (lp->ptid)); in linux_nat_handle_extended()
1152 gdb_assert (pid == GET_LWP (lp->ptid)); in wait_lwp()
1822 pid = GET_LWP (ptid); in linux_nat_wait()
2213 while (pid == GET_LWP (lp->ptid)); in kill_wait_callback()
[all …]
H A Dsol-thread.c118 #define GET_LWP(ptid) ptid_get_lwp (ptid) macro
121 #define is_lwp(ptid) (GET_LWP (ptid) != 0)
315 val = p_td_ta_map_lwp2thr (main_ta, GET_LWP (lwp), &th); in lwp_to_thread()
1341 GET_THREAD (ptid), GET_LWP (lwp)); in solaris_pid_to_str()
1345 else if (GET_LWP (ptid) != 0) in solaris_pid_to_str()
1346 sprintf (buf, "LWP %ld ", GET_LWP (ptid)); in solaris_pid_to_str()
H A Dthread-db.c139 #define GET_LWP(ptid) ptid_get_lwp (ptid) macro
142 #define is_lwp(ptid) (GET_LWP (ptid) != 0)
362 if (GET_LWP (ptid) == 0) in thread_from_lwp()
367 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), &th); in thread_from_lwp()
370 GET_LWP (ptid), thread_db_err_str (err)); in thread_from_lwp()
H A DChangeLog-20015455 that the type returned by GET_LWP() is now a long instead of an
5494 (GET_LWP): Redefine in terms of ptid_get_lwp().
5499 (GET_LWP): Redefine in terms of ptid_get_lwp().
5509 (GET_LWP): Redefine in terms of ptid_get_lwp().
5515 (GET_LWP): Redefine in terms of ptid_get_lwp().
5739 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
H A DChangeLog-20005778 * sol-thread.c (GET_LWP, GET_THREAD, BUILD_LWP, BUILD_THREAD):