Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h825 bool RemoveAllWatchpoints(bool end_to_end = true);
827 bool DisableAllWatchpoints(bool end_to_end = true);
829 bool EnableAllWatchpoints(bool end_to_end = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1224 bool Target::RemoveAllWatchpoints(bool end_to_end) { in RemoveAllWatchpoints() argument
1228 if (!end_to_end) { in RemoveAllWatchpoints()
1253 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() argument
1257 if (!end_to_end) { in DisableAllWatchpoints()
1280 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() argument
1284 if (!end_to_end) { in EnableAllWatchpoints()