Searched refs:WasInterrupted (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i232 WasInterrupted () const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h195 bool WasInterrupted() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h180 bool WasInterrupted() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp286 bool Status::WasInterrupted() const { function in class:Status
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp233 bool SBCommandInterpreter::WasInterrupted() const { function in class:SBCommandInterpreter
234 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, WasInterrupted);
236 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false);
880 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreter, WasInterrupted, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2024 if (m_interpreter.WasInterrupted())
2054 if (m_interpreter.WasInterrupted())
2112 if (m_interpreter.WasInterrupted())
2135 if (m_interpreter.WasInterrupted())
2198 if (m_interpreter.WasInterrupted())
2224 if (m_interpreter.WasInterrupted())
2271 if (m_interpreter.WasInterrupted())
2294 if (m_interpreter.WasInterrupted())
2364 if (m_interpreter.WasInterrupted())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h265 bool WasInterrupted() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1624 if (WasInterrupted()) {
2220 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) {
2688 bool CommandInterpreter::WasInterrupted() const { function in class:CommandInterpreter
2700 while (size > 0 && !WasInterrupted()) {
2737 if (WasInterrupted())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp964 } else if (error.WasInterrupted()) {

Completed in 240 milliseconds