Searched refs:GetProcessId (Results 1 – 9 of 9) sorted by relevance
30 lldb::pid_t HostProcess::GetProcessId() const { in GetProcessId() function in HostProcess31 return m_native_process->GetProcessId(); in GetProcessId()
53 if (process.GetProcessId() != LLDB_INVALID_PROCESS_ID) { in LaunchProcess()
598 launch_info.SetProcessID(process.GetProcessId()); in LaunchProcess()
46 lldb::pid_t GetProcessId() const;
34 virtual lldb::pid_t GetProcessId() const = 0;
33 lldb::pid_t GetProcessId() const override;
80 lldb::pid_t HostProcessPosix::GetProcessId() const { return m_process; } in GetProcessId() function in HostProcessPosix
71 .GetProcessId(); in Launch()
83 return GetProcessId(GetCurrentProcess()); in internal_getpid()