|
GDB (xrefs)
|
#include "ptid.h"
Public Member Functions | |
| ptid_t () noexcept=default | |
| constexpr | ptid_t (int pid, long lwp=0, long tid=0) |
| constexpr int | pid () const |
| constexpr bool | lwp_p () const |
| constexpr long | lwp () const |
| constexpr bool | tid_p () const |
| constexpr long | tid () const |
| constexpr bool | is_pid () const |
| constexpr bool | operator== (const ptid_t &other) const |
| constexpr bool | operator!= (const ptid_t &other) const |
| constexpr bool | matches (const ptid_t &filter) const |
Static Public Member Functions | |
| static constexpr ptid_t | make_null () |
| static constexpr ptid_t | make_minus_one () |
Private Attributes | |
| int | m_pid |
| long | m_lwp |
| long | m_tid |
|
defaultnoexcept |
Referenced by make_minus_one(), and make_null().
|
inlineexplicit |
|
inline |
Definition at line 80 of file ptid.h.
References m_lwp, m_tid, make_minus_one(), and make_null().
Referenced by matches(), and ptid_is_pid().
|
inline |
Definition at line 63 of file ptid.h.
References m_lwp.
Referenced by mips_linux_new_thread(), ptid_get_lwp(), and thread_section_name::thread_section_name().
|
inline |
Definition at line 58 of file ptid.h.
References m_lwp.
Referenced by ptid_lwp_p(), and thread_section_name::thread_section_name().
|
inlinestatic |
|
inlinestatic |
|
inline |
Definition at line 112 of file ptid.h.
References is_pid(), m_pid, make_minus_one(), and pid().
Referenced by ptid_match().
|
inline |
|
inline |
|
inline |
Definition at line 53 of file ptid.h.
References m_pid.
Referenced by matches(), ptid_get_pid(), and remote_newthread_step().
|
inline |
|
inline |
|
private |
|
private |
Definition at line 137 of file ptid.h.
Referenced by matches(), operator==(), and pid().
|
private |
1.8.14