Searched refs:GetProcessId (Results 1 – 10 of 10) sorted by relevance
29 lldb::pid_t HostProcess::GetProcessId() const { in GetProcessId() function in HostProcess30 return m_native_process->GetProcessId(); in GetProcessId()
52 if (process.GetProcessId() != LLDB_INVALID_PROCESS_ID) { in LaunchProcess()
630 launch_info.SetProcessID(process.GetProcessId()); in LaunchProcess()
42 lldb::pid_t GetProcessId() const;
35 virtual lldb::pid_t GetProcessId() const = 0;
32 lldb::pid_t GetProcessId() const override;
79 lldb::pid_t HostProcessPosix::GetProcessId() const { return m_process; } in GetProcessId() function in HostProcessPosix
97 return GetProcessId(GetCurrentProcess()); in internal_getpid()
67 .GetProcessId(); in Launch()
62 .GetProcessId(); in Launch()