Home
last modified time | relevance | path

Searched refs:GetProcessId (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostProcess.cpp41 lldb::pid_t HostProcess::GetProcessId() const in GetProcessId() function in HostProcess
43 return m_native_process->GetProcessId(); in GetProcessId()
HDMonitoringProcessLauncher.cpp72 if (process.GetProcessId() != LLDB_INVALID_PROCESS_ID) in LaunchProcess()
HDHost.cpp1039 launch_info.SetProcessID(process.GetProcessId()); in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDHostProcessPosix.h35 lldb::pid_t GetProcessId() const override;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHostProcess.h49 lldb::pid_t GetProcessId() const;
HDHostNativeProcessBase.h40 virtual lldb::pid_t GetProcessId() const = 0;
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostProcessPosix.cpp94 lldb::pid_t HostProcessPosix::GetProcessId() const in GetProcessId() function in HostProcessPosix
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_win.cc58 return GetProcessId(GetCurrentProcess()); in internal_getpid()