Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp241 AppleThreadPlanStepThroughDirectDispatch ::
242 AppleThreadPlanStepThroughDirectDispatch( in AppleThreadPlanStepThroughDirectDispatch() function in AppleThreadPlanStepThroughDirectDispatch
279 AppleThreadPlanStepThroughDirectDispatch::
280 ~AppleThreadPlanStepThroughDirectDispatch() { in ~AppleThreadPlanStepThroughDirectDispatch()
286 void AppleThreadPlanStepThroughDirectDispatch::GetDescription( in GetDescription()
309 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
352 bool AppleThreadPlanStepThroughDirectDispatch
359 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { in ShouldStop()
424 bool AppleThreadPlanStepThroughDirectDispatch::MischiefManaged() { in MischiefManaged()
H A DAppleThreadPlanStepThroughObjCTrampoline.h83 class AppleThreadPlanStepThroughDirectDispatch: public ThreadPlanStepOut {
85 AppleThreadPlanStepThroughDirectDispatch(Thread &thread,
89 ~AppleThreadPlanStepThroughDirectDispatch() override;
H A DAppleObjCTrampolineHandler.cpp1168 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughDirectDispatch>( in GetStepThroughDispatchPlan()