Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp53 m_process.AddPreResumeAction(PreResumeInitializeFunctionCaller, (void *)this); in DidPush()
/src/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp640 process_sp->AddPreResumeAction(SentryPreResumeAction, this); in WatchpointSentry()
H A DProcess.cpp5827 void Process::AddPreResumeAction(PreResumeActionCallback callback, in AddPreResumeAction() function in Process
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2501 void AddPreResumeAction(PreResumeActionCallback callback, void *baton);