Home
last modified time | relevance | path

Searched refs:UserIDIsValid (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp152 if (UserIDIsValid()) { in Dump()
218 print(&ProcessInstanceInfo::UserIDIsValid, in DumpAsTableRow()
282 if (m_match_info.UserIDIsValid() && in UserIDsMatch()
316 if (m_match_info.UserIDIsValid()) in MatchAllProcesses()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp106 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid() function in SBProcessInfo
111 is_valid = m_opaque_up->UserIDIsValid(); in UserIDIsValid()
H A DSBAttachInfo.cpp167 bool SBAttachInfo::UserIDIsValid() { in UserIDIsValid() function in SBAttachInfo
170 return m_opaque_sp->UserIDIsValid(); in UserIDIsValid()
H A DSBLaunchInfo.cpp93 bool SBLaunchInfo::UserIDIsValid() { in UserIDIsValid() function in SBLaunchInfo
96 return m_opaque_sp->UserIDIsValid(); in UserIDIsValid()
H A DSBTarget.cpp438 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid() && in Attach()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h39 bool UserIDIsValid();
H A DSBAttachInfo.h130 bool UserIDIsValid();
H A DSBLaunchInfo.h47 bool UserIDIsValid();
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h53 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2309 if (match_info.GetProcessInfo().UserIDIsValid()) in FindProcesses()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5526 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBAttachInfo_UserIDIsValid()
33358 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBLaunchInfo_UserIDIsValid()
45103 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBProcessInfo_UserIDIsValid()