Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOverRange.cpp221 SymbolContext prev_sc; in ShouldStop() local
223 prev_address.CalculateSymbolContext(&prev_sc); in ShouldStop()
224 if (prev_sc.block) in ShouldStop()
226 … Block *inlined_block = prev_sc.block->GetContainingInlinedBlock(); in ShouldStop()
/external/lldb/source/Core/
DDisassembler.cpp409 SymbolContext prev_sc; in PrintInstructions() local
430 prev_sc = sc; in PrintInstructions()
444 if (sc != prev_sc) in PrintInstructions()
464 …else if ((sc.function || sc.symbol) && (sc.function != prev_sc.function || sc.symbol != prev_sc.sy… in PrintInstructions()
466 if (prev_sc.function || prev_sc.symbol) in PrintInstructions()