Home
last modified time | relevance | path

Searched refs:AddPreResumeAction (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp51 m_process.AddPreResumeAction(PreResumeInitializeFunctionCaller, (void *)this); in DidPush()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp587 process_sp->AddPreResumeAction(SentryPreResumeAction, this); in WatchpointSentry()
DProcess.cpp5658 void Process::AddPreResumeAction(PreResumeActionCallback callback, in AddPreResumeAction() function in Process
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2353 void AddPreResumeAction(PreResumeActionCallback callback, void *baton);