Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h122 bool GetFramesUpTo(uint32_t end_idx, InterruptionControl allow_interrupt);
217 bool FetchFramesUpTo(uint32_t end_idx, InterruptionControl allow_interrupt);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp342 InterruptionControl allow_interrupt) { in GetFramesUpTo() argument
367 was_interrupted = FetchFramesUpTo(end_idx, allow_interrupt); in GetFramesUpTo()
398 InterruptionControl allow_interrupt) { in FetchFramesUpTo() argument
456 if (allow_interrupt && in FetchFramesUpTo()