Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h239 bool cancel_top_handler = true);
435 bool cancel_top_handler = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp962 bool cancel_top_handler) { in RunIOHandlerAsync() argument
963 PushIOHandler(reader_sp, cancel_top_handler); in RunIOHandlerAsync()
1008 bool cancel_top_handler) { in PushIOHandler() argument
1029 if (cancel_top_handler) in PushIOHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4476 bool cancel_top_handler = !m_mod_id.IsRunningUtilityFunction(); in PushProcessIOHandler() local
4478 cancel_top_handler); in PushProcessIOHandler()