Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostProcess.cpp36 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback, in StartMonitoring() function in HostProcess
38 return m_native_process->StartMonitoring(callback, monitor_signals); in StartMonitoring()
H A DMonitoringProcessLauncher.cpp57 process.StartMonitoring(launch_info.GetMonitorProcessCallback(), in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostProcess.h46 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
H A DHostNativeProcessBase.h41 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h36 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostProcessPosix.cpp90 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix