Home
last modified time | relevance | path

Searched refs:GetMonitorProcessCallback (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp55 assert(launch_info.GetMonitorProcessCallback()); in LaunchProcess()
57 process.StartMonitoring(launch_info.GetMonitorProcessCallback(), in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h106 Host::MonitorChildProcessCallback GetMonitorProcessCallback() const { in GetMonitorProcessCallback() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp541 if (!m_process_launch_info.GetMonitorProcessCallback()) in LaunchProcess()