Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepThrough.cpp59 m_could_not_resolve_hw_bp = true; in ThreadPlanStepThrough()
131 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
226 m_could_not_resolve_hw_bp = false; in ClearBackstopBreakpoint()
DThreadPlanRunToAddress.cpp69 m_could_not_resolve_hw_bp = true; in SetInitialBreakpoints()
82 m_could_not_resolve_hw_bp = false; in ~ThreadPlanRunToAddress()
131 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
DThreadPlanStepUntil.cpp55 m_could_not_resolve_hw_bp = true; in ThreadPlanStepUntil()
93 m_could_not_resolve_hw_bp = false; in Clear()
124 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
DThreadPlanStepRange.cpp58 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
302 m_could_not_resolve_hw_bp = false; in ClearNextBranchBreakpoint()
358 m_could_not_resolve_hw_bp = true; in SetNextBranchBreakpoint()
DThreadPlanStepOut.cpp145 m_could_not_resolve_hw_bp = true; in ThreadPlanStepOut()
247 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
DThreadPlan.cpp26 m_takes_iteration_count(false), m_could_not_resolve_hw_bp(false), in ThreadPlan()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h546 bool m_could_not_resolve_hw_bp; variable