mooigraph 725f3f2b6f added bison manual il y a 3 ans
..
COPYING 725f3f2b6f added bison manual il y a 3 ans
ChangeLog 725f3f2b6f added bison manual il y a 3 ans
Makefile 725f3f2b6f added bison manual il y a 3 ans
README 725f3f2b6f added bison manual il y a 3 ans
TAGS 725f3f2b6f added bison manual il y a 3 ans
blockframe.c 725f3f2b6f added bison manual il y a 3 ans
breakpoint.c 725f3f2b6f added bison manual il y a 3 ans
command.c 725f3f2b6f added bison manual il y a 3 ans
command.h 725f3f2b6f added bison manual il y a 3 ans
core.c 725f3f2b6f added bison manual il y a 3 ans
dbxread.c 725f3f2b6f added bison manual il y a 3 ans
defs.h 725f3f2b6f added bison manual il y a 3 ans
environ.c 725f3f2b6f added bison manual il y a 3 ans
environ.h 725f3f2b6f added bison manual il y a 3 ans
eval.c 725f3f2b6f added bison manual il y a 3 ans
expprint.c 725f3f2b6f added bison manual il y a 3 ans
expread.y 725f3f2b6f added bison manual il y a 3 ans
expression.h 725f3f2b6f added bison manual il y a 3 ans
findvar.c 725f3f2b6f added bison manual il y a 3 ans
firstfile.c 725f3f2b6f added bison manual il y a 3 ans
frame.h 725f3f2b6f added bison manual il y a 3 ans
infcmd.c 725f3f2b6f added bison manual il y a 3 ans
inferior.h 725f3f2b6f added bison manual il y a 3 ans
inflow.c 725f3f2b6f added bison manual il y a 3 ans
infrun.c 725f3f2b6f added bison manual il y a 3 ans
initialize.h 725f3f2b6f added bison manual il y a 3 ans
kdb-start.c 725f3f2b6f added bison manual il y a 3 ans
lastfile.c 725f3f2b6f added bison manual il y a 3 ans
m-isi-ov.h 725f3f2b6f added bison manual il y a 3 ans
m-sun2.h 725f3f2b6f added bison manual il y a 3 ans
m-sun3.h 725f3f2b6f added bison manual il y a 3 ans
m-suninit.h 725f3f2b6f added bison manual il y a 3 ans
m-vax.h 725f3f2b6f added bison manual il y a 3 ans
m-vaxinit.h 725f3f2b6f added bison manual il y a 3 ans
m68k-opcode.h 725f3f2b6f added bison manual il y a 3 ans
m68k-pinsn.c 725f3f2b6f added bison manual il y a 3 ans
main.c 725f3f2b6f added bison manual il y a 3 ans
obstack.c 725f3f2b6f added bison manual il y a 3 ans
obstack.h 725f3f2b6f added bison manual il y a 3 ans
param.h 725f3f2b6f added bison manual il y a 3 ans
pinsn.c 725f3f2b6f added bison manual il y a 3 ans
printcmd.c 725f3f2b6f added bison manual il y a 3 ans
source.c 725f3f2b6f added bison manual il y a 3 ans
stack.c 725f3f2b6f added bison manual il y a 3 ans
standalone.c 725f3f2b6f added bison manual il y a 3 ans
stuff.c 725f3f2b6f added bison manual il y a 3 ans
symmisc.c 725f3f2b6f added bison manual il y a 3 ans
symseg.h 725f3f2b6f added bison manual il y a 3 ans
symtab.c 725f3f2b6f added bison manual il y a 3 ans
symtab.h 725f3f2b6f added bison manual il y a 3 ans
test2.c 725f3f2b6f added bison manual il y a 3 ans
test3.c 725f3f2b6f added bison manual il y a 3 ans
testbit.c 725f3f2b6f added bison manual il y a 3 ans
testfun.c 725f3f2b6f added bison manual il y a 3 ans
testrec.c 725f3f2b6f added bison manual il y a 3 ans
testreg.c 725f3f2b6f added bison manual il y a 3 ans
testregs.c 725f3f2b6f added bison manual il y a 3 ans
utils.c 725f3f2b6f added bison manual il y a 3 ans
valarith.c 725f3f2b6f added bison manual il y a 3 ans
valops.c 725f3f2b6f added bison manual il y a 3 ans
valprint.c 725f3f2b6f added bison manual il y a 3 ans
value.h 725f3f2b6f added bison manual il y a 3 ans
values.c 725f3f2b6f added bison manual il y a 3 ans
vax-opcode.h 725f3f2b6f added bison manual il y a 3 ans
vax-pinsn.c 725f3f2b6f added bison manual il y a 3 ans
version.c 725f3f2b6f added bison manual il y a 3 ans
wait.h 725f3f2b6f added bison manual il y a 3 ans

README

This is GDB, a source-level debugger intended for GNU,
presently running under un*x.

Before compiling GDB, you must set three files according to
the kind of machine you are running on.

param.h must be set up to #include an m- file for the machine.
The m- files written so far are m-vax.h, m-sun2.h and m-sun3.h.
(I believe that it is the operating system version and not
the cpu type which determines which of the two is right on a Sun.)
This file contains macro definitions that express information
about the machine's registers, stack frame format and instructions.

initialize.h must be set up to #include an m-...init.h file.
There are two of them written: m-vaxinit.h and m-suninit.h.
This file defines one macro, which says how to round up from the
address of the end of the text of one .o file to the beginning of
the text of the next .o file.

pinsn.c must be set up to include the instruction printer for
your cpu type. The two printers that exist are vax-pinsn.c
and m68k-pinsn.c.

`Makefile' must be changed to say `OBSTACK = obstack.o' instead of
`OBSTACK=-lobstack' (unless you want to install obstack.o as
/lib/libobstack.a).

Once these files are set up, just `make' will do everything,
producing an executable `gdb' in this directory.