Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A 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()
H A DThreadPlanRunToAddress.cpp70 m_could_not_resolve_hw_bp = true; in SetInitialBreakpoints()
83 m_could_not_resolve_hw_bp = false; in ~ThreadPlanRunToAddress()
132 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
H A DThreadPlanStepUntil.cpp56 m_could_not_resolve_hw_bp = true; in ThreadPlanStepUntil()
94 m_could_not_resolve_hw_bp = false; in Clear()
125 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
H A DThreadPlanStepRange.cpp59 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
303 m_could_not_resolve_hw_bp = false; in ClearNextBranchBreakpoint()
359 m_could_not_resolve_hw_bp = true; in SetNextBranchBreakpoint()
H A DThreadPlanStepOut.cpp146 m_could_not_resolve_hw_bp = true; in ThreadPlanStepOut()
248 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
H A DThreadPlan.cpp27 m_takes_iteration_count(false), m_could_not_resolve_hw_bp(false), in ThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h535 bool m_could_not_resolve_hw_bp; variable