Home
last modified time | relevance | path

Searched refs:ParentProcessIDIsValid (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp237 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
240 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp40 ASSERT_TRUE(Info.ParentProcessIDIsValid()); in TEST_F()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBAttachInfo.i108 ParentProcessIDIsValid();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBAttachInfo.h150 bool ParentProcessIDIsValid();
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp267 if (m_match_info.ParentProcessIDIsValid() && in ProcessIDsMatch()
306 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h139 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2311 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()