Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp160 if (EffectiveUserIDIsValid()) { in Dump()
223 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
232 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
291 if (m_match_info.EffectiveUserIDIsValid() && in UserIDsMatch()
323 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp146 bool SBProcessInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBProcessInfo
151 is_valid = m_opaque_up->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
H A DSBAttachInfo.cpp203 bool SBAttachInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBAttachInfo
206 return m_opaque_sp->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py19 obj.EffectiveUserIDIsValid()
/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h142 bool EffectiveUserIDIsValid();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp59 ASSERT_TRUE(Info.EffectiveUserIDIsValid()); in TEST_F()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h164 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/llvm-project/lldb/test/API/python_api/process/
H A DTestProcessAPI.py420 if process_info.EffectiveUserIDIsValid():
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2344 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()