Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h488 bool Interrupt() override { return m_python->Interrupt(); } Interrupt() function
H A DScriptInterpreterPython.cpp941 bool ScriptInterpreterPythonImpl::Interrupt() { Interrupt() function in ScriptInterpreterPythonImpl
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp172 bool GDBRemoteClientBase::Interrupt(std::chrono::seconds interrupt_timeout) { in Interrupt() function in GDBRemoteClientBase
/llvm-project/mlir/include/mlir/IR/
H A DVisitors.h34 enum ResultEnum { Interrupt, Advance, Skip } result; enumerator
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp241 const auto *Interrupt = Result.Nodes.getNodeAs<Stmt>(InterruptingStr); in check() local
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp615 bool IOHandlerEditline::Interrupt() { Interrupt() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7746 bool IOHandlerCursesGUI::Interrupt() { Interrupt() function in IOHandlerCursesGUI
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp194 Status NativeProcessWindows::Interrupt() { return Halt(); } Interrupt() function in lldb_private::NativeProcessWindows
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp34 lldb_private::Status NativeProcessProtocol::Interrupt() { in Interrupt() function in NativeProcessProtocol
H A DEditline.cpp1452 bool Editline::Interrupt() { Interrupt() function in Editline
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp550 Status NativeProcessFreeBSD::Interrupt() { return Halt(); } Interrupt() function in NativeProcessFreeBSD
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp581 Status NativeProcessNetBSD::Interrupt() { return StopProcess(GetID()); } Interrupt() function in NativeProcessNetBSD
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h162 virtual bool Interrupt() { return false; } Interrupt() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1573 bool MachProcess::Interrupt() { global() function
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1121 Status NativeProcessLinux::Interrupt() { Interrupt() function in NativeProcessLinux
/llvm-project/lldb/source/Target/
H A DProcess.cpp4674 bool Interrupt() override { Interrupt() function in IOHandlerProcessSTDIO