Home
last modified time | relevance | path

Searched defs:IsPlanStale (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp170 bool ThreadPlanStepOverBreakpoint::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp92 bool ThreadPlanPython::IsPlanStale() { in IsPlanStale() function in ThreadPlanPython
H A DThreadPlanStepInstruction.cpp98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepInstruction
H A DThreadPlanStepOut.cpp523 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOut
H A DThreadPlanStepRange.cpp467 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepRange
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h431 virtual bool IsPlanStale() { return false; } in IsPlanStale() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp173 bool SBThreadPlan::IsPlanStale() { in IsPlanStale() function in SBThreadPlan