Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOverRange.cpp359 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume() local
362 …if (frame_block->GetRangeContainingLoadAddress(curr_pc, m_thread.GetProcess()->GetTarget(), my_ran… in DoWillResume()
369 … const InlineFunctionInfo *inline_info = frame_block->GetInlinedFunctionInfo(); in DoWillResume()
DStackFrame.cpp484 Block *frame_block = GetFrameBlock(); in GetVariableList() local
486 if (frame_block) in GetVariableList()
492frame_block->AppendBlockVariables(can_create, get_child_variables, stop_if_child_block_is_inlined_… in GetVariableList()