Searched refs:DisableAllBreakpoints (Results 1 – 11 of 11) sorted by relevance
137 void DisableAllBreakpoints(MachProcess *process);
157 void DNBBreakpointList::DisableAllBreakpoints(MachProcess *process) { in DisableAllBreakpoints() function in DNBBreakpointList
361 (MachProcess::DisableAllBreakpoints): Ditto.1027 * MachProcess.cpp (MachProcess::DisableAllBreakpoints): New function.1030 * MachProcess.h (MachProcess::DisableAllBreakpoints): New prototype.
814 procSP->DisableAllBreakpoints(remove); in DNBProcessDetach()
762 bool DisableAllBreakpoints();
183 void DisableAllBreakpoints(bool remove);
1574 DisableAllBreakpoints(true);1615 DisableAllBreakpoints(true);1897 void MachProcess::DisableAllBreakpoints(bool remove) { function1901 m_breakpoints.DisableAllBreakpoints(this);
769 DisableAllBreakpoints ();
770 void DisableAllBreakpoints(bool internal_also = false);
1168 bool SBTarget::DisableAllBreakpoints() { in DisableAllBreakpoints() function in SBTarget
920 void Target::DisableAllBreakpoints(bool internal_also) { in DisableAllBreakpoints() function in Target