* config/slite-gdb.exp (gdb_start): Use "full_buffer", not
[deliverable/binutils-gdb.git] / gdb / testsuite / config / .Sanitize
1 # .Sanitize for gdb/testsuite/config.
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Do-last:" line will be kept. All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called. Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 abug.exp
27 cpu32bug.exp
28 est.exp
29 gdbserver.exp
30 hmsirom.exp
31 hppro.exp
32 mips-gdb.exp
33 monitor.exp
34 mt-a29k-udi
35 mt-i386-aout
36 mt-i960-nindy
37 mt-lynx
38 mt-m68k
39 mt-mips-ecoff
40 mt-netware
41 mt-slite
42 mt-sparc-aout
43 mt-unix
44 mt-vxworks
45 netware.exp
46 nind-gdb.exp
47 rom68k.exp
48 sim-gdb.exp
49 slite-gdb.exp
50 udi-gdb.exp
51 unix-gdb.exp
52 unknown.exp
53 vx-gdb.exp
54 vxworks29k.exp
55
56 Things-to-lose:
57
58
59 # The lines between the "Do-last:" line and the end of the file
60 # are executed as a /bin/sh shell script after everything else is
61 # done.
62
63 Do-last:
64
65 # eof
This page took 0.03091 seconds and 4 git commands to generate.