Searched refs:GetProcessId (Results 1 – 10 of 10) sorted by relevance
25 lldb::pid_t HostProcess::GetProcessId() const { in GetProcessId() function in HostProcess26 return m_native_process->GetProcessId(); in GetProcessId()
53 if (process.GetProcessId() != LLDB_INVALID_PROCESS_ID) { in LaunchProcess()
533 launch_info.SetProcessID(process.GetProcessId()); in LaunchProcess()
41 lldb::pid_t GetProcessId() const;
34 virtual lldb::pid_t GetProcessId() const = 0;
31 lldb::pid_t GetProcessId() const override;
52 lldb::pid_t HostProcessPosix::GetProcessId() const { return m_process; } in GetProcessId() function in HostProcessPosix
102 return GetProcessId(GetCurrentProcess()); in internal_getpid()
61 .GetProcessId(); in Launch()
66 .GetProcessId(); in Launch()