Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp123 bool SBProcessInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBProcessInfo
126 is_valid = m_opaque_ap->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
H A DSBAttachInfo.cpp133 bool SBAttachInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBAttachInfo
134 return m_opaque_sp->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcessInfo.h46 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h147 bool EffectiveUserIDIsValid();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h138 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp615 if (m_match_info.EffectiveUserIDIsValid() && in Matches()
646 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2160 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()