Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcessInfo.cpp157 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
162 is_valid = m_opaque_up->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
H A DSBAttachInfo.cpp207 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
210 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py20 obj.EffectiveGroupIDIsValid()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i61 EffectiveGroupIDIsValid ();
H A DSBAttachInfo.i93 EffectiveGroupIDIsValid ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcessInfo.h49 bool EffectiveGroupIDIsValid();
H A DSBAttachInfo.h140 bool EffectiveGroupIDIsValid();
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp46 ASSERT_TRUE(Info.EffectiveGroupIDIsValid()); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h129 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py387 if process_info.EffectiveGroupIDIsValid():
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2321 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()