Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp386 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume() local
389 if (frame_block->GetRangeContainingLoadAddress( in DoWillResume()
396 frame_block->GetInlinedFunctionInfo(); in DoWillResume()
H A DStackFrame.cpp431 Block *frame_block = GetFrameBlock(); in GetVariableList() local
433 if (frame_block) { in GetVariableList()
437 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()
1683 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset() local
1685 if (!frame_block) { in GuessValueForRegisterAndOffset()
1689 Function *function = frame_block->CalculateSymbolContextFunction(); in GuessValueForRegisterAndOffset()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5892 Block *frame_block = nullptr; in WindowDelegateDraw() local
5900 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()
5907 if (frame_block) { in WindowDelegateDraw()
5909 if (m_frame_block != frame_block) { in WindowDelegateDraw()
5910 m_frame_block = frame_block; in WindowDelegateDraw()