Home
last modified time | relevance | path

Searched refs:WasInterrupted (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
DError.h298 WasInterrupted() const;
/external/lldb/source/Core/
DError.cpp392 Error::WasInterrupted() const in WasInterrupted() function in Error
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp807 else if (error.WasInterrupted()) in ConnectToDebugserver()