Searched refs:GetProcessId (Results 1 – 11 of 11) 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()
566 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()
66 .GetProcessId(); in Launch()
76 .GetProcessId(); in Launch()
23732 return GetProcessId(pid); in JimProcessPid()23761 pid = GetProcessId(phandle); in waitpid()