Searched refs:DisableAllWatchpoints (Results 1 – 13 of 13) sorted by relevance
50 obj.DisableAllWatchpoints()
138 void DisableAllWatchpoints(MachProcess *process);
163 void DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) { in DisableAllWatchpoints() function in DNBBreakpointList
807 procSP->DisableAllWatchpoints(remove); in DNBProcessDetach()
816 (MachProcess::DisableAllWatchpoints): New function.
191 void DisableAllWatchpoints(bool remove);
1569 DisableAllWatchpoints(true);1610 DisableAllWatchpoints(true);1901 void MachProcess::DisableAllWatchpoints(bool remove) { function1905 m_watchpoints.DisableAllWatchpoints(this);
779 bool DisableAllWatchpoints();
858 DisableAllWatchpoints ();
392 if (target->DisableAllWatchpoints()) { in DoExecute()
1371 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget1379 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
787 bool DisableAllWatchpoints(bool end_to_end = true);
183 DisableAllWatchpoints(false); in CleanupProcess()1193 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target