Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2317 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType() local
2320 assert(watch_read || watch_write); in GetGDBStoppointType()
2321 if (watch_read && watch_write) in GetGDBStoppointType()