Searched refs:break_type (Results 1 – 1 of 1) sorted by relevance
555 BreakpointSetType break_type = eSetTypeInvalid; in DoExecute() local558 break_type = eSetTypeScripted; in DoExecute()560 break_type = eSetTypeFileAndLine; in DoExecute()562 break_type = eSetTypeAddress; in DoExecute()564 break_type = eSetTypeFunctionName; in DoExecute()566 break_type = eSetTypeFunctionRegexp; in DoExecute()568 break_type = eSetTypeSourceRegexp; in DoExecute()570 break_type = eSetTypeException; in DoExecute()582 switch (break_type) { in DoExecute()757 if (bp_sp->GetNumLocations() == 0 && break_type != eSetTypeException) { in DoExecute()[all …]