Searched refs:watch_write (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2318 bool watch_write = wp->WatchpointWrite(); local
2320 // watch_read and watch_write cannot both be false.
2321 assert(watch_read || watch_write);
2322 if (watch_read && watch_write)
2326 else // Must be watch_write, then.

Completed in 150 milliseconds