Searched refs:DisableAllWatchpoints (Results 1 – 12 of 12) sorted by relevance
138 void DisableAllWatchpoints(MachProcess *process);
163 void DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) { in DisableAllWatchpoints() function in DNBBreakpointList
815 procSP->DisableAllWatchpoints(remove); in DNBProcessDetach()
816 (MachProcess::DisableAllWatchpoints): New function.
779 bool DisableAllWatchpoints();
192 void DisableAllWatchpoints(bool remove);
1575 DisableAllWatchpoints(true);1616 DisableAllWatchpoints(true);1907 void MachProcess::DisableAllWatchpoints(bool remove) { function1911 m_watchpoints.DisableAllWatchpoints(this);
858 DisableAllWatchpoints ();
392 if (target->DisableAllWatchpoints()) { in DoExecute()
1371 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget1379 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
792 bool DisableAllWatchpoints(bool end_to_end = true);
184 DisableAllWatchpoints(false); in CleanupProcess()1203 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target