* lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
[binutils-gdb.git] / gdb / testsuite / gdb.base / .Sanitize
1 # .Sanitize for gdb/testsuite/gdb.base.
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 Makefile.in
27 README
28 a1-selftest.exp
29 a2-run.exp
30 bitfields.c
31 bitfields.exp
32 break.c
33 break.exp
34 callfuncs.c
35 callfuncs.exp
36 commands.exp
37 configure.in
38 corefile.exp
39 coremaker.c
40 crossload.exp
41 default.exp
42 echo.exp
43 exprs.c
44 exprs.exp
45 funcargs.c
46 funcargs.exp
47 gdbvars.exp
48 help.exp
49 i486-elf.u
50 i860-elf.u
51 interrupt.c
52 interrupt.exp
53 langs.exp
54 langs0.c
55 langs1.c
56 langs1.f
57 langs2.c
58 langs2.cxx
59 list.exp
60 list0.c
61 list0.h
62 list1.c
63 m68k-aout.u
64 m68k-aout2.u
65 m68k-elf.u
66 mips-ecoff.u
67 mips_pro.c
68 mips_pro.exp
69 nodebug.c
70 nodebug.exp
71 opaque-info.c
72 opaque.exp
73 opaque0.c
74 opaque1.c
75 printcmds.c
76 printcmds.exp
77 ptype.c
78 ptype.exp
79 radix.exp
80 recurse.c
81 recurse.exp
82 regs.exp
83 return.c
84 return.exp
85 run.c
86 scope.exp
87 scope0.c
88 scope1.c
89 setvar.c
90 setvar.exp
91 sigall.c
92 sigall.exp
93 signals.c
94 signals.exp
95 sparc-aout.u
96 sparc-elf.u
97 term.exp
98 twice.c
99 twice.exp
100 watchpoint.c
101 watchpoint.exp
102 whatis-info.c
103 whatis.c
104 whatis.exp
105
106 Things-to-lose:
107
108 # The lines between the "Do-last:" line and the end of the file
109 # are executed as a /bin/sh shell script after everything else is
110 # done.
111
112 Do-last:
113
114 # eof