Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3056 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType() local
3060 assert(watch_read || watch_write); in GetGDBStoppointType()
3061 if (watch_read && watch_write) in GetGDBStoppointType()
3063 else if (watch_read) in GetGDBStoppointType()