Searched refs:StartMonitoring (Results 1 – 8 of 8) 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;
33 StartMonitoring(const Host::MonitorChildProcessCallback &callback) override;
35 StartMonitoring(const Host::MonitorChildProcessCallback &callback) override;
63 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix
78 llvm::Expected<HostThread> HostProcessWindows::StartMonitoring( in StartMonitoring() function in HostProcessWindows