Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp164 if (EffectiveGroupIDIsValid()) { in Dump()
226 print(&ProcessInstanceInfo::EffectiveGroupIDIsValid, in DumpAsTableRow()
295 if (m_match_info.EffectiveGroupIDIsValid() && in UserIDsMatch()
326 if (m_match_info.EffectiveGroupIDIsValid()) in MatchAllProcesses()
/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp156 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
161 is_valid = m_opaque_up->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
H A DSBAttachInfo.cpp209 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
212 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py20 obj.EffectiveGroupIDIsValid()
/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h49 bool EffectiveGroupIDIsValid();
H A DSBAttachInfo.h144 bool EffectiveGroupIDIsValid();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp62 ASSERT_TRUE(Info.EffectiveGroupIDIsValid()); in TEST_F()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h166 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
/llvm-project/lldb/test/API/python_api/process/
H A DTestProcessAPI.py433 if process_info.EffectiveGroupIDIsValid():
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2347 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()