Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h725 bool RemoveAllWatchpoints(bool end_to_end = true);
727 bool DisableAllWatchpoints(bool end_to_end = true);
729 bool EnableAllWatchpoints(bool end_to_end = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp1130 bool Target::RemoveAllWatchpoints(bool end_to_end) { in RemoveAllWatchpoints() argument
1134 if (!end_to_end) { in RemoveAllWatchpoints()
1161 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() argument
1165 if (!end_to_end) { in DisableAllWatchpoints()
1190 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() argument
1194 if (!end_to_end) { in EnableAllWatchpoints()