Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp160 if (EffectiveUserIDIsValid()) { in Dump()
222 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
231 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
290 if (m_match_info.EffectiveUserIDIsValid() && in UserIDsMatch()
322 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
/freebsd-14.2/contrib/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()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h142 bool EffectiveUserIDIsValid();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h159 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2313 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5674 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBAttachInfo_EffectiveUserIDIsValid()
45199 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBProcessInfo_EffectiveUserIDIsValid()