Home
last modified time | relevance | path

Searched refs:AppleThreadPlanStepThroughDirectDispatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp220 AppleThreadPlanStepThroughDirectDispatch ::
221 AppleThreadPlanStepThroughDirectDispatch( in AppleThreadPlanStepThroughDirectDispatch() function in AppleThreadPlanStepThroughDirectDispatch
258 AppleThreadPlanStepThroughDirectDispatch::
259 ~AppleThreadPlanStepThroughDirectDispatch() { in ~AppleThreadPlanStepThroughDirectDispatch()
265 void AppleThreadPlanStepThroughDirectDispatch::GetDescription( in GetDescription()
288 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
331 bool AppleThreadPlanStepThroughDirectDispatch
338 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop()
403 bool AppleThreadPlanStepThroughDirectDispatch::MischiefManaged() { in MischiefManaged()
H A DAppleThreadPlanStepThroughObjCTrampoline.h75 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
77 AppleThreadPlanStepThroughDirectDispatch(Thread &thread,
81 ~AppleThreadPlanStepThroughDirectDispatch() override;
H A DAppleObjCTrampolineHandler.cpp1181 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughDirectDispatch>( in GetStepThroughDispatchPlan()