Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.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()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBProcessInfo.cpp146 bool SBProcessInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBProcessInfo
151 is_valid = m_opaque_up->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
HDSBAttachInfo.cpp203 bool SBAttachInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBAttachInfo
206 return m_opaque_sp->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcessInfo.h47 bool EffectiveUserIDIsValid();
HDSBAttachInfo.h142 bool EffectiveUserIDIsValid();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h164 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2342 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp6444 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBAttachInfo_EffectiveUserIDIsValid()
47552 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBProcessInfo_EffectiveUserIDIsValid()