Home
last modified time | relevance | path

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

/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()
/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.cpp453 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid() && in Attach()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py15 obj.UserIDIsValid()
/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h39 bool UserIDIsValid();
H A DSBAttachInfo.h130 bool UserIDIsValid();
H A DSBLaunchInfo.h47 bool UserIDIsValid();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp65 ASSERT_TRUE(Info.UserIDIsValid()); in TEST_F()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h54 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function
/llvm-project/lldb/test/API/python_api/process/
H A DTestProcessAPI.py400 if process_info.UserIDIsValid():
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2340 if (match_info.GetProcessInfo().UserIDIsValid()) in FindProcesses()