Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp640 process_sp->AddPreResumeAction(SentryPreResumeAction, this); in WatchpointSentry()
660 process_sp->ClearPreResumeAction(SentryPreResumeAction, this); in ~WatchpointSentry()
663 static bool SentryPreResumeAction(void *sentry_void) { in SentryPreResumeAction() function in lldb_private::StopInfoWatchpoint::WatchpointSentry