Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp53 int pid = process_info.GetProcessID(); in GetFreeBSDProcessArgs()
120 const int pid = process_info.GetProcessID(); in GetFreeBSDProcessUserAndGroup()
205 (process_infos[pi].GetProcessID() == (uint32_t)kinfo.ki_pid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp56 int pid = process_info.GetProcessID(); in GetNetBSDProcessArgs()
141 const int pid = process_info.GetProcessID(); in GetNetBSDProcessUserAndGroup()
228 if ((::pid_t)process_infos[pi].GetProcessID() == proc_kinfo[i].p_pid) { in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp76 lldb::pid_t SBProcessInfo::GetProcessID() { in GetProcessID() function in SBProcessInfo
81 proc_id = m_opaque_up->GetProcessID(); in GetProcessID()
H A DSBAttachInfo.cpp70 lldb::pid_t SBAttachInfo::GetProcessID() { in GetProcessID() function in SBAttachInfo
73 return m_opaque_sp->GetProcessID(); in GetProcessID()
H A DSBLaunchInfo.cpp75 lldb::pid_t SBLaunchInfo::GetProcessID() { in GetProcessID() function in SBLaunchInfo
78 return m_opaque_sp->GetProcessID(); in GetProcessID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp214 pid = debugserver_launch_info.GetProcessID(); in LaunchGDBServer()
394 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qProcessInfo()
474 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qC()
549 m_process_launch_info.GetProcessID()); in LaunchProcess()
553 const auto pid = m_process_launch_info.GetProcessID(); in LaunchProcess()
H A DGDBRemoteCommunicationServerLLGS.cpp418 if (excluded.GetProcessID() == info.GetProcessID()) in AttachWaitProcess()
433 auto matching_process_pid = loop_process_list[0].GetProcessID(); in AttachWaitProcess()
445 error_stream.Format("{0}, ", loop_process_list[i].GetProcessID()); in AttachWaitProcess()
447 error_stream.Format("{0}.", loop_process_list.back().GetProcessID()); in AttachWaitProcess()
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp62 (int)process_info.GetProcessID()}; in GetOpenBSDProcessArgs()
121 (int)process_info.GetProcessID()}; in GetOpenBSDProcessUserAndGroup()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h33 lldb::pid_t GetProcessID();
H A DSBAttachInfo.h71 lldb::pid_t GetProcessID();
H A DSBLaunchInfo.h41 lldb::pid_t GetProcessID();
H A DSBProcess.h142 lldb::pid_t GetProcessID();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp272 m_match_info.GetProcessID() != proc_info.GetProcessID()) in ProcessIDsMatch()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i75 ) lldb::SBProcess::GetProcessID;
H A DSBProcessExtensions.i83 return self.GetProcessID()
90 id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an integer.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp178 void ScriptedProcess::DidLaunch() { m_pid = GetInterface().GetProcessID(); } in DoAttach()
182 m_pid = GetInterface().GetProcessID(); in DoAttach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp160 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID() function in ScriptedProcessPythonInterface
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h68 lldb::pid_t GetProcessID() const { return m_pid; } in GetProcessID() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp183 Host::StartMonitoringChildProcess(m_monitor_callback, GetProcessID()); in MonitorProcess()
H A DHost.cpp502 const lldb::pid_t pid = launch_info.GetProcessID(); in RunShellCommand()
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm363 $pid = $h->GetProcessID();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp754 static_cast<llvm::support::ulittle32_t>(process_info.GetProcessID()); in AddMiscInfo()
785 lldb::pid_t pid = process_info.GetProcessID(); in AddLinuxFileStreams()

12