Searched refs:EnableAllWatchpoints (Results 1 – 7 of 7) sorted by relevance
770 bool EnableAllWatchpoints();
849 EnableAllWatchpoints ();
1490 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints() function in SBTarget1491 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, EnableAllWatchpoints); in EnableAllWatchpoints()1498 target_sp->EnableAllWatchpoints(); in EnableAllWatchpoints()2656 LLDB_REGISTER_METHOD(bool, SBTarget, EnableAllWatchpoints, ()); in RegisterMethods()
317 target->EnableAllWatchpoints(); in DoExecute()
767 bool EnableAllWatchpoints(bool end_to_end = true);
1206 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() function in Target
52020 result = (bool)(arg1)->EnableAllWatchpoints(); in _wrap_SBTarget_EnableAllWatchpoints()