Home | History | Annotate | Download | only in gdbserver_tests

Lines Matching refs:GDB

6 # so that tests needing gdb can be disabled if
7 # a too old version of gdb is provided or if no gdb is
10 # The vgdb link is needed either for gdb tests
23 echo "usage: make_local_links /path/to/gdb" 1>&2
28 export GDB=""
33 # $1 = Major.Minor gdb version needed
55 echo "$@" "suppressed as $GDB version" $GDBVERSIONLINE "is <" $NEEDED
62 GDB=$1
63 ln -f -s "$GDB" gdbserver_tests/gdb
64 # Try to extract the gdb version major and minor numbers.
66 GDBVERSIONLINE=`gdbserver_tests/gdb --version | head -n 1`
73 # However, the gdb tests are only supported/maintained for gdb >= 7
74 check_version 7.0 gdbserver_tests/gdb "gdbserver gdb tests"
78 check_version 7.1 gdbserver_tests/gdb.pic "pic executable tests"
82 # (gdb 7.0 has bugs in the 'guess next pc' heuristic in thumb mode).
85 check_version 7.1 gdbserver_tests/gdb.step "gdbserver next/step/... tests ARM"
87 check_version 7.0 gdbserver_tests/gdb.step "gdbserver next/step/... tests"
90 # We need at least a 7.2 version for gdb tests using eval command
91 check_version 7.2 gdbserver_tests/gdb.eval "gdbserver eval tests"
94 echo "gdbserver gdb tests suppressed as $1 is not executable"