Searched refs:lwp_p (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dptid-selftests.c60 /* Verify lwp_p. */
62 static_assert (!pid.lwp_p (), "pid's lwp_p is right");
63 static_assert (lwp.lwp_p (), "lwp's lwp_p is right");
64 static_assert (!tid.lwp_p (), "tid's lwp_p is right");
65 static_assert (both.lwp_p (), "both's lwp_p is right");
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dptid-selftests.c60 /* Verify lwp_p. */
62 static_assert (!pid.lwp_p (), "pid's lwp_p is right");
63 static_assert (lwp.lwp_p (), "lwp's lwp_p is right");
64 static_assert (!tid.lwp_p (), "tid's lwp_p is right");
65 static_assert (both.lwp_p (), "both's lwp_p is right");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dx86-linux-dregs.c46 gdb_assert (ptid.lwp_p ());
64 gdb_assert (ptid.lwp_p ());
H A Dlinux-procfs.c243 pid_t tid = ptid.lwp_p () ? ptid.lwp () : ptid.pid ();
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dx86-linux-dregs.c46 gdb_assert (ptid.lwp_p ());
64 gdb_assert (ptid.lwp_p ());
H A Dlinux-procfs.c243 pid_t tid = ptid.lwp_p () ? ptid.lwp () : ptid.pid ();
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dptid.h60 constexpr bool lwp_p () const function in class:ptid_t
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dptid.h62 constexpr bool lwp_p () const function in class:ptid_t
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-fbsd-nat.c296 if (tp->ptid.lwp_p ())
306 gdb_assert(tp->ptid.lwp_p ());
315 gdb_assert(tp->ptid.lwp_p ());
H A Dgdbcore.h184 if (ptid.lwp_p ())
H A Dgcore-elf.c44 if (ptid.lwp_p ())
H A Dfbsd-nat.c590 if (inferior_ptid.lwp_p ())
775 if (ptid.lwp_p ())
1128 if (ptid.lwp_p ())
H A Dlinux-nat.c777 gdb_assert (ptid.lwp_p ());
842 if (ptid.lwp_p ())
3760 if (ptid.lwp_p ()
4463 gdb_assert (inferior_ptid.lwp_p ());
H A Dnetbsd-nat.c475 if (ptid.lwp_p ())
H A Dsol-thread.c304 if (thread_id.lwp_p ())
H A Dppc-linux-nat.c383 gdb_assert (ptid.lwp_p ());
2860 gdb_assert (lp->ptid.lwp_p ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbcore.h184 if (ptid.lwp_p ())
H A Dfbsd-nat.c705 if (inferior_ptid.lwp_p ())
885 if (ptid.lwp_p ())
1174 if (ptid.lwp_p ())
H A Dnbsd-nat.c478 if (ptid.lwp_p ())
H A Dlinux-nat.c887 gdb_assert (ptid.lwp_p ());
964 if (ptid.lwp_p ())
3788 if (ptid.lwp_p ()
4379 gdb_assert (inferior_ptid.lwp_p ());
H A Dsol-thread.c304 if (thread_id.lwp_p ())
H A Dppc-linux-nat.c377 gdb_assert (ptid.lwp_p ());
2848 gdb_assert (lp->ptid.lwp_p ());

Completed in 200 milliseconds