Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h214 bool cancel_top_handler = true);
649 bool cancel_top_handler = true);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1190 bool cancel_top_handler) { in RunIOHandlerAsync() argument
1191 PushIOHandler(reader_sp, cancel_top_handler); in RunIOHandlerAsync()
1236 bool cancel_top_handler) { in PushIOHandler() argument
1257 if (cancel_top_handler) in PushIOHandler()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4771 bool cancel_top_handler = !m_mod_id.IsRunningUtilityFunction(); in PushProcessIOHandler() local
4773 cancel_top_handler); in PushProcessIOHandler()