Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp408 llvm::SmallVector<llvm::StringRef, 4> watchpoint_types; in GetRemoteQSupported() local
409 x.split(watchpoint_types, ','); in GetRemoteQSupported()
411 for (auto wp_type : watchpoint_types) { in GetRemoteQSupported()