Searched refs:GetProcessId (Results 1 – 8 of 8) sorted by relevance
41 lldb::pid_t HostProcess::GetProcessId() const in GetProcessId() function in HostProcess43 return m_native_process->GetProcessId(); in GetProcessId()
72 if (process.GetProcessId() != LLDB_INVALID_PROCESS_ID) in LaunchProcess()
1039 launch_info.SetProcessID(process.GetProcessId()); in LaunchProcess()
35 lldb::pid_t GetProcessId() const override;
49 lldb::pid_t GetProcessId() const;
40 virtual lldb::pid_t GetProcessId() const = 0;
94 lldb::pid_t HostProcessPosix::GetProcessId() const in GetProcessId() function in HostProcessPosix
58 return GetProcessId(GetCurrentProcess()); in internal_getpid()