Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp152 if (UserIDIsValid()) { in Dump()
219 print(&ProcessInstanceInfo::UserIDIsValid, in DumpAsTableRow()
283 if (m_match_info.UserIDIsValid() && in UserIDsMatch()
317 if (m_match_info.UserIDIsValid()) in MatchAllProcesses()
/freebsd-src/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.cpp445 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid() && in Attach()
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h54 bool UserIDIsValid() const { return m_uid != UINT32_MAX; }
53 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } UserIDIsValid() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2338 if (match_info.GetProcessInfo().UserIDIsValid()) in FindProcesses()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6289 SWIG_check_num_args("lldb::SBAttachInfo::UserIDIsValid",1,1) in _wrap_SBBlock_GetInlinedCallSiteFile()
6290 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAttachInfo::UserIDIsValid",1,"lldb::SBAttachInfo *"); in _wrap_SBBlock_GetInlinedCallSiteFile()
6296 result = (bool)(arg1)->UserIDIsValid(); in _wrap_SBBlock_GetInlinedCallSiteFile()
6857 { "UserIDIsValid", _wrap_SBAttachInfo_UserIDIsValid},
[all...]