Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/watchpoints/step_over_watchpoint/
Dmain.c9 void watch_write() { in watch_write() function
16 watch_write(); in main()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3236 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType() local
3239 assert(watch_read || watch_write); in GetGDBStoppointType()
3240 if (watch_read && watch_write) in GetGDBStoppointType()