Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h217 bool FetchFramesUpTo(uint32_t end_idx, InterruptionControl allow_interrupt);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp367 was_interrupted = FetchFramesUpTo(end_idx, allow_interrupt); in GetFramesUpTo()
397 bool StackFrameList::FetchFramesUpTo(uint32_t end_idx, in FetchFramesUpTo() function in StackFrameList