aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)AuthorFilesLines
1994-05-05 Add partial support for g++ code compiled with -fvtable-thunks.Per Bothner1-1/+7
1994-04-26 * dbxread.c (record_minimal_symbol): Record the sectionStu Grossman1-0/+18
1994-04-22 * stabsread.c (read_type): Call read_type, not nonexistentJim Kingdon1-1/+1
1994-04-22Modified Files:Kung Hsu1-3/+7
1994-03-26 * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG.Jim Kingdon1-4/+10
1994-03-24 * valops.c (value_at, value_at_lazy): Give error if we dereferenceJim Kingdon1-7/+12
1994-03-24 * stabsread.c (patch_block_stabs): Add comment about what happensJim Kingdon1-8/+7
1994-03-24 * stabsread.c (patch_block_stabs): Don't create LOC_OPTIMIZED_OUTJim Kingdon1-0/+9
1994-03-23 * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argumentJeff Law1-4/+7
1994-03-10 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, alsoJim Kingdon1-1/+9
1994-03-10 * stabsread.c (common_block_end, fix_common_block): Stash theJim Kingdon1-2/+2
1994-03-10Modified Files:Kung Hsu1-0/+1
1994-03-02 * os9kread.c (os9k_process_one_symbol): RenameJim Kingdon1-17/+96
1994-02-08 * README: Remove note about gcc warnings on alpha, these should bePeter Schauer1-1/+2
1994-02-03 * stabsread.c (read_sun_builtin_type): Skip the semicolon at the endJim Kingdon1-0/+8
1994-02-02 * gdbtypes.h, ch-typeprint.c, ch-valprint.c:Jim Kingdon1-11/+0
1994-01-25 * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:Jim Kingdon1-2/+3
1994-01-03 * stabsread.c (read_type): Allow defining several type numbersJim Kingdon1-32/+40
1994-01-03* stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).Jim Kingdon1-1/+1
1993-12-29 * stabsread.c (define_symbol): If we choose not to combineJim Kingdon1-9/+8
1993-12-28Modified Files:Kung Hsu1-2/+6
1993-12-25 * stabsread.c (define_symbol): Only combine a p/r pair into aJim Kingdon1-7/+18
1993-12-24 * stabsread.c (read_type): Don't fall through 'S' case (the case itJim Kingdon1-0/+3
1993-12-21 * ch-exp.y (match_dollar_tokens): Fix off-by-one bug.Per Bothner1-0/+9
1993-12-14 Implement support for Chill POWERSETs.Per Bothner1-0/+7
1993-12-11 * stabsread.c (read_array_type): Allow negative array bounds,Fred Fish1-2/+2
1993-11-29Modified Files:Kung Hsu1-1/+1
1993-11-15 * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.Jim Kingdon1-10/+33
1993-11-15 * stabsread.c: Remove #if 0'd dbx_class_complaint. We now handleJim Kingdon1-10/+0
1993-11-14 * stabsread.c (read_type): Skip the colon when reading aJim Kingdon1-3/+16
1993-11-12Modified Files:Kung Hsu1-8/+24
1993-11-11 * printcmd.c (address_info): Use fprintf_symbol_filteredJeff Law1-0/+11
1993-11-08 * stabsread.c (read_one_struct_field): Don't give up on unknownJim Kingdon1-27/+33
1993-11-08 * stabsread.c: Remove long_kludge_name code (it was already #if 0).Jim Kingdon1-95/+16
1993-11-06Modified Files:Kung Hsu1-4/+13
1993-11-05 * stabsread.c (read_struct_fields): Accept either '$' or '.' asJim Kingdon1-5/+10
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