HomeSort by: relevance | last modified time | path
    Searched defs:m_ptid (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
regcache.h 452 gdb_assert (m_ptid != minus_one_ptid);
454 return m_ptid;
459 this->m_ptid = ptid;
491 This may not be the inferior of thread M_PTID. For instance, this
500 ptid_t m_ptid; member in class:regcache
linux-nat.c 4035 : m_ptid (ptid), m_fd (fd)
4043 m_fd, m_ptid.pid (), m_ptid.lwp ());
4057 ptid_t m_ptid;
4051 ptid_t m_ptid; variable
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.h 448 gdb_assert (m_ptid != minus_one_ptid);
450 return m_ptid;
455 this->m_ptid = ptid;
487 This may not be the inferior of thread M_PTID. For instance, this
496 ptid_t m_ptid; member in class:regcache
linux-nat.c 4035 : m_ptid (ptid), m_fd (fd)
4043 m_fd, m_ptid.pid (), m_ptid.lwp ());
4057 ptid_t m_ptid;
4051 ptid_t m_ptid; variable

Completed in 41 milliseconds