This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Basic Ada files


Ok, attached to this file is a bzipped patch that adds the following
files:

gdb/ada-exp.tab.c
gdb/ada-exp.y
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-lex.c
gdb/ada-lex.l
gdb/ada-tasks.c
gdb/ada-typeprint.c
gdb/ada-valprint.c

and modifys

gdb/Makefile.in

to compile them.

There are sections of 
gdb/ada-exp.tab.c
gdb/ada-exp.y
gdb/ada-lang.c
gdb/ada-lex.c
gdb/ada-lex.l
gdb/ada-tasks.c

which have sections commented out with FIXME notices that depend on
some additions to:
breakpoint.h
defs.h
expression.h
frame.h	
gdbtypes.h
parse.c

this patch won't make gdb actually *do* anything about Ada, but it's a start. :)

- Aidan

-- 
aidan@velvet.net  http://www.velvet.net/~aidan/  aim:aidans42
finger for pgp key fingerprint |Unix Programmer/Admin actively seeking work
01AA 1594 2DB0 09E3 B850       |CV at http://www.velvet.net/~aidan/cv.txt
C2D0 9A2C 4CC9 3EC4 75E1       |Gis a job, go on, I can do that, go on, gis it.

Attachment: ada_files.patch.bz2
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]