Searched refs:StartMonitoring (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DHostProcess.cpp31 llvm::Expected<HostThread> HostProcess::StartMonitoring( function in class:HostProcess
33 return m_native_process->StartMonitoring(callback);
H A DMonitoringProcessLauncher.cpp58 process.StartMonitoring(launch_info.GetMonitorProcessCallback());
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DHostProcess.h45 StartMonitoring(const Host::MonitorChildProcessCallback &callback);
H A DHostNativeProcessBase.h40 StartMonitoring(const Host::MonitorChildProcessCallback &callback) = 0;
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostProcessWindows.h33 StartMonitoring(const Host::MonitorChildProcessCallback &callback) override;
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h35 StartMonitoring(const Host::MonitorChildProcessCallback &callback) override;
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostProcessPosix.cpp63 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( function in class:HostProcessPosix
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DHostProcessWindows.cpp78 llvm::Expected<HostThread> HostProcessWindows::StartMonitoring( function in class:HostProcessWindows

Completed in 227 milliseconds