summaryrefslogblamecommitdiffstats
path: root/sim-scripts/gdbarmsim.in
blob: 383d808681dc0ec8988274ced166c8ba7431cdf9 (plain) (tree)
1
2
3


                         
















                         
                         




                           
#
#  ARM/gdbarmsim Support 
#

runARGS()
{
  echo ${1}
}

checkBSPFaults()
{
  return 0
}

bspLimit()
{
  testname=$1
  case ${testname} in
    *stackchk*)limit=5 ;;
    *fatal*)   limit=1 ;;
    *minimum*) limit=1 ;;
    *psxtime*) limit=180 ;;
    *)         limit=60 ;;
  esac
  echo ${limit}
}