Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp153 if (EffectiveUserIDIsValid()) { in Dump()
215 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
224 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
283 if (m_match_info.EffectiveUserIDIsValid() && in UserIDsMatch()
315 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcessInfo.cpp147 bool SBProcessInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBProcessInfo
152 is_valid = m_opaque_up->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
H A DSBAttachInfo.cpp201 bool SBAttachInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBAttachInfo
204 return m_opaque_sp->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py19 obj.EffectiveUserIDIsValid()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i58 EffectiveUserIDIsValid ();
H A DSBAttachInfo.i90 EffectiveUserIDIsValid ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h138 bool EffectiveUserIDIsValid();
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp43 ASSERT_TRUE(Info.EffectiveUserIDIsValid()); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h127 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py378 if process_info.EffectiveUserIDIsValid():
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2318 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()