Searched refs:GET_LWP (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlin-lwp.c89 #define GET_LWP(ptid) ptid_get_lwp (ptid)
91 #define is_lwp(ptid) (GET_LWP (ptid) != 0)
239 lwp = GET_LWP (ptid);
244 if (lwp == GET_LWP (lp->ptid))
308 if (GET_LWP (ptid) != GET_PID (ptid))
313 if (ptrace (PTRACE_ATTACH, GET_LWP (ptid), 0, 0) < 0)
322 pid = waitpid (GET_LWP (ptid), &status, 0);
326 pid = waitpid (GET_LWP (ptid), &status, __WCLONE);
330 gdb_assert (pid == GET_LWP (ptid)
412 if (ptrace (PTRACE_CONT, GET_LWP (l
88 #define GET_LWP macro
[all...]
H A Dsol-thread.c118 #define GET_LWP(ptid) ptid_get_lwp (ptid) macro
121 #define is_lwp(ptid) (GET_LWP (ptid) != 0)
381 val = p_td_ta_map_lwp2thr (main_ta, GET_LWP (lwp), &th);
1391 sprintf (buf, "Thread %ld (LWP %ld)", GET_THREAD (ptid), GET_LWP (lwp));
1395 else if (GET_LWP (ptid) != 0)
1396 sprintf (buf, "LWP %ld ", GET_LWP (ptid));
H A Dthread-db.c139 #define GET_LWP(ptid) ptid_get_lwp (ptid)
142 #define is_lwp(ptid) (GET_LWP (ptid) != 0)
344 if (GET_LWP (ptid) == 0)
349 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), &th);
352 GET_LWP (ptid), thread_db_err_str (err));
138 #define GET_LWP macro
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c161 #define GET_LWP(ptid) ptid_get_lwp (ptid) macro
164 #define IS_LWP(ptid) (GET_LWP (ptid) != 0)
260 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), th);
271 return BUILD_LWP (GET_LWP (ptid), GET_PID (ptid));
628 lwp = GET_LWP (work_ptid);
942 lwp = GET_LWP (inferior_ptid);
1131 else if (GET_LWP (ptid) == 0)
1139 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), &th);
1151 lwp = GET_LWP (ptid);
1157 return ptrace (PT_GETREGS, GET_LWP (pti
[all...]

Completed in 157 milliseconds