Searched refs:StartMonitoring (Results 1 – 6 of 6) sorted by relevance
31 llvm::Expected<HostThread> HostProcess::StartMonitoring( in StartMonitoring() function in HostProcess33 return m_native_process->StartMonitoring(callback); in StartMonitoring()
58 process.StartMonitoring(launch_info.GetMonitorProcessCallback()); in LaunchProcess()
45 StartMonitoring(const Host::MonitorChildProcessCallback &callback);
40 StartMonitoring(const Host::MonitorChildProcessCallback &callback) = 0;
35 StartMonitoring(const Host::MonitorChildProcessCallback &callback) override;
63 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix