Home
last modified time | relevance | path

Searched refs:EffectiveGroupIDIsValid (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp162 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
163 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveGroupIDIsValid); in EffectiveGroupIDIsValid()
167 is_valid = m_opaque_up->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
220 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveGroupIDIsValid, ()); in RegisterMethods()
H A DSBAttachInfo.cpp212 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
213 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, EffectiveGroupIDIsValid); in EffectiveGroupIDIsValid()
215 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
297 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveGroupIDIsValid, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp157 if (EffectiveGroupIDIsValid()) { in Dump()
218 print(&ProcessInstanceInfo::EffectiveGroupIDIsValid, in DumpAsTableRow()
287 if (m_match_info.EffectiveGroupIDIsValid() && in UserIDsMatch()
318 if (m_match_info.EffectiveGroupIDIsValid()) in MatchAllProcesses()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i61 EffectiveGroupIDIsValid ();
H A DSBAttachInfo.i93 EffectiveGroupIDIsValid ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h49 bool EffectiveGroupIDIsValid();
H A DSBAttachInfo.h140 bool EffectiveGroupIDIsValid();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h129 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2272 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5559 result = (bool)(arg1)->EffectiveGroupIDIsValid(); in _wrap_SBAttachInfo_EffectiveGroupIDIsValid()
41507 result = (bool)(arg1)->EffectiveGroupIDIsValid(); in _wrap_SBProcessInfo_EffectiveGroupIDIsValid()