Home
last modified time | relevance | path

Searched refs:InterruptCommand (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/python_api/was_interrupted/
H A DTestDebuggerInterruption.py264 self.dbg.GetCommandInterpreter().InterruptCommand()
300 sent_interrupt = self.dbg.GetCommandInterpreter().InterruptCommand()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h263 bool InterruptCommand();
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp152 bool SBCommandInterpreter::InterruptCommand() { in InterruptCommand() function in SBCommandInterpreter
155 return (IsValid() ? m_opaque_ptr->InterruptCommand() : false); in InterruptCommand()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h377 bool InterruptCommand();
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3079 bool CommandInterpreter::InterruptCommand() { in EchoCommandNonInteractive()
3255 if (InterruptCommand()) in SaveTranscript()
3037 bool CommandInterpreter::InterruptCommand() { InterruptCommand() function in CommandInterpreter