Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp922 static bool CheckIfWatchpointsSupported(Target *target, Status &error) { in CheckIfWatchpointsSupported() function
972 if (!CheckIfWatchpointsSupported(this, error)) in CreateWatchpoint()