Searched defs:EnableWatchpoint (Results 1 – 7 of 7) sorted by relevance
87 EnableWatchpoint, enumerator
2147 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { function
690 Status ProcessKDP::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessKDP
838 Status ProcessWindows::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in lldb_private::ProcessWindows
696 Status ProcessFreeBSD::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessFreeBSD
3248 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
2547 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process