Home
last modified time | relevance | path

Searched refs:DidInterrupt (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h65 bool DidInterrupt() const { return m_did_interrupt; } in DidInterrupt() function
DGDBRemoteClientBase.cpp138 if (!lock || !lock.DidInterrupt()) in SendAsyncSignal()
149 if (!lock.DidInterrupt()) in Interrupt()