Home
last modified time | relevance | path

Searched defs:DisableWatchpoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3248 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2592 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in Process