1991-05-30 11:22:16 +02:00
|
|
|
# .Sanitize for devo/gdb.
|
1991-05-24 00:06:18 +02:00
|
|
|
|
|
|
|
# Each directory to survive it's 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
|
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
|
|
|
# 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
|
|
|
|
COPYING
|
|
|
|
ChangeLog
|
|
|
|
ChangeLog-3.x
|
1992-01-27 21:32:50 +01:00
|
|
|
ChangeLog-9091
|
1991-05-24 00:06:18 +02:00
|
|
|
Convex.notes
|
1991-07-04 17:59:47 +02:00
|
|
|
Makefile.in
|
1992-07-23 20:57:29 +02:00
|
|
|
NEWS
|
1991-05-24 00:06:18 +02:00
|
|
|
Projects
|
|
|
|
README
|
|
|
|
TODO
|
1992-02-11 01:14:59 +01:00
|
|
|
a68v-xdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
alldeps.mak
|
|
|
|
alloca.c
|
|
|
|
altos-xdep.c
|
|
|
|
am29k-opcode.h
|
|
|
|
am29k-pinsn.c
|
|
|
|
am29k-tdep.c
|
|
|
|
arm-convert.s
|
|
|
|
arm-pinsn.c
|
|
|
|
arm-tdep.c
|
|
|
|
arm-xdep.c
|
|
|
|
blockframe.c
|
|
|
|
breakpoint.c
|
|
|
|
breakpoint.h
|
1991-10-26 08:22:46 +01:00
|
|
|
buildsym.c
|
|
|
|
buildsym.h
|
1991-09-19 12:40:03 +02:00
|
|
|
c-exp.y
|
1992-03-30 01:26:47 +02:00
|
|
|
call-cmds.h
|
1991-05-24 00:06:18 +02:00
|
|
|
coffread.c
|
|
|
|
command.c
|
|
|
|
command.h
|
1991-11-21 04:08:51 +01:00
|
|
|
config
|
1991-05-24 00:06:18 +02:00
|
|
|
configure.in
|
|
|
|
convex-pinsn.c
|
|
|
|
convex-tdep.c
|
|
|
|
convex-xdep.c
|
|
|
|
convx-opcode.h
|
|
|
|
copying.awk
|
|
|
|
copying.c
|
|
|
|
core.c
|
|
|
|
coredep.c
|
1992-09-30 23:39:02 +01:00
|
|
|
corelow.c
|
1991-05-24 00:06:18 +02:00
|
|
|
createtags
|
|
|
|
dbxread.c
|
|
|
|
defs.h
|
1992-07-14 04:13:12 +02:00
|
|
|
demangle.c
|
1991-07-31 06:15:12 +02:00
|
|
|
depend
|
1991-05-24 00:06:18 +02:00
|
|
|
doc
|
1991-10-24 19:07:57 +01:00
|
|
|
dwarfread.c
|
|
|
|
elfread.c
|
1991-05-24 00:06:18 +02:00
|
|
|
environ.c
|
|
|
|
environ.h
|
|
|
|
eval.c
|
|
|
|
exec.c
|
|
|
|
expprint.c
|
|
|
|
expression.h
|
|
|
|
findvar.c
|
1992-09-27 07:48:41 +01:00
|
|
|
fork-child.c
|
1991-05-24 00:06:18 +02:00
|
|
|
frame.h
|
1992-07-10 05:56:17 +02:00
|
|
|
gcc.patch
|
1992-07-06 04:38:03 +02:00
|
|
|
gdb-stabs.h
|
1992-04-24 17:01:45 +02:00
|
|
|
gdb.1
|
1991-05-24 00:06:18 +02:00
|
|
|
gdbcmd.h
|
|
|
|
gdbcore.h
|
1992-02-23 06:25:21 +01:00
|
|
|
gdbtypes.c
|
|
|
|
gdbtypes.h
|
1992-10-16 23:49:35 +01:00
|
|
|
go32-nat.c
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 03:12:18 +02:00
|
|
|
go32-xdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
gould-pinsn.c
|
|
|
|
gould-xdep.c
|
1992-01-17 00:56:37 +01:00
|
|
|
h8300-tdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
hp300ux-xdep.c
|
1992-06-20 03:00:46 +02:00
|
|
|
hppa-pinsn.c
|
1992-10-09 01:45:31 +01:00
|
|
|
hppab-core.c
|
|
|
|
hppab-tdep.c
|
|
|
|
hppab-xdep.c
|
|
|
|
hppah-tdep.c
|
|
|
|
hppah-xdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
i386-pinsn.c
|
|
|
|
i386-stub.c
|
|
|
|
i386-tdep.c
|
1992-10-09 12:55:05 +01:00
|
|
|
i386b-nat.c
|
1992-10-16 23:57:36 +01:00
|
|
|
i386mach-nat.c
|
1992-10-17 00:39:34 +01:00
|
|
|
i386v-nat.c
|
1991-09-19 12:40:03 +02:00
|
|
|
i387-tdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
i960-pinsn.c
|
|
|
|
i960-tdep.c
|
|
|
|
ieee-float.c
|
|
|
|
ieee-float.h
|
|
|
|
infcmd.c
|
|
|
|
inferior.h
|
|
|
|
inflow.c
|
|
|
|
infptrace.c
|
|
|
|
infrun.c
|
|
|
|
inftarg.c
|
Mips native support. Decstation and iris4 have been tested.
Iris3 has not.
* mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_fpregset): removed to irix4-nat.c
* mips-xdep.c: removed.
* irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
files.
* procfs.c: include nm.h.
* xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
* xm-irix4.h: bump copyright.
(U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
PROC_NAME_FMT): removed.
* xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
* config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
(CC): supply default compiler switches.
* config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support. Note that
irix3 is untested.
* config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
fork-child.o mips-xdep.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
1992-10-09 08:59:37 +01:00
|
|
|
irix4-nat.c
|
1991-05-24 00:06:18 +02:00
|
|
|
kdb-start.c
|
1991-09-19 12:40:03 +02:00
|
|
|
language.c
|
|
|
|
language.h
|
|
|
|
m2-exp.y
|
1991-05-24 00:06:18 +02:00
|
|
|
m68k-pinsn.c
|
|
|
|
m68k-stub.c
|
|
|
|
m68k-tdep.c
|
1992-10-16 21:53:46 +01:00
|
|
|
m88k-nat.c
|
1991-05-24 00:06:18 +02:00
|
|
|
m88k-pinsn.c
|
|
|
|
m88k-tdep.c
|
|
|
|
main.c
|
* maint.c: New file.
* Makefile.in (SFILES_MAINDIR): Add new file maint.c.
* Makefile.in (OBS): Add new file maint.o.
* defs.h (command_class): Add class_maintenance.
* defs.h (MAINTENANCE_CMDS): Default to including maintenance
commands. Allow for them (and other nonessential parts of gdb)
to be selectively left out under special circumstances.
* gdbtypes.c (recursive_dump_type): New function; supports
maintenance print-type command.
* gdbtypes.h (recursive_dump_type, maintenance_print_type):
Add prototypes.
* main.c (maintenancelist, maintenanceinfolist): Add maintenance
command lists.
* main.c (initialize_cmd_lists): Eliminate unnecessary casts on
initializers. Add initializations for setprintlist, showprintlist,
setchecklist, showchecklist, maintenancelist, and maintenanceinfolist.
* printcmd.c (maintenance_print_type): New maintenance cmd.
* valprint.c (setprintlist, showprintlist): Move to main.c, as
implied by comment that all cmd lists are owned by main.c.
* infcmd.c (unsetlist): Move to main.c, as implied by comment
that all cmd lists are owned by main.c.
* language.c (setchecklist, showchecklist): Move to main.c, as
implied by comment that all cmd lists are owned by main.c
* breakpoint.c (enablelist, enablebreaklist, disablelist, cmdlist,
deletelist): Remove redundant declarations (also in gdbcmd.h).
* symmisc.c (printsyms_command): Now maintenance_print_symbols.
* symmisc.c (printmsyms_command): Now maintenance_print_msymbols.
* symmisc.c (printpsyms_command): Now maintenance_print_psymbols.
* symmisc.c (printobjfiles_command): Now maintenance_print_objfiles.
* symtab.h (maintenance_print_symbols, maintenance_print_psymbols,
maintenance_print_msymbols, maintenance_print_objfiles):
Add prototypes.
* symmisc.c (printsyms_command, printpsyms_command,
printmsyms_command, printobjfiles_command): Removed from
_initialize_symmisc.
* main.c (dump_me_command): Moved to maint.c and renamed to
maintenance_dump_me.
* breakpoint.c (all_breakpoints_info): Rename to
maintenance_info_breakpoints.
* breakpoint.c (_initialize_breakpoint): Convert add_info of
all_breakpoints_info to add maintenance_info_breakpoints to the
maintenanceinfolist instead.
main.c (initialize_main): Set up maintenance class commands.
1992-07-06 02:22:57 +02:00
|
|
|
maint.c
|
1991-05-24 00:06:18 +02:00
|
|
|
mem-break.c
|
1991-09-13 05:53:58 +02:00
|
|
|
minimon.h
|
1992-02-23 06:25:21 +01:00
|
|
|
minsyms.c
|
Mips native support. Decstation and iris4 have been tested.
Iris3 has not.
* mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_fpregset): removed to irix4-nat.c
* mips-xdep.c: removed.
* irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
files.
* procfs.c: include nm.h.
* xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
* xm-irix4.h: bump copyright.
(U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
PROC_NAME_FMT): removed.
* xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
* config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
(CC): supply default compiler switches.
* config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support. Note that
irix3 is untested.
* config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
fork-child.o mips-xdep.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
1992-10-09 08:59:37 +01:00
|
|
|
mips-nat.c
|
1991-05-24 00:06:18 +02:00
|
|
|
mips-pinsn.c
|
|
|
|
mips-tdep.c
|
|
|
|
mipsread.c
|
|
|
|
munch
|
|
|
|
news-xdep.c
|
|
|
|
nindy-share
|
|
|
|
nindy-tdep.c
|
1992-10-16 21:53:46 +01:00
|
|
|
nm-delta88.h
|
1992-10-16 12:37:58 +01:00
|
|
|
nm-i386bsd.h
|
1992-10-16 23:57:36 +01:00
|
|
|
nm-i386mach.h
|
1992-10-17 00:39:34 +01:00
|
|
|
nm-i386v.h
|
1992-10-09 22:36:35 +01:00
|
|
|
nm-irix3.h
|
Mips native support. Decstation and iris4 have been tested.
Iris3 has not.
* mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_fpregset): removed to irix4-nat.c
* mips-xdep.c: removed.
* irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
files.
* procfs.c: include nm.h.
* xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
* xm-irix4.h: bump copyright.
(U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
PROC_NAME_FMT): removed.
* xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
* config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
(CC): supply default compiler switches.
* config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support. Note that
irix3 is untested.
* config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
fork-child.o mips-xdep.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
1992-10-09 08:59:37 +01:00
|
|
|
nm-irix4.h
|
1992-10-17 00:11:13 +01:00
|
|
|
nm-linux.h
|
1992-10-16 21:53:46 +01:00
|
|
|
nm-m88k.h
|
Mips native support. Decstation and iris4 have been tested.
Iris3 has not.
* mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_fpregset): removed to irix4-nat.c
* mips-xdep.c: removed.
* irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
files.
* procfs.c: include nm.h.
* xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
* xm-irix4.h: bump copyright.
(U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
PROC_NAME_FMT): removed.
* xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
* config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
(CC): supply default compiler switches.
* config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support. Note that
irix3 is untested.
* config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
fork-child.o mips-xdep.o coredep.o.
(NAT_FILE, NATDEPFILES): new macros for native support.
1992-10-09 08:59:37 +01:00
|
|
|
nm-mips.h
|
1992-10-15 07:47:31 +01:00
|
|
|
nm-news.h
|
1992-10-08 18:47:04 +01:00
|
|
|
nm-rs6000.h
|
1992-10-09 09:20:47 +01:00
|
|
|
nm-sun2.h
|
1992-10-08 18:47:04 +01:00
|
|
|
nm-sun3.h
|
1992-10-17 00:03:27 +01:00
|
|
|
nm-sun386.h
|
1992-09-30 23:39:02 +01:00
|
|
|
nm-sun4os4.h
|
|
|
|
nm-trash.h
|
1992-10-16 07:05:36 +01:00
|
|
|
nm-ultra3.h
|
1991-05-24 00:06:18 +02:00
|
|
|
ns32k-opcode.h
|
|
|
|
ns32k-pinsn.c
|
1992-02-23 06:25:21 +01:00
|
|
|
objfiles.c
|
1992-03-21 02:56:01 +01:00
|
|
|
objfiles.h
|
1992-02-11 01:14:59 +01:00
|
|
|
os68k-xdep.c
|
1991-09-19 12:40:03 +02:00
|
|
|
parse.c
|
|
|
|
parser-defs.h
|
1991-12-24 00:16:58 +01:00
|
|
|
partial-stab.h
|
1991-05-24 00:06:18 +02:00
|
|
|
printcmd.c
|
1991-10-24 19:07:57 +01:00
|
|
|
procfs.c
|
1991-05-24 00:06:18 +02:00
|
|
|
putenv.c
|
|
|
|
pyr-pinsn.c
|
|
|
|
pyr-tdep.c
|
|
|
|
pyr-xdep.c
|
|
|
|
regex.c
|
|
|
|
regex.h
|
|
|
|
rem-multi.shar
|
1991-09-13 05:53:58 +02:00
|
|
|
remote-adapt.c
|
1991-05-24 00:06:18 +02:00
|
|
|
remote-eb.c
|
1992-07-23 20:57:29 +02:00
|
|
|
remote-es1800.c
|
1992-01-28 03:30:27 +01:00
|
|
|
remote-hms.c
|
1991-09-13 05:53:58 +02:00
|
|
|
remote-mm.c
|
1991-05-24 00:06:18 +02:00
|
|
|
remote-nindy.c
|
1992-09-03 18:26:03 +02:00
|
|
|
remote-st2000.c
|
1991-05-24 00:06:18 +02:00
|
|
|
remote-vx.c
|
|
|
|
remote.c
|
1992-10-08 18:47:04 +01:00
|
|
|
rs6000-nat.c
|
1991-11-21 03:37:15 +01:00
|
|
|
rs6000-pinsn.c
|
|
|
|
rs6000-tdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
saber.suppress
|
1992-09-03 18:26:03 +02:00
|
|
|
ser-bsd.c
|
1992-07-23 20:57:29 +02:00
|
|
|
ser-go32.c
|
|
|
|
ser-termios.c
|
|
|
|
serial.h
|
1991-05-24 00:06:18 +02:00
|
|
|
signals.h
|
|
|
|
solib.c
|
1992-02-23 06:25:21 +01:00
|
|
|
solib.h
|
1991-05-24 00:06:18 +02:00
|
|
|
source.c
|
1992-09-30 23:39:02 +01:00
|
|
|
sparc-nat.c
|
1991-05-24 00:06:18 +02:00
|
|
|
sparc-pinsn.c
|
1992-08-25 19:14:51 +02:00
|
|
|
sparc-stub.c
|
1991-05-24 00:06:18 +02:00
|
|
|
sparc-tdep.c
|
1992-07-28 06:22:18 +02:00
|
|
|
stabsread.c
|
|
|
|
stabsread.h
|
1991-05-24 00:06:18 +02:00
|
|
|
stack.c
|
|
|
|
standalone.c
|
|
|
|
stuff.c
|
1992-10-08 18:47:04 +01:00
|
|
|
sun3-nat.c
|
1992-10-17 00:03:27 +01:00
|
|
|
sun386-nat.c
|
1991-05-24 00:06:18 +02:00
|
|
|
symfile.c
|
|
|
|
symfile.h
|
|
|
|
symm-tdep.c
|
|
|
|
symm-xdep.c
|
|
|
|
symmisc.c
|
|
|
|
symtab.c
|
|
|
|
symtab.h
|
|
|
|
tahoe-pinsn.c
|
|
|
|
target.c
|
|
|
|
target.h
|
|
|
|
terminal.h
|
|
|
|
tm-29k.h
|
|
|
|
tm-3b1.h
|
1992-09-02 11:23:12 +02:00
|
|
|
tm-68k-noun.h
|
|
|
|
tm-68k-un.h
|
1992-09-30 23:39:02 +01:00
|
|
|
tm-68k.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-altos.h
|
1991-10-24 19:07:57 +01:00
|
|
|
tm-amix.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-arm.h
|
|
|
|
tm-bigmips.h
|
|
|
|
tm-convex.h
|
1991-11-21 03:37:15 +01:00
|
|
|
tm-delta88.h
|
1992-07-23 20:57:29 +02:00
|
|
|
tm-es1800.h
|
1992-07-07 09:22:56 +02:00
|
|
|
tm-h8300.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-hp300bsd.h
|
|
|
|
tm-hp300hpux.h
|
1992-07-14 09:51:45 +02:00
|
|
|
tm-hppa.h
|
1992-10-09 01:45:31 +01:00
|
|
|
tm-hppab.h
|
|
|
|
tm-hppah.h
|
1992-10-09 12:55:05 +01:00
|
|
|
tm-i386bsd.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-i386v.h
|
1991-11-30 05:46:50 +01:00
|
|
|
tm-i386v4.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-i960.h
|
1991-09-17 08:55:07 +02:00
|
|
|
tm-irix3.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-isi.h
|
1992-06-23 08:26:00 +02:00
|
|
|
tm-linux.h
|
1992-07-07 09:22:56 +02:00
|
|
|
tm-m88k.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-merlin.h
|
|
|
|
tm-mips.h
|
|
|
|
tm-news.h
|
|
|
|
tm-nindy960.h
|
|
|
|
tm-np1.h
|
1992-02-11 01:14:59 +01:00
|
|
|
tm-os68k.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-pn.h
|
|
|
|
tm-pyr.h
|
1991-11-21 03:37:15 +01:00
|
|
|
tm-rs6000.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-sparc.h
|
1992-09-02 11:23:12 +02:00
|
|
|
tm-spc-noun.h
|
|
|
|
tm-spc-un.h
|
1992-09-03 18:26:03 +02:00
|
|
|
tm-st2000.h
|
1992-01-19 01:52:06 +01:00
|
|
|
tm-stratus.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-sun2.h
|
|
|
|
tm-sun2os4.h
|
|
|
|
tm-sun3.h
|
|
|
|
tm-sun386.h
|
|
|
|
tm-sun3os4.h
|
|
|
|
tm-sun4os4.h
|
1992-06-17 00:46:45 +02:00
|
|
|
tm-sun4sol2.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-sunos.h
|
|
|
|
tm-symmetry.h
|
1991-12-20 23:36:58 +01:00
|
|
|
tm-sysv4.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-tahoe.h
|
1991-09-13 09:55:28 +02:00
|
|
|
tm-ultra3.h
|
1991-05-24 00:06:18 +02:00
|
|
|
tm-umax.h
|
|
|
|
tm-vax.h
|
|
|
|
tm-vx68.h
|
|
|
|
tm-vx960.h
|
1992-10-16 07:05:36 +01:00
|
|
|
ultra3-nat.c
|
1991-09-13 05:53:58 +02:00
|
|
|
ultra3-xdep.c
|
1991-05-24 00:06:18 +02:00
|
|
|
umax-xdep.c
|
|
|
|
utils.c
|
|
|
|
valarith.c
|
|
|
|
valops.c
|
|
|
|
valprint.c
|
|
|
|
value.h
|
|
|
|
values.c
|
|
|
|
vax-pinsn.c
|
|
|
|
vx-share
|
1991-11-21 03:37:15 +01:00
|
|
|
xcoffexec.c
|
|
|
|
xcoffread.c
|
1992-03-30 00:33:35 +02:00
|
|
|
xcoffsolib.c
|
|
|
|
xcoffsolib.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-3b1.h
|
|
|
|
xm-altos.h
|
1991-10-24 19:07:57 +01:00
|
|
|
xm-amix.h
|
1992-09-03 18:26:03 +02:00
|
|
|
xm-apollo68b.h
|
1992-02-11 01:14:59 +01:00
|
|
|
xm-apollo68v.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-arm.h
|
|
|
|
xm-bigmips.h
|
|
|
|
xm-convex.h
|
1991-11-21 03:37:15 +01:00
|
|
|
xm-delta88.h
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 03:12:18 +02:00
|
|
|
xm-go32.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-hp300bsd.h
|
|
|
|
xm-hp300hpux.h
|
1992-10-09 01:45:31 +01:00
|
|
|
xm-hppab.h
|
|
|
|
xm-hppah.h
|
1992-10-09 12:55:05 +01:00
|
|
|
xm-i386bsd.h
|
1991-10-05 06:35:21 +01:00
|
|
|
xm-i386mach.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-i386sco.h
|
|
|
|
xm-i386v.h
|
|
|
|
xm-i386v32.h
|
1992-07-23 20:57:29 +02:00
|
|
|
xm-i386v4.h
|
1991-09-17 08:55:07 +02:00
|
|
|
xm-irix3.h
|
1992-03-05 21:20:27 +01:00
|
|
|
xm-irix4.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-isi.h
|
1992-06-23 08:26:00 +02:00
|
|
|
xm-linux.h
|
1991-10-24 19:07:57 +01:00
|
|
|
xm-m68k.h
|
Changes to support GDB running on DOS using GO32 and H8 support
* defs.h: if xm.h doesn't define FOPEN_RB, include "fopen-same.h",
allowing hosts with different text and binary file formats to
work.
* coffread.c (read_coff_symtab): changed calling convention and
operation - now it opens its own file with FOPEN_RB rather than
duping and fdopening the provided handle.
* dbxread.c, cplus-dem.c: #include mangling.
* exec.c: If O_BINARY isn't defined, set it to 0, call openp for
binary files oring in the right bit.
* utils.c, terminal.h, inflow.c: hackery because dos doesn't have terminals.
* remote-hms.c: cleanup to use the new remote serial stuff
* serial.h, ser-termios.c, ser-go32.c: newfiles to provide host
independent remote terminal I/O.
* remote.c: if DONT_USE_REMOTE is defined, then don't use it.
* source.c (openp): fix off by one problem removing / - can now
open a source file in the root directory with DOS.
* values.c (value_as_pointer): remove bogus address bits from
long. (unpack_long): unpack into unsigned long/short if pointer.
1992-05-13 03:12:18 +02:00
|
|
|
xm-m88k.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-merlin.h
|
|
|
|
xm-mips.h
|
|
|
|
xm-news.h
|
|
|
|
xm-news1000.h
|
|
|
|
xm-np1.h
|
|
|
|
xm-pn.h
|
|
|
|
xm-pyr.h
|
1991-11-21 03:37:15 +01:00
|
|
|
xm-rs6000.h
|
1991-09-13 05:53:58 +02:00
|
|
|
xm-rtbsd.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-sparc.h
|
1992-01-19 01:52:06 +01:00
|
|
|
xm-stratus.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-sun2.h
|
|
|
|
xm-sun3.h
|
|
|
|
xm-sun386.h
|
|
|
|
xm-sun3os4.h
|
|
|
|
xm-sun4os4.h
|
1992-06-17 00:46:45 +02:00
|
|
|
xm-sun4sol2.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-symmetry.h
|
1991-12-20 23:36:58 +01:00
|
|
|
xm-sysv4.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-tahoe.h
|
1991-09-13 05:53:58 +02:00
|
|
|
xm-ultra3.h
|
1991-05-24 00:06:18 +02:00
|
|
|
xm-umax.h
|
|
|
|
xm-vax.h
|
1992-02-07 23:58:40 +01:00
|
|
|
xm-vaxbsd.h
|
|
|
|
xm-vaxult.h
|
1991-05-24 00:06:18 +02:00
|
|
|
|
|
|
|
Do-last:
|
|
|
|
|
|
|
|
# End of file.
|