Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepRange.cpp330 const bool ignore_calls = GetKind() == eKindStepOverRange; in SetNextBranchBreakpoint() local
332 pc_index, ignore_calls, &m_found_calls); in SetNextBranchBreakpoint()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h326 bool ignore_calls,
/openbsd/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp1030 bool ignore_calls, in GetIndexOfNextBranchInstruction() argument
1040 if (ignore_calls && m_instructions[i]->IsCall()) { in GetIndexOfNextBranchInstruction()