Home
last modified time | relevance | path

Searched defs:monitor_signals (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp95 …bool monitor_signals; // If true, call the callback when "pid" gets signaled. member
107 bool monitor_signals in StartMonitoringChildProcess()
168 const bool monitor_signals = info->monitor_signals; in MonitorChildProcessThreadFunction() local
1576 const bool monitor_signals = false; in RunShellCommand() local
1985 const bool monitor_signals = false; in LaunchProcess() local
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h799 bool monitor_signals) in SetMonitorProcessCallback()