Searched defs:DisableWatchpoint (Results 1 – 7 of 7) sorted by relevance
88 DisableWatchpoint, enumerator
2029 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) { function
697 Status ProcessKDP::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessKDP
892 Status ProcessWindows::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in lldb_private::ProcessWindows
750 Status ProcessFreeBSD::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessFreeBSD
3284 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
2553 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process