Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DTarget.h617 RemoveAllWatchpoints (bool end_to_end = true);
620 DisableAllWatchpoints (bool end_to_end = true);
623 EnableAllWatchpoints (bool end_to_end = true);
/external/lldb/source/Target/
DTarget.cpp757 Target::RemoveAllWatchpoints (bool end_to_end) in RemoveAllWatchpoints() argument
763 if (!end_to_end) { in RemoveAllWatchpoints()
792 Target::DisableAllWatchpoints (bool end_to_end) in DisableAllWatchpoints() argument
798 if (!end_to_end) { in DisableAllWatchpoints()
825 Target::EnableAllWatchpoints (bool end_to_end) in EnableAllWatchpoints() argument
831 if (!end_to_end) { in EnableAllWatchpoints()