Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp543 class WatchpointSentry { class in lldb_private::StopInfoWatchpoint
545 WatchpointSentry(Process *p, Watchpoint *w): in WatchpointSentry() function in lldb_private::StopInfoWatchpoint::WatchpointSentry
556 ~WatchpointSentry() in ~WatchpointSentry()
672 WatchpointSentry sentry(process, wp_sp.get()); in PerformAction()