Home
last modified time | relevance | path

Searched defs:WasContinueInterrupted (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } WasContinueInterrupted() function
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp824 bool StopInfoMachException::WasContinueInterrupted(Thread &thread) { WasContinueInterrupted() function in StopInfoMachException