gdb/testsuite/
* boards/local-remote-host.exp: Remove obsolete comments. * boards/native-extended-gdbserver.exp: Likewise. * boards/native-gdbserver.exp: Likewise. * boards/native-stdio-gdbserver.exp: Likewise.
This commit is contained in:
parent
99953cc6b4
commit
4767856f50
5 changed files with 7 additions and 24 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-07-05 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* boards/local-remote-host.exp: Remove obsolete comments.
|
||||
* boards/native-extended-gdbserver.exp: Likewise.
|
||||
* boards/native-gdbserver.exp: Likewise.
|
||||
* boards/native-stdio-gdbserver.exp: Likewise.
|
||||
|
||||
2013-07-04 Andrew Burgess <aburgess@broadcom.com>
|
||||
|
||||
* gdb.dwarf2/dw2-reg-undefined.exp: New file.
|
||||
|
|
|
@ -17,15 +17,6 @@
|
|||
# against local host, in remote host mode.
|
||||
#
|
||||
# To use this file:
|
||||
# bash$ touch ${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ export DEJAGNU=${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ mkdir ${my_dejagnu_dir}/boards
|
||||
# bash$ cp ${src_dir}/gdb/testsuite/boards/local-remote-host.exp \
|
||||
# ${my_dejagnu_dir}/boards
|
||||
|
||||
# Modify the location of GDB and the username to access your box
|
||||
# below.
|
||||
|
||||
# bash$ cd ${build_dir}/gdb
|
||||
# bash$ make check RUNTESTFLAGS="--host_board=local-remote-host"
|
||||
|
||||
|
|
|
@ -17,11 +17,6 @@
|
|||
# natively with gdbserver, in extended-remote mode.
|
||||
#
|
||||
# To use this file:
|
||||
# bash$ touch ${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ export DEJAGNU=${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ mkdir ${my_dejagnu_dir}/boards
|
||||
# bash$ cp ${src_dir}/gdb/testsuite/boards/native-extended-gdbserver.exp \
|
||||
# ${my_dejagnu_dir}/boards
|
||||
# bash$ cd ${build_dir}/gdb
|
||||
# bash$ make check RUNTESTFLAGS="--target_board=native-extended-gdbserver"
|
||||
|
||||
|
|
|
@ -17,11 +17,6 @@
|
|||
# natively with gdbserver.
|
||||
#
|
||||
# To use this file:
|
||||
# bash$ touch ${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ export DEJAGNU=${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ mkdir ${my_dejagnu_dir}/boards
|
||||
# bash$ cp ${src_dir}/gdb/testsuite/boards/native-gdbserver.exp \
|
||||
# ${my_dejagnu_dir}/boards
|
||||
# bash$ cd ${build_dir}/gdb
|
||||
# bash$ make check RUNTESTFLAGS="--target_board=native-gdbserver"
|
||||
|
||||
|
|
|
@ -17,11 +17,6 @@
|
|||
# natively with gdbserver using stdio for comms.
|
||||
#
|
||||
# To use this file:
|
||||
# bash$ touch ${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ export DEJAGNU=${my_dejagnu_dir}/my-dejagnu.exp
|
||||
# bash$ mkdir ${my_dejagnu_dir}/boards
|
||||
# bash$ cp ${src_dir}/gdb/testsuite/boards/native-stdio-gdbserver.exp \
|
||||
# ${my_dejagnu_dir}/boards
|
||||
# bash$ cd ${build_dir}/gdb
|
||||
# bash$ make check RUNTESTFLAGS="--target_board=native-stdio-gdbserver"
|
||||
|
||||
|
|
Loading…
Reference in a new issue