Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3254 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType() local
3257 assert(watch_read || watch_write); in GetGDBStoppointType()
3258 if (watch_read && watch_write) in GetGDBStoppointType()