Searched refs:DisableAllWatchpoints (Results 1 – 7 of 7) sorted by relevance
772 bool DisableAllWatchpoints();
852 DisableAllWatchpoints ();
1504 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget1505 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, DisableAllWatchpoints); in DisableAllWatchpoints()1512 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()2657 LLDB_REGISTER_METHOD(bool, SBTarget, DisableAllWatchpoints, ()); in RegisterMethods()
392 if (target->DisableAllWatchpoints()) { in DoExecute()
765 bool DisableAllWatchpoints(bool end_to_end = true);
182 DisableAllWatchpoints(false); in CleanupProcess()1179 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target
52044 result = (bool)(arg1)->DisableAllWatchpoints(); in _wrap_SBTarget_DisableAllWatchpoints()