Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp172 lldb::pid_t SBProcessInfo::GetParentProcessID() { in GetParentProcessID() function in SBProcessInfo
173 LLDB_RECORD_METHOD_NO_ARGS(lldb::pid_t, SBProcessInfo, GetParentProcessID); in GetParentProcessID()
177 proc_id = m_opaque_up->GetParentProcessID(); in GetParentProcessID()
221 LLDB_REGISTER_METHOD(lldb::pid_t, SBProcessInfo, GetParentProcessID, ()); in RegisterMethods()
H A DSBAttachInfo.cpp230 lldb::pid_t SBAttachInfo::GetParentProcessID() { in GetParentProcessID() function in SBAttachInfo
231 LLDB_RECORD_METHOD_NO_ARGS(lldb::pid_t, SBAttachInfo, GetParentProcessID); in GetParentProcessID()
233 return m_opaque_sp->GetParentProcessID(); in GetParentProcessID()
300 LLDB_REGISTER_METHOD(lldb::pid_t, SBAttachInfo, GetParentProcessID, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i64 GetParentProcessID ();
H A DSBAttachInfo.i102 GetParentProcessID ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h51 lldb::pid_t GetParentProcessID();
H A DSBAttachInfo.h146 lldb::pid_t GetParentProcessID();
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp268 m_match_info.GetParentProcessID() != proc_info.GetParentProcessID()) in ProcessIDsMatch()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h135 lldb::pid_t GetParentProcessID() const { return m_parent_pid; } in GetParentProcessID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1149 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse()
1178 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2264 match_info.GetProcessInfo().GetParentProcessID()); in FindProcesses()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h175 if (GetParentProcessID() != LLDB_INVALID_PROCESS_ID) in ProcessInfoSpecified()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5635 result = (lldb::pid_t)(arg1)->GetParentProcessID(); in _wrap_SBAttachInfo_GetParentProcessID()
41531 result = (lldb::pid_t)(arg1)->GetParentProcessID(); in _wrap_SBProcessInfo_GetParentProcessID()