Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h194 bool cancel_top_handler = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp1008 bool cancel_top_handler) { in PushIOHandler() argument
1029 if (cancel_top_handler) in PushIOHandler()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp4462 bool cancel_top_handler = !m_mod_id.IsRunningUtilityFunction(); in PushProcessIOHandler() local
4463 GetTarget().GetDebugger().PushIOHandler(io_handler_sp, cancel_top_handler); in PushProcessIOHandler()