Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp181 bool ThreadPlanStepOverBreakpoint::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOverBreakpoint
DThreadPlanPython.cpp96 bool ThreadPlanPython::IsPlanStale() { in IsPlanStale() function in ThreadPlanPython
DThreadPlanStepInstruction.cpp97 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepInstruction
DThreadPlanStepOut.cpp522 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOut
DThreadPlanStepRange.cpp467 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepRange
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h428 virtual bool IsPlanStale() { return false; } in IsPlanStale() function
/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp181 bool SBThreadPlan::IsPlanStale() { in IsPlanStale() function in SBThreadPlan