Searched defs:WasContinueInterrupted (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | StopInfo.h | 85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } WasContinueInterrupted() function |
/llvm-project/lldb/source/Plugins/Process/Utility/ | ||
H A D | StopInfoMachException.cpp | 824 bool StopInfoMachException::WasContinueInterrupted(Thread &thread) { WasContinueInterrupted() function in StopInfoMachException |