Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp237 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
240 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i108 ParentProcessIDIsValid();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h150 bool ParentProcessIDIsValid();
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp266 if (m_match_info.ParentProcessIDIsValid() && in ProcessIDsMatch()
305 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h137 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2314 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()