Home
last modified time | relevance | path

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

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