Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp626 class WatchpointSentry { class in lldb_private::StopInfoWatchpoint
628 WatchpointSentry(ProcessSP p_sp, WatchpointSP w_sp) : process_sp(p_sp), in WatchpointSentry() function in lldb_private::StopInfoWatchpoint::WatchpointSentry
651 ~WatchpointSentry() { in ~WatchpointSentry()
658 WatchpointSentry *sentry = (WatchpointSentry *) sentry_void; in SentryPreResumeAction()
896 WatchpointSentry sentry(process_sp, wp_sp); in PerformAction()