Home
last modified time | relevance | path

Searched defs:Interrupt (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h477 bool Interrupt() override { return m_python->Interrupt(); } in Interrupt() function
H A DScriptInterpreterPython.cpp927 bool ScriptInterpreterPythonImpl::Interrupt() { in Interrupt() function in ScriptInterpreterPythonImpl
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp172 bool GDBRemoteClientBase::Interrupt(std::chrono::seconds interrupt_timeout) { in Interrupt() function in GDBRemoteClientBase
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp591 bool IOHandlerEditline::Interrupt() { in Interrupt() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7722 bool IOHandlerCursesGUI::Interrupt() { in Interrupt() function in IOHandlerCursesGUI
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp194 Status NativeProcessWindows::Interrupt() { return Halt(); } in Interrupt() function in lldb_private::NativeProcessWindows
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp34 lldb_private::Status NativeProcessProtocol::Interrupt() { in Interrupt() function in NativeProcessProtocol
H A DEditline.cpp1479 bool Editline::Interrupt() { in Interrupt() function in Editline
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp560 Status NativeProcessNetBSD::Interrupt() { in Interrupt() function in NativeProcessNetBSD
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp531 Status NativeProcessFreeBSD::Interrupt() { return Halt(); } in Interrupt() function in NativeProcessFreeBSD
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1490 bool MachProcess::Interrupt() { function
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h159 virtual bool Interrupt() { return false; } in Interrupt() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1008 Status NativeProcessLinux::Interrupt() { in Interrupt() function in NativeProcessLinux
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4448 bool Interrupt() override { in Interrupt() function in IOHandlerProcessSTDIO