Home
last modified time | relevance | path

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

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