Searched refs:m_ptid (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dregcache.h380 gdb_assert (m_ptid != minus_one_ptid);
382 return m_ptid;
387 this->m_ptid = ptid;
430 ptid_t m_ptid; member in class:regcache
H A Dregcache.c206 m_ptid = minus_one_ptid;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dregcache.h409 gdb_assert (m_ptid != minus_one_ptid);
411 return m_ptid;
416 this->m_ptid = ptid;
459 ptid_t m_ptid; member in class:regcache
H A Dlinux-nat.c3810 : m_ptid (ptid), m_fd (fd)
3818 m_fd, m_ptid.pid (), m_ptid.lwp ());
3832 ptid_t m_ptid;
3826 ptid_t m_ptid; variable
H A Dregcache.c217 m_ptid = minus_one_ptid;

Completed in 167 milliseconds