Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h436 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() function
438 bool ret_val = InterruptRequested(); in InterruptRequested()
454 (debugger).InterruptRequested(__func__, __VA_ARGS__)
457 bool InterruptRequested();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h206 bool InterruptRequested();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1718 bool SBDebugger::InterruptRequested() { in InterruptRequested() function in SBDebugger
1722 return m_opaque_sp->InterruptRequested(); in InterruptRequested()
H A DSBCommandInterpreter.cpp148 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1294 bool Debugger::InterruptRequested() { in InterruptRequested() function in Debugger
1326 if (debugger_sp->InterruptRequested()) in DebuggersRequestingInterruption()
H A DModule.cpp983 if (!debugger_sp->InterruptRequested()) in DebuggersOwningModuleRequestingInterruption()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20025 result = (bool)(arg1)->InterruptRequested(); in _wrap_SBDebugger_InterruptRequested()