Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepOut.cpp465 SymbolContext inlined_sc; in QueueInlinedStepPlan() local
466 inlined_block->CalculateSymbolContext(&inlined_sc); in QueueInlinedStepPlan()
467 inlined_sc.target_sp = GetTarget().shared_from_this(); in QueueInlinedStepPlan()
474 thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()