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.h441 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() function
443 bool ret_val = InterruptRequested(); in InterruptRequested()
459 (debugger).InterruptRequested(__func__, __VA_ARGS__)
462 bool InterruptRequested();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h287 bool InterruptRequested();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1735 bool SBDebugger::InterruptRequested() { in InterruptRequested() function in SBDebugger
1739 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.cpp1476 bool Debugger::InterruptRequested() { in InterruptRequested() function in Debugger
1508 if (debugger_sp->InterruptRequested()) in DebuggersRequestingInterruption()
H A DModule.cpp966 if (!debugger_sp->InterruptRequested()) in DebuggersOwningModuleRequestingInterruption()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21589 result = (bool)(arg1)->InterruptRequested(); in _wrap_SBDebugger_InterruptRequested()