aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
blob: 2e2366fe1a80fe3fe8de21b2f8107d6149dcfba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# .Sanitize for devo/gdb.

# 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.

# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this directory.

Do-first:

arc_files="arc-tdep.c remote-arc.c"

if ( echo $* | grep keep\-arc > /dev/null ) ; then
	keep_these_too="${arc_files} ${keep_these_too}"
	if [ -n "${verbose}" ] ; then
		echo Keeping ${arc_files}
	fi
else
	lose_these_too="${arc_files} ${lose_these_too}"
	if [ -n "${verbose}" ] ; then
		echo Deleting ${arc_files}
	fi
fi

# mswin gdb is not really gdbtk, but is close enough for now.

gdbtk_files="gdbtk.c gdbtk.tcl mswin"

if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then
	lose_these_too="${gdbtk_files} ${lose_these_too}"
	if [ -n "${verbose}" ] ; then
		echo Deleting ${gdbtk_files}
	fi
else
	keep_these_too="${gdbtk_files} ${keep_these_too}"
	if [ -n "${verbose}" ] ; then
		echo Keeping ${gdbtk_files}
	fi
fi

# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" 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.

Things-to-keep:

.gdbinit
29k-share
COPYING
ChangeLog
ChangeLog-3.x
ChangeLog-9091
ChangeLog-92
ChangeLog-93
ChangeLog-94
Makefile.in
NEWS
README
TODO
a29k-tdep.c
a68v-nat.c
alpha-nat.c
alpha-tdep.c
altos-xdep.c
annotate.c
annotate.h
arm-convert.s
arm-tdep.c
arm-xdep.c
array-rom.c
blockframe.c
breakpoint.c
breakpoint.h
buildsym.c
buildsym.h
c-exp.y
c-lang.c
c-lang.h
c-typeprint.c
c-valprint.c
call-cmds.h
ch-exp.y
ch-lang.c
ch-lang.h
ch-typeprint.c
ch-valprint.c
coff-solib.c
coff-solib.h
coffread.c
command.c
command.h
complaints.c
complaints.h
config
configure.in
convex-tdep.c
convex-xdep.c
copying.awk
copying.c
core-sol2.c
core-svr4.c
core.c
coredep.c
corelow.c
cp-valprint.c
cxux-nat.c
dbxread.c
dcache.c
dcache.h
defs.h
delta68-nat.c
demangle.c
doc
dpx2-nat.c
dst.h
dstread.c
dwarfread.c
elfread.c
environ.c
environ.h
eval.c
exec.c
expprint.c
expression.h
f-exp.y
f-lang.c
f-lang.h
f-typeprint.c
f-valprint.c
findvar.c
fork-child.c
frame.h
gcc.patch
gdb-stabs.h
gdb.1
gdb.gdb
gdba.el
gdbcmd.h
gdbcore.h
gdbserver
gdbtypes.c
gdbtypes.h
go32-xdep.c
gould-tdep.c
gould-xdep.c
h8300-tdep.c
h8500-tdep.c
hp300ux-nat.c
hppa-tdep.c
hppab-nat.c
hppah-nat.c
hpread.c
i386-stub.c
i386-tdep.c
i386aix-nat.c
i386b-nat.c
i386ly-tdep.c
i386m3-nat.c
i386mach-nat.c
i386v-nat.c
i386v4-nat.c
i387-tdep.c
i960-tdep.c
infcmd.c
inferior.h
inflow.c
infptrace.c
infrun.c
inftarg.c
irix4-nat.c
irix5-nat.c
isi-xdep.c
kdb-start.c
language.c
language.h
lynx-nat.c
m2-exp.y
m2-lang.c
m2-lang.h
m2-typeprint.c
m2-valprint.c
m3-nat.c
m68k-stub.c
m68k-tdep.c
m88k-nat.c
m88k-tdep.c
mac-defs.h
mac-xdep.c
macgdb.r
main.c
maint.c
mdebugread.c
mem-break.c
minimon.h
minsyms.c
mips-nat.c
mips-tdep.c
mipsm3-nat.c
mipsv4-nat.c
mipsread.c
monitor.h
monitor.c
mpw-config.in
mpw-make.in
news-xdep.c
nindy-share
nindy-tdep.c
nlm
nlmread.c
ns32k-tdep.c
ns32km3-nat.c
objfiles.c
objfiles.h
op50-rom.c
os9kread.c
osfsolib.c
parse.c
parser-defs.h
partial-stab.h
printcmd.c
procfs.c
ptx4-nat.c
pyr-tdep.c
pyr-xdep.c
regex.c
regex.h
rem-multi.shar
remote-adapt.c
remote-bug.c
remote-e7000.c
remote-eb.c
remote-es.c
remote-est.c
remote-hms.c
remote-mips.c
remote-mm.c
remote-nindy.c
remote-os9k.c
remote-pa.c
remote-sim.c
remote-sim.h
remote-st.c
remote-udi.c
remote-utils.c
remote-utils.h
remote-vx.c
remote-vx29k.c
remote-vx68.c
remote-vx960.c
remote-z8k.c
remote.c
rs6000-nat.c
rs6000-tdep.c
rom68k-rom.c
saber.suppress
ser-e7kpc.c
ser-go32.c
ser-mac.c
ser-tcp.c
ser-unix.c
serial.c
serial.h
sh-tdep.c
signals.h
solib.c
solib.h
somread.c
somsolib.c
somsolib.h
source.c
sparc-nat.c
sparc-stub.c
sparc-tdep.c
sparcl-stub.c
sparcl-tdep.c
sparclite
stabsread.c
stabsread.h
stack.c
standalone.c
stop-gdb.c
stuff.c
sun3-nat.c
sun386-nat.c
symfile.c
symfile.h
symm-nat.c
symm-tdep.c
symmisc.c
symtab.c
symtab.h
tahoe-tdep.c
target.c
target.h
terminal.h
testsuite
thread.c
thread.h
top.c
top.h
typeprint.c
typeprint.h
ultra3-nat.c
ultra3-xdep.c
umax-xdep.c
utils.c
valarith.c
valops.c
valprint.c
valprint.h
value.h
values.c
vax-tdep.c
vx-share
w65-tdep.c
w89k-rom.c
xcoffread.c
xcoffsolib.c
xcoffsolib.h
z8k-tdep.c


# Things which are explicitly *not* kept, for now.
# energize		- Part of Lucid support.
# energize-patches	- Part of Lucid support.
# energize.c		- Part of Lucid support.
# energize.h		- Part of Lucid support.
# remote-sa.sparc.c	- Remote target for a standalone SPARC, using
#			  the FORTH console ROMs.  We never got the paperwork
#			  straight, since Sun's lawyers messed with the
#			  FSF contract and RMS didn't accept the changes.
#			  Written at SunLabs.
# state.c		- Not used at the moment, keep for reference (fnf)
# state.h		- Not used at the moment, keep for reference (fnf)

Things-to-lose:

energize
energize-patches
energize.c
energize.h
remote-mon.c
remote-sa.sparc.c
ser-go32-para.c
state.c
state.h

Do-last:

echo Catering to RMS by removing traces of \"gdbtk\"...

# Don't try to clean directories here, as the 'mv' command will fail.
# Also, grep fails on NFS mounted directories.
if ( echo $* | grep keep\-gdbtk > /dev/null ) ; then
	for i in * ; do
		if test ! -d $i && (grep sanitize-gdbtk $i > /dev/null) ; then
			echo Keeping gdbtk stuff in $i
		fi
	done
else
	for i in * ; do
		if test ! -d $i && (grep sanitize-gdbtk $i > /dev/null) ; then
			echo Removing traces of \"gdbtk\" out of $i...
			cp $i new
			sed '/start\-sanitize\-gdbtk/,/end-\sanitize\-gdbtk/d' < $i > new
			if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
				echo Caching $i in .Recover...
				mv $i .Recover
			fi
			mv new $i
		fi
	done
fi

r16_files="configure.in"

if ( echo $* | grep keep\-r16 > /dev/null ) ; then
	for i in $r16_files ; do
		if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
			if [ -n "${verbose}" ] ; then
				echo Keeping r16 stuff in $i
			fi
		fi
	done
else
	for i in $r16_files ; do
		if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
			if [ -n "${verbose}" ] ; then
				echo Removing traces of \"r16\" from $i...
			fi
			cp $i new
			sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/d' < $i > new
			if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
				if [ -n "${verbose}" ] ; then
					echo Caching $i in .Recover...
				fi
				mv $i .Recover
			fi
			mv new $i
		fi
	done
fi

arc_files="configure.in ChangeLog"

if ( echo $* | grep keep\-arc > /dev/null ) ; then
	for i in $arc_files ; do
		if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
			if [ -n "${verbose}" ] ; then
				echo Keeping arc stuff in $i
			fi
		fi
	done
else
	for i in $arc_files ; do
		if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
			if [ -n "${verbose}" ] ; then
				echo Removing traces of \"arc\" from $i...
			fi
			cp $i new
			sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
			if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
				if [ -n "${verbose}" ] ; then
					echo Caching $i in .Recover...
				fi
				mv $i .Recover
			fi
			mv new $i
		fi
	done
fi

for i in * ; do
	if test ! -d $i && (grep sanitize $i > /dev/null) ; then
		echo '***' Some mentions of Sanitize are still left in $i! 1>&2
	fi
done

#
# End of file.