Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp124 if (ParentProcessIDIsValid()) in Dump()
197 (ParentProcessIDIsValid()) ? GetParentProcessID() : 0); in DumpAsTableRow()
275 if (m_match_info.ParentProcessIDIsValid() && in ProcessIDsMatch()
314 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp239 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
242 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h154 bool ParentProcessIDIsValid();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp50 ASSERT_TRUE(Info.ParentProcessIDIsValid()); in TEST_F()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h176 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2337 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()