Home
last modified time | relevance | path

Searched refs:GetMonitorSignals (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DMonitoringProcessLauncher.cpp58 launch_info.GetMonitorSignals()); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h119 bool GetMonitorSignals() const { return m_monitor_signals; } in GetMonitorSignals() function