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