Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DStopInfo.cpp623 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in WatchpointSentry()
634 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
755 process_sp->DisableWatchpoint(wp, false); in PerformAction()
DTarget.cpp848 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()
1168 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()
1197 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()
1287 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
DProcess.cpp2420 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBWatchpoint.cpp156 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h164 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
DProcessGDBRemote.cpp3347 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DProcess.h2079 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);