Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostProcess.cpp37 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback, in StartMonitoring() function in HostProcess
39 return m_native_process->StartMonitoring(callback, monitor_signals); in StartMonitoring()
H A DMonitoringProcessLauncher.cpp57 process.StartMonitoring(launch_info.GetMonitorProcessCallback(), in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostProcess.h49 HostThread StartMonitoring(const Host::MonitorChildProcessCallback &callback,
H A DHostNativeProcessBase.h40 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h36 HostThread StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostProcessPosix.cpp91 HostThread HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix