Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/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.h424 virtual bool IsPlanStale() { return false; } in IsPlanStale() function
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBThreadPlan.i96 IsPlanStale();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanStepOverBreakpoint.cpp171 bool ThreadPlanStepOverBreakpoint::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOverBreakpoint
DThreadPlanPython.cpp96 bool ThreadPlanPython::IsPlanStale() { in IsPlanStale() function in ThreadPlanPython
DThreadPlanStepInstruction.cpp98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepInstruction
DThreadPlanStepOut.cpp522 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOut
DThreadPlanStepRange.cpp466 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepRange
DThread.cpp921 bool stale = plan_ptr->IsPlanStale(); in ShouldStop()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBThreadPlan.h77 bool IsPlanStale();
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp56744 result = (bool)(arg1)->IsPlanStale(); in _wrap_SBThreadPlan_IsPlanStale()