Home
last modified time | relevance | path

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

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