Home
last modified time | relevance | path

Searched defs:GroupIDIsValid (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp117 bool SBProcessInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBProcessInfo
H A DSBAttachInfo.cpp171 bool SBAttachInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBAttachInfo
H A DSBLaunchInfo.cpp97 bool SBLaunchInfo::GroupIDIsValid() { in GroupIDIsValid() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h54 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid() function