summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
Commit message (Expand)AuthorAgeFilesLines
* * values.c (unpack_long, unpack_double, value_from_double),Jim Kingdon1993-10-311-1/+1
* * defs.h, findvar.c (extract_floating, store_floating): New functions.Jim Kingdon1993-10-291-8/+8
* * stabsread.c (define_symbol): Skip the whole thing about "pccJim Kingdon1993-10-231-4/+8
* * stabsread.c (define_symbol): When combining a LOC_ARG and aJim Kingdon1993-10-201-0/+3
* * stabsread.c (read_type): Treat a negative type number at the startJim Kingdon1993-10-121-1/+2
* * stabsread.h, stabsread.c, dbxread.c (common_block*, copy_pending):Jim Kingdon1993-10-121-0/+100
* * stabsread.c: Fix comment about gcc 2.3.3 stab for long long int.Jim Kingdon1993-10-121-2/+2
* * stabsread.c (read_range_type): Remove comment which recommendsJim Kingdon1993-10-051-3/+1
* Changes to support alpha OSF/1 in native mode.Peter Schauer1993-10-051-3/+7
* * stabsread.c (read_type): Process "s" (size) type attribute.Jim Kingdon1993-09-151-13/+50
* some gcc lintK. Richard Pixley1993-09-081-2/+2
* * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,Jim Kingdon1993-09-021-7/+2
* bcopy -> memcpyK. Richard Pixley1993-09-011-1/+3
* Moved the function hashname from stabsread.c to buildsym.c, sinceStan Shebs1993-08-091-32/+0
* * stabsread.c (rs6000_builtin_type): Make logical types beJim Kingdon1993-07-261-3/+3
* * stabsread.c (rs6000_builtin_type): Make `logical' be TYPE_CODE_BOOL.Jim Kingdon1993-07-261-1/+1
* Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)Jim Kingdon1993-07-141-14/+16
* * gdbtypes.h (struct type): Add field tag_name.Jim Kingdon1993-07-021-41/+10
* * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN.Jim Kingdon1993-06-251-2/+1
* * stabsread.c: Include <ctype.h>.Jim Kingdon1993-06-221-0/+2
* * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.Jim Kingdon1993-06-201-6/+9
* * stabsread.c (read_type): Skip type attributes if present.Jim Kingdon1993-05-311-15/+24
* * stabsread.c (read_huge_number): Don't accept '0' + radix as partJim Kingdon1993-05-311-1/+1
* * stabsread.c (define_symbol, case 't'): Only set the name if itJim Kingdon1993-05-261-73/+116
* * stabsread.c: Remove all uses of error(). Make error_type andJim Kingdon1993-05-251-129/+227
* * stabsread.c: Remove most uses of lookup_fundamental_type.Jim Kingdon1993-05-221-208/+350
* * complaint.c: Make sure all complain() pass the address of the struct.Jim Kingdon1993-05-211-3/+3
* * stabsread.c (define_symbol): If unrecognized constant type,Jim Kingdon1993-04-291-1/+12
* * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONGFred Fish1993-04-291-2/+2
* Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com)Jim Kingdon1993-04-221-1/+42
* * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back.Jim Kingdon1993-04-191-1/+1
* * stabsread.c (read_member_functions): Initialize domain for stubbedPeter Schauer1993-04-141-0/+2
* * ch-exp.y: Remove ambiguities. Fix or add support forPer Bothner1993-04-071-26/+6
* * stabsread.c (patch_block_stabs): If stab & no symbol, makeJim Kingdon1993-04-021-3/+26
* More debugging of rs/6000 file reading (on Suns, for easier debug).John Gilmore1993-02-111-16/+19
* * stabsread.c (rs6000_builtin_type): Move function fromJohn Gilmore1993-02-111-10/+93
* * stabsread.c (define_symbol): Complain about unrecognized namesJohn Gilmore1993-02-091-113/+78
* * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h.Fred Fish1993-01-011-12/+1
* * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1992-12-231-18/+39
* * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1992-12-181-21/+13
* * complaints.c: New file, code moved from utils.c.Fred Fish1992-12-151-8/+9
* * gdbtypes.c (create_array_type): Complete rewrite. Now requiresFred Fish1992-12-151-26/+5
* * stabsread.c (define_symbol): For the sake of dbx, gcc emitsFred Fish1992-11-301-3/+3
* (Changes to break incredibly ugly, unmaintainable 750 lineFred Fish1992-11-291-617/+937
* A bunch of changes mostly to improve debugging of C++ programs.John Gilmore1992-10-061-7/+6
* * infrun.c (_initialize_infrun): Alias `i handle' == `i signals'.John Gilmore1992-09-221-0/+13
* Removed a large number of changes inserted by Per BothnerJohn Gilmore1992-09-101-22/+17
* A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1992-09-041-17/+22
* RS/6000 portability changes (for hosting cross-debuggers).John Gilmore1992-08-291-24/+1
* * coffread.c (decode_type): Call alloc_type to alloc newFred Fish1992-08-241-26/+15