Home
last modified time | relevance | path

Searched refs:InterruptRequested (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h429 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() function
431 bool ret_val = InterruptRequested(); in InterruptRequested()
447 (debugger).InterruptRequested(__func__, __VA_ARGS__)
450 bool InterruptRequested();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h209 bool InterruptRequested();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1738 bool SBDebugger::InterruptRequested() { in InterruptRequested() function in SBDebugger
1742 return m_opaque_sp->InterruptRequested(); in InterruptRequested()
H A DSBCommandInterpreter.cpp149 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1308 bool Debugger::InterruptRequested() { in InterruptRequested() function in Debugger
1340 if (debugger_sp->InterruptRequested()) in DebuggersRequestingInterruption()
H A DModule.cpp983 if (!debugger_sp->InterruptRequested()) in DebuggersOwningModuleRequestingInterruption()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21303 result = (bool)(arg1)->InterruptRequested(); in _wrap_SBDebugger_InterruptRequested()