Home
last modified time | relevance | path

Searched refs:GetProcessID (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp67 lldb::pid_t SBProcessInfo::GetProcessID() { in GetProcessID() function in SBProcessInfo
70 proc_id = m_opaque_ap->GetProcessID(); in GetProcessID()
H A DSBAttachInfo.cpp56 lldb::pid_t SBAttachInfo::GetProcessID() { return m_opaque_sp->GetProcessID(); } in GetProcessID() function in SBAttachInfo
H A DSBLaunchInfo.cpp54 lldb::pid_t SBLaunchInfo::GetProcessID() { return m_opaque_sp->GetProcessID(); } in GetProcessID() function in SBLaunchInfo
H A DSBProcess.cpp606 lldb::pid_t SBProcess::GetProcessID() { in GetProcessID() function in SBProcess
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp151 pid = debugserver_launch_info.GetProcessID(); in LaunchGDBServer()
330 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qProcessInfo()
378 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qC()
456 m_process_launch_info.GetProcessID()); in LaunchProcess()
460 const auto pid = m_process_launch_info.GetProcessID(); in LaunchProcess()
H A DGDBRemoteCommunicationServerCommon.cpp1180 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse()
1200 proc_info.GetProcessID(), proc_info.GetParentProcessID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunication.cpp1191 (launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID) && in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp59 (int)process_info.GetProcessID()}; in GetOpenBSDProcessArgs()
118 (int)process_info.GetProcessID()}; in GetOpenBSDProcessUserAndGroup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp51 int pid = process_info.GetProcessID(); in GetFreeBSDProcessArgs()
117 const int pid = process_info.GetProcessID(); in GetFreeBSDProcessUserAndGroup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp51 int pid = process_info.GetProcessID(); in GetNetBSDProcessArgs()
113 const int pid = process_info.GetProcessID(); in GetNetBSDProcessUserAndGroup()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcessInfo.h32 lldb::pid_t GetProcessID();
H A DSBAttachInfo.h72 lldb::pid_t GetProcessID();
H A DSBLaunchInfo.h30 lldb::pid_t GetProcessID();
H A DSBProcess.h145 lldb::pid_t GetProcessID();
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdTarget.cpp172 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
333 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
H A DMICmdCmdMiscellanous.cpp292 const lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
331 const lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
H A DMICmdCmdExec.cpp168 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h65 lldb::pid_t GetProcessID() const { return m_pid; } in GetProcessID() function
H A DProcess.h233 if (GetProcessID() != LLDB_INVALID_PROCESS_ID) in ProcessInfoSpecified()
368 return ((idx < m_infos.size()) ? m_infos[idx].GetProcessID() : 0); in GetProcessIDAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp194 Host::StartMonitoringChildProcess(m_monitor_callback, GetProcessID(), in MonitorProcess()
H A DPlatform.cpp1175 __FUNCTION__, launch_info.GetProcessID()); in DebugProcess()
1176 if (launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID) { in DebugProcess()
H A DProcess.cpp600 m_match_info.GetProcessID() != proc_info.GetProcessID()) in Matches()
2992 lldb::pid_t attach_pid = attach_info.GetProcessID(); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp536 const lldb::pid_t pid = launch_info.GetProcessID(); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp636 if (launch_info.GetProcessID() == LLDB_INVALID_PROCESS_ID) { in LaunchInferior()
H A DNativeProcessDarwin.cpp91 if (launch_info.GetProcessID() == LLDB_INVALID_PROCESS_ID) { in Launch()
101 new NativeProcessDarwin(launch_info.GetProcessID(), pty_master_fd)); in Launch()

12