Home
last modified time | relevance | path

Searched defs:interrupt (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRestartBug.py26 def interrupt(self): member in TestRestartBug.test.MyResponder
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp46 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationServerPlatform.cpp149 bool &interrupt, bool &quit) { in GDBRemoteCommunicationServerPlatform()
H A DGDBRemoteCommunicationServerLLGS.cpp232 bool &interrupt, bool &quit) { in RegisterPacketHandlers()
1158 bool interrupt = false; in DataAvailableCallback() local
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp366 bool interrupt = false; in main_platform() local
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DVisitors.h50 static WalkResult interrupt() { return {Interrupt}; } in interrupt() function
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py229 def interrupt(self): member in MockGDBServerResponder