Searched refs:EnableAllWatchpoints (Results 1 – 7 of 7) sorted by relevance
49 obj.EnableAllWatchpoints()
764 bool EnableAllWatchpoints();
860 EnableAllWatchpoints ();
1458 bool SBTarget::EnableAllWatchpoints() { in EnableAllWatchpoints() function in SBTarget1459 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTarget, EnableAllWatchpoints); in EnableAllWatchpoints()1466 target_sp->EnableAllWatchpoints(); in EnableAllWatchpoints()2578 LLDB_REGISTER_METHOD(bool, SBTarget, EnableAllWatchpoints, ()); in RegisterMethods()
324 target->EnableAllWatchpoints(); in DoExecute()
759 bool EnableAllWatchpoints(bool end_to_end = true);
1198 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() function in Target