Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp56 int pid = process_info.GetProcessID(); in GetNetBSDProcessArgs()
140 const int pid = process_info.GetProcessID(); in GetNetBSDProcessUserAndGroup()
227 if ((::pid_t)process_infos[pi].GetProcessID() == proc_kinfo[i].p_pid) { in FindProcessesImpl()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp77 lldb::pid_t SBProcessInfo::GetProcessID() { in GetProcessID() function in SBProcessInfo
82 proc_id = m_opaque_up->GetProcessID(); in GetProcessID()
H A DSBAttachInfo.cpp68 lldb::pid_t SBAttachInfo::GetProcessID() { in GetProcessID() function in SBAttachInfo
71 return m_opaque_sp->GetProcessID(); in GetProcessID()
H A DSBLaunchInfo.cpp73 lldb::pid_t SBLaunchInfo::GetProcessID() { in GetProcessID() function in SBLaunchInfo
76 return m_opaque_sp->GetProcessID(); in GetProcessID()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp212 pid = debugserver_launch_info.GetProcessID(); in LaunchGDBServer()
392 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qProcessInfo()
472 lldb::pid_t pid = m_process_launch_info.GetProcessID(); in Handle_qC()
547 m_process_launch_info.GetProcessID()); in LaunchProcess()
551 const auto pid = m_process_launch_info.GetProcessID(); in LaunchProcess()
/openbsd/gnu/llvm/lldb/source/Host/openbsd/
H A DHost.cpp52 int pid = process_info.GetProcessID(); in GetOpenBSDProcessArgs()
123 (int)process_info.GetProcessID(), in GetOpenBSDProcessUserAndGroup()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBProcessInfo.i37 GetProcessID ();
H A DSBProcess.i194 Returns the process ID of the process.") GetProcessID;
196 GetProcessID ();
514 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
H A DSBAttachInfo.i27 GetProcessID ();
H A DSBLaunchInfo.i20 GetProcessID();
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBProcessInfo.h33 lldb::pid_t GetProcessID();
H A DSBAttachInfo.h67 lldb::pid_t GetProcessID();
H A DSBLaunchInfo.h33 lldb::pid_t GetProcessID();
H A DSBProcess.h136 lldb::pid_t GetProcessID();
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h55 lldb::pid_t GetProcessID() override;
H A DScriptedProcessPythonInterface.cpp155 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID() function in ScriptedProcessPythonInterface
/openbsd/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp263 m_match_info.GetProcessID() != proc_info.GetProcessID()) in ProcessIDsMatch()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py302 if process and process.GetProcessID() != lldb.LLDB_INVALID_PROCESS_ID:
304 pid = process.GetProcessID()
H A Dlldbtk.py112 id = self.process.GetProcessID()
114 value = str(self.process.GetProcessID())
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h62 virtual lldb::pid_t GetProcessID() { return LLDB_INVALID_PROCESS_ID; } in GetProcessID() function
/openbsd/gnu/llvm/clang/utils/
H A Dclangdiag.py76 id = target.GetProcess().GetProcessID()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h66 lldb::pid_t GetProcessID() const { return m_pid; } in GetProcessID() function
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py71 pid = process.GetProcessID()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp187 Host::StartMonitoringChildProcess(m_monitor_callback, GetProcessID()); in MonitorProcess()

12