b6f32a5bb9
* config/slite.exp: Try to connect multiple times to the board before rebooting. Only send a "monitor run" if need_monitor_run is set. * gdb.base/break.exp: Don't do the "stub continue" test if the target has gdb_stub set. * gdb.base/callfuncs.exp: Increase the timeout. * gdb.base/interrupt.exp: Don't even try to compile the testcase if the target has gdb,noinferiorio set. * gdb.base/list.exp: Increase match_max to 10000 characters. * gdb.base/sigall.exp: Check for gdb,nosignals on the target. * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the target. * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs. Misc fixes for sparclite and SH.
80 lines
1.6 KiB
Text
80 lines
1.6 KiB
Text
# .Sanitize for gdb/testsuite/config.
|
|
|
|
# Each directory to survive its way into a release will need a file
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
# and must exist in the order specified by this file. Each directory
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
# before anything else is done. Blank lines will also be squashed
|
|
# out.
|
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
# "Do-last:" line will be kept. All other files will be removed.
|
|
# Directories listed in this section will have their own Sanitize
|
|
# called. Directories not listed will be removed in their entirety
|
|
# with rm -rf.
|
|
|
|
Do-first:
|
|
|
|
m32r_files="m32r.exp m32r-stub.exp"
|
|
|
|
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
|
|
keep_these_too="${m32r_files} ${keep_these_too}"
|
|
if [ -n "${verbose}" ] ; then
|
|
echo Keeping ${m32r_files}
|
|
fi
|
|
else
|
|
lose_these_too="${m32r_files} ${lose_these_too}"
|
|
if [ -n "${verbose}" ] ; then
|
|
echo Deleting ${m32r_files}
|
|
fi
|
|
fi
|
|
|
|
Things-to-keep:
|
|
|
|
abug.exp
|
|
cpu32bug.exp
|
|
est.exp
|
|
gdbserver.exp
|
|
hmsirom.exp
|
|
hppro.exp
|
|
mips.exp
|
|
mips-idt.exp
|
|
monitor.exp
|
|
mt-a29k-udi
|
|
mt-i386-aout
|
|
mt-i960-nindy
|
|
mt-lynx
|
|
mt-m68k
|
|
mt-mips-ecoff
|
|
mt-netware
|
|
mt-slite
|
|
mt-sparc-aout
|
|
mt-unix
|
|
mt-vxworks
|
|
netware.exp
|
|
nind.exp
|
|
rom68k.exp
|
|
sh.exp
|
|
sim.exp
|
|
slite.exp
|
|
udi.exp
|
|
unix.exp
|
|
unknown.exp
|
|
vx.exp
|
|
vxworks29k.exp
|
|
|
|
Things-to-lose:
|
|
|
|
d10v.exp
|
|
sparclet-old.exp
|
|
sparclet.exp
|
|
|
|
# The lines between the "Do-last:" line and the end of the file
|
|
# are executed as a /bin/sh shell script after everything else is
|
|
# done.
|
|
|
|
Do-last:
|
|
|
|
# eof
|