Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp296 if (m_next_branch_bp_sp) { in ClearNextBranchBreakpoint()
299 m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
300 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
301 m_next_branch_bp_sp.reset(); in ClearNextBranchBreakpoint()
308 if (m_next_branch_bp_sp) in SetNextBranchBreakpoint()
352 m_next_branch_bp_sp = in SetNextBranchBreakpoint()
354 if (m_next_branch_bp_sp) { in SetNextBranchBreakpoint()
356 if (m_next_branch_bp_sp->IsHardware() && in SetNextBranchBreakpoint()
357 !m_next_branch_bp_sp->HasResolvedLocations()) in SetNextBranchBreakpoint()
363 m_next_branch_bp_sp->GetLocationAtIndex(0); in SetNextBranchBreakpoint()
[all …]
DThreadPlanStepOverRange.cpp176 if (m_next_branch_bp_sp) in ShouldStop()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepRange.h76 lldb::BreakpointSP m_next_branch_bp_sp; variable