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

/external/lldb/include/lldb/Target/
H A DTarget.h613 // The flag 'end_to_end', default to true, signifies that the operation is
617 RemoveAllWatchpoints (bool end_to_end = true);
620 DisableAllWatchpoints (bool end_to_end = true);
623 EnableAllWatchpoints (bool end_to_end = true);
/external/lldb/source/Target/
H A DTarget.cpp751 // The flag 'end_to_end', default to true, signifies that the operation is
757 Target::RemoveAllWatchpoints (bool end_to_end) argument
763 if (!end_to_end) {
792 Target::DisableAllWatchpoints (bool end_to_end) argument
798 if (!end_to_end) {
825 Target::EnableAllWatchpoints (bool end_to_end) argument
831 if (!end_to_end) {

Completed in 92 milliseconds