Searched defs:IsPlanStale (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Target/ | ||
H A D | ThreadPlanStepOverBreakpoint.cpp | 170 bool ThreadPlanStepOverBreakpoint::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOverBreakpoint |
H A D | ThreadPlanPython.cpp | 92 bool ThreadPlanPython::IsPlanStale() { in IsPlanStale() function in ThreadPlanPython |
H A D | ThreadPlanStepInstruction.cpp | 98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepInstruction |
H A D | ThreadPlanStepOut.cpp | 523 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOut |
H A D | ThreadPlanStepRange.cpp | 467 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepRange |
/openbsd/gnu/llvm/lldb/include/lldb/Target/ | ||
H A D | ThreadPlan.h | 431 virtual bool IsPlanStale() { return false; } in IsPlanStale() function |
/openbsd/gnu/llvm/lldb/source/API/ | ||
H A D | SBThreadPlan.cpp | 173 bool SBThreadPlan::IsPlanStale() { in IsPlanStale() function in SBThreadPlan |