HomeSort by relevance Sort by last modified time
    Searched refs:m_gid (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
Process.h 120 m_gid (UINT32_MAX),
133 m_gid (UINT32_MAX),
146 m_gid = UINT32_MAX;
203 return m_gid;
215 return m_gid != UINT32_MAX;
227 m_gid = gid;
319 uint32_t m_gid; member in class:lldb_private::ProcessInfo
    [all...]
  /external/lldb/source/Target/
Process.cpp 283 if (m_gid != UINT32_MAX)
285 cstr = platform->GetGroupName (m_gid);
286 s.Printf (" gid = %-5u (%s)\n", m_gid, cstr ? cstr : "");
338 cstr = platform->GetGroupName (m_gid);
342 s.Printf ("%-10u ", m_gid);
    [all...]

Completed in 32 milliseconds