Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStopInfo.cpp530 class WatchpointSentry { class in lldb_private::StopInfoWatchpoint
532 WatchpointSentry(Process *p, Watchpoint *w): in WatchpointSentry() function in lldb_private::StopInfoWatchpoint::WatchpointSentry
543 ~WatchpointSentry() in ~WatchpointSentry()
659 WatchpointSentry sentry(process, wp_sp.get()); in PerformAction()