Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h142 bool EffectiveUserIDIsValid();
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h164 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; }
159 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } EffectiveUserIDIsValid() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2342 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6437 SWIG_check_num_args("lldb::SBAttachInfo::EffectiveUserIDIsValid",1,1) in _wrap_SBBlock_GetFirstChild()
6438 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::EffectiveUserIDIsValid",1,"lldb::SBAttachInfo *"); in _wrap_SBBlock_GetFirstChild()
6444 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBBlock_GetNumRanges()
6863 { "EffectiveUserIDIsValid", _wrap_SBAttachInfo_EffectiveUserIDIsValid},
[all...]