Searched refs:EffectiveGroupIDIsValid (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i61 EffectiveGroupIDIsValid ();
H A DSBAttachInfo.i91 EffectiveGroupIDIsValid ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h49 bool EffectiveGroupIDIsValid();
H A DSBAttachInfo.h140 bool EffectiveGroupIDIsValid();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp162 bool SBProcessInfo::EffectiveGroupIDIsValid() { function in class:SBProcessInfo
163 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveGroupIDIsValid);
167 is_valid = m_opaque_up->EffectiveGroupIDIsValid();
205 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveGroupIDIsValid, ());
H A DSBAttachInfo.cpp212 bool SBAttachInfo::EffectiveGroupIDIsValid() { function in class:SBAttachInfo
213 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, EffectiveGroupIDIsValid);
215 return m_opaque_sp->EffectiveGroupIDIsValid();
297 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveGroupIDIsValid, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp156 if (EffectiveGroupIDIsValid()) {
217 print(&ProcessInstanceInfo::EffectiveGroupIDIsValid,
286 if (m_match_info.EffectiveGroupIDIsValid() &&
317 if (m_match_info.EffectiveGroupIDIsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h131 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } function in class:lldb_private::ProcessInstanceInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2200 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid())

Completed in 177 milliseconds