Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepThrough.cpp60 m_could_not_resolve_hw_bp = true; in ThreadPlanStepThrough()
133 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
228 m_could_not_resolve_hw_bp = false; in ClearBackstopBreakpoint()
HDThreadPlanRunToAddress.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()
HDThreadPlanStepUntil.cpp56 m_could_not_resolve_hw_bp = true; in ThreadPlanStepUntil()
96 m_could_not_resolve_hw_bp = false; in Clear()
127 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
HDThreadPlanStepRange.cpp58 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
305 m_could_not_resolve_hw_bp = false; in ClearNextBranchBreakpoint()
365 m_could_not_resolve_hw_bp = true; in SetNextBranchBreakpoint()
HDThreadPlanStepOut.cpp154 m_could_not_resolve_hw_bp = true; in ThreadPlanStepOut()
252 if (m_could_not_resolve_hw_bp) { in ValidatePlan()
HDThreadPlan.cpp25 m_takes_iteration_count(false), m_could_not_resolve_hw_bp(false), in ThreadPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlan.h589 bool m_could_not_resolve_hw_bp; variable