Home
last modified time | relevance | path

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

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