Home
last modified time | relevance | path

Searched refs:IsPlanStale (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp181 bool SBThreadPlan::IsPlanStale() { in IsPlanStale() function in SBThreadPlan
182 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThreadPlan, IsPlanStale); in IsPlanStale()
186 return thread_plan_sp->IsPlanStale(); in IsPlanStale()
481 LLDB_REGISTER_METHOD(bool, SBThreadPlan, IsPlanStale, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepOverBreakpoint.h34 bool IsPlanStale() override;
DThreadPlanStepInstruction.h32 bool IsPlanStale() override;
DThreadPlanPython.h54 bool IsPlanStale() override;
DThreadPlanStepRange.h39 bool IsPlanStale() override;
DThreadPlanStepOut.h37 bool IsPlanStale() override;
DThreadPlan.h428 virtual bool IsPlanStale() { return false; } in IsPlanStale() function
/external/llvm-project/lldb/bindings/interface/
DSBThreadPlan.i93 IsPlanStale();
/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
DThread.cpp925 bool stale = plan_ptr->IsPlanStale(); in ShouldStop()
/external/llvm-project/lldb/include/lldb/API/
DSBThreadPlan.h76 bool IsPlanStale();
/external/llvm-project/lldb/examples/python/
Dscripted_step.py225 if self.step_out_thread_plan.IsPlanStale():