Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h192 bool cancel_top_handler = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1096 bool cancel_top_handler) { in PushIOHandler() argument
1117 if (cancel_top_handler) in PushIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4697 bool cancel_top_handler = !m_mod_id.IsRunningUtilityFunction(); in PushProcessIOHandler() local
4698 GetTarget().GetDebugger().PushIOHandler(io_handler_sp, cancel_top_handler); in PushProcessIOHandler()