Home
last modified time | relevance | path

Searched refs:GetParentProcessID (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp125 s.Printf(" parent = %" PRIu64 "\n", GetParentProcessID()); in Dump()
197 (ParentProcessIDIsValid()) ? GetParentProcessID() : 0); in DumpAsTableRow()
276 m_match_info.GetParentProcessID() != proc_info.GetParentProcessID()) in ProcessIDsMatch()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp166 lldb::pid_t SBProcessInfo::GetParentProcessID() { in GetParentProcessID() function in SBProcessInfo
171 proc_id = m_opaque_up->GetParentProcessID(); in GetParentProcessID()
H A DSBAttachInfo.cpp227 lldb::pid_t SBAttachInfo::GetParentProcessID() { in GetParentProcessID() function in SBAttachInfo
230 return m_opaque_sp->GetParentProcessID(); in GetParentProcessID()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h51 lldb::pid_t GetParentProcessID();
H A DSBAttachInfo.h150 lldb::pid_t GetParentProcessID();
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h172 lldb::pid_t GetParentProcessID() const { return m_parent_pid; } in GetParentProcessID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1212 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse()
1241 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2337 match_info.GetProcessInfo().GetParentProcessID()); in FindProcesses()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h178 if (GetParentProcessID() != LLDB_INVALID_PROCESS_ID) in ProcessInfoSpecified()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6544 result = (lldb::pid_t)(arg1)->GetParentProcessID(); in _wrap_SBAttachInfo_GetParentProcessID()
47600 result = (lldb::pid_t)(arg1)->GetParentProcessID(); in _wrap_SBProcessInfo_GetParentProcessID()