Searched refs:break_type (Results 1 – 1 of 1) sorted by relevance
578 BreakpointSetType break_type = eSetTypeInvalid; in DoExecute() local581 break_type = eSetTypeScripted; in DoExecute()583 break_type = eSetTypeFileAndLine; in DoExecute()585 break_type = eSetTypeAddress; in DoExecute()587 break_type = eSetTypeFunctionName; in DoExecute()589 break_type = eSetTypeFunctionRegexp; in DoExecute()591 break_type = eSetTypeSourceRegexp; in DoExecute()593 break_type = eSetTypeException; in DoExecute()605 switch (break_type) { in DoExecute()780 if (bp_sp->GetNumLocations() == 0 && break_type != eSetTypeException) { in DoExecute()[all …]