Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp291 CallSequence active_path = {}; in FindInterveningFrames() member
315 solution_path = active_path; in FindInterveningFrames()
331 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
337 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
344 active_path.pop_back(); in FindInterveningFrames()