Searched refs:EffectiveUserIDIsValid (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i58 EffectiveUserIDIsValid ();
H A DSBAttachInfo.i88 EffectiveUserIDIsValid ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h47 bool EffectiveUserIDIsValid();
H A DSBAttachInfo.h138 bool EffectiveUserIDIsValid();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp152 bool SBProcessInfo::EffectiveUserIDIsValid() { function in class:SBProcessInfo
153 LLDB_RECORD_METHOD_NO_ARGS(bool, SBProcessInfo, EffectiveUserIDIsValid);
157 is_valid = m_opaque_up->EffectiveUserIDIsValid();
204 LLDB_REGISTER_METHOD(bool, SBProcessInfo, EffectiveUserIDIsValid, ());
H A DSBAttachInfo.cpp206 bool SBAttachInfo::EffectiveUserIDIsValid() { function in class:SBAttachInfo
207 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, EffectiveUserIDIsValid);
209 return m_opaque_sp->EffectiveUserIDIsValid();
296 LLDB_REGISTER_METHOD(bool, SBAttachInfo, EffectiveUserIDIsValid, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp152 if (EffectiveUserIDIsValid()) {
214 print(&ProcessInstanceInfo::EffectiveUserIDIsValid,
223 print(&ProcessInstanceInfo::EffectiveUserIDIsValid,
282 if (m_match_info.EffectiveUserIDIsValid() &&
314 if (m_match_info.EffectiveUserIDIsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h129 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } function in class:lldb_private::ProcessInstanceInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2197 if (match_info.GetProcessInfo().EffectiveUserIDIsValid())

Completed in 176 milliseconds