Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp145 if (UserIDIsValid()) { in Dump()
211 print(&ProcessInstanceInfo::UserIDIsValid, in DumpAsTableRow()
275 if (m_match_info.UserIDIsValid() && in UserIDsMatch()
309 if (m_match_info.UserIDIsValid()) in MatchAllProcesses()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcessInfo.cpp107 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid() function in SBProcessInfo
112 is_valid = m_opaque_up->UserIDIsValid(); in UserIDIsValid()
H A DSBAttachInfo.cpp165 bool SBAttachInfo::UserIDIsValid() { in UserIDIsValid() function in SBAttachInfo
168 return m_opaque_sp->UserIDIsValid(); in UserIDIsValid()
H A DSBLaunchInfo.cpp91 bool SBLaunchInfo::UserIDIsValid() { in UserIDIsValid() function in SBLaunchInfo
94 return m_opaque_sp->UserIDIsValid(); in UserIDIsValid()
H A DSBTarget.cpp437 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid()) { in Attach()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py15 obj.UserIDIsValid()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i46 UserIDIsValid ();
H A DSBAttachInfo.i72 UserIDIsValid ();
H A DSBLaunchInfo.i29 UserIDIsValid ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcessInfo.h39 bool UserIDIsValid();
H A DSBAttachInfo.h126 bool UserIDIsValid();
H A DSBLaunchInfo.h39 bool UserIDIsValid();
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp49 ASSERT_TRUE(Info.UserIDIsValid()); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h53 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py360 if process_info.UserIDIsValid():
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2314 if (match_info.GetProcessInfo().UserIDIsValid()) in FindProcesses()