Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp594 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in WatchpointSentry()
605 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()
727 process_sp->DisableWatchpoint(wp, false); in PerformAction()
H A DTarget.cpp845 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()
1180 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()
1212 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()
1315 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
H A DProcess.cpp2680 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h119 lldb_private::Status DisableWatchpoint(lldb_private::Watchpoint *wp,
H A DProcessFreeBSD.cpp746 DisableWatchpoint(wp, false); in EnableWatchpoint()
755 Status ProcessFreeBSD::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBWatchpoint.cpp134 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h180 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
H A DProcessGDBRemote.cpp3373 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2374 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);