Searched refs:break_type (Results 1 – 2 of 2) sorted by relevance
375 BreakpointSetType break_type = eSetTypeInvalid; in DoExecute() local378 break_type = eSetTypeFileAndLine; in DoExecute()380 break_type = eSetTypeAddress; in DoExecute()382 break_type = eSetTypeFunctionName; in DoExecute()384 break_type = eSetTypeFunctionRegexp; in DoExecute()386 break_type = eSetTypeSourceRegexp; in DoExecute()388 break_type = eSetTypeException; in DoExecute()394 switch (break_type) in DoExecute()542 if (bp->GetNumLocations() == 0 && break_type != eSetTypeException) in DoExecute()1528 BreakpointClearType break_type = eClearTypeInvalid; in DoExecute() local[all …]
3255 char break_type = *p++; in HandlePacket_z() local3278 switch (break_type) in HandlePacket_z()3285 bool hardware = (break_type == '1'); in HandlePacket_z()3308 if (break_type == '2') in HandlePacket_z()3310 else if (break_type == '3') in HandlePacket_z()3334 switch (break_type) in HandlePacket_z()