Home
last modified time | relevance | path

Searched refs:StartMonitoring (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp31 llvm::Expected<HostThread> HostProcess::StartMonitoring( in StartMonitoring() function in HostProcess
33 return m_native_process->StartMonitoring(callback); in StartMonitoring()
H A DMonitoringProcessLauncher.cpp58 process.StartMonitoring(launch_info.GetMonitorProcessCallback()); in LaunchProcess()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostProcess.h45 StartMonitoring(const Host::MonitorChildProcessCallback &callback);
H A DHostNativeProcessBase.h40 StartMonitoring(const Host::MonitorChildProcessCallback &callback) = 0;
/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h35 StartMonitoring(const Host::MonitorChildProcessCallback &callback) override;
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp63 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix