Searched refs:DisableWatchpoint (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StopInfo.cpp | 594 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 D | Target.cpp | 845 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 D | Process.cpp | 2680 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 D | ProcessFreeBSD.h | 119 lldb_private::Status DisableWatchpoint(lldb_private::Watchpoint *wp,
|
| H A D | ProcessFreeBSD.cpp | 746 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 D | SBWatchpoint.cpp | 134 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 180 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
|
| H A D | ProcessGDBRemote.cpp | 3373 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 2374 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);
|