Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h221 bool cancel_top_handler = true);
640 bool cancel_top_handler = true);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1176 bool cancel_top_handler) { in RunIOHandlerAsync() argument
1177 PushIOHandler(reader_sp, cancel_top_handler); in RunIOHandlerAsync()
1222 bool cancel_top_handler) { in PushIOHandler() argument
1243 if (cancel_top_handler) in PushIOHandler()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4573 bool cancel_top_handler = !m_mod_id.IsRunningUtilityFunction(); in PushProcessIOHandler() local
4575 cancel_top_handler); in PushProcessIOHandler()