Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp152 bool SBProcessInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBProcessInfo
153 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveUserIDIsValid); in EffectiveUserIDIsValid()
157 is_valid = m_opaque_up->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
219 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveUserIDIsValid, ()); in RegisterMethods()
H A DSBAttachInfo.cpp206 bool SBAttachInfo::EffectiveUserIDIsValid() { in EffectiveUserIDIsValid() function in SBAttachInfo
207 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, EffectiveUserIDIsValid); in EffectiveUserIDIsValid()
209 return m_opaque_sp->EffectiveUserIDIsValid(); in EffectiveUserIDIsValid()
296 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveUserIDIsValid, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp153 if (EffectiveUserIDIsValid()) { in Dump()
215 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
224 print(&ProcessInstanceInfo::EffectiveUserIDIsValid, in DumpAsTableRow()
283 if (m_match_info.EffectiveUserIDIsValid() && in UserIDsMatch()
315 if (m_match_info.EffectiveUserIDIsValid()) in MatchAllProcesses()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i58 EffectiveUserIDIsValid ();
H A DSBAttachInfo.i90 EffectiveUserIDIsValid ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h138 bool EffectiveUserIDIsValid();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h127 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2269 if (match_info.GetProcessInfo().EffectiveUserIDIsValid()) in FindProcesses()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5535 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBAttachInfo_EffectiveUserIDIsValid()
41483 result = (bool)(arg1)->EffectiveUserIDIsValid(); in _wrap_SBProcessInfo_EffectiveUserIDIsValid()