* gdb.base/help.exp: Replace most of docstrings for "info signals"
[deliverable/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 list.exp
54 list0.c
55 list0.h
56 list1.c
57 m68k-aout.u
58 m68k-aout2.u
59 m68k-elf.u
60 mips-ecoff.u
61 mips_pro.c
62 mips_pro.exp
63 nodebug.c
64 nodebug.exp
65 opaque-info.c
66 opaque.exp
67 opaque0.c
68 opaque1.c
69 printcmds.c
70 printcmds.exp
71 ptype.c
72 ptype.exp
73 radix.exp
74 recurse.c
75 recurse.exp
76 return.c
77 return.exp
78 run.c
79 scope.exp
80 scope0.c
81 scope1.c
82 setvar.c
83 setvar.exp
84 signals.c
85 signals.exp
86 sparc-aout.u
87 sparc-elf.u
88 term.exp
89 twice.c
90 twice.exp
91 watchpoint.c
92 watchpoint.exp
93 whatis-info.c
94 whatis.c
95 whatis.exp
96
97 Things-to-lose:
98
99 # The lines between the "Do-last:" line and the end of the file
100 # are executed as a /bin/sh shell script after everything else is
101 # done.
102
103 Do-last:
104
105 # eof
This page took 0.031722 seconds and 4 git commands to generate.