Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp243 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
244 LLDB_RECORD_METHOD_NO_ARGS(bool, SBAttachInfo, ParentProcessIDIsValid); in ParentProcessIDIsValid()
246 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
302 LLDB_REGISTER_METHOD(bool, SBAttachInfo, ParentProcessIDIsValid, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i108 ParentProcessIDIsValid();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h150 bool ParentProcessIDIsValid();
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp267 if (m_match_info.ParentProcessIDIsValid() && in ProcessIDsMatch()
306 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h139 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2262 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5685 result = (bool)(arg1)->ParentProcessIDIsValid(); in _wrap_SBAttachInfo_ParentProcessIDIsValid()