Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp152 if (EffectiveUserIDIsValid()) { in Dump()
214 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
223 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
282 if (m_match_info.EffectiveUserIDIsValid() && in UserIDsMatch()
314 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcessInfo.i58 EffectiveUserIDIsValid ();
H A DSBAttachInfo.i90 EffectiveUserIDIsValid ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h138 bool EffectiveUserIDIsValid();
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h125 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2321 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()