aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-17Cast integers into pointers before converting them into canonicalAndrew Cagney1-5/+4
2000-07-09 * gdbtypes.c (is_ancestor): Infer type equivalence from nameNicholas Duffek1-3/+7
2000-05-28PARAMS removal.Kevin Buettner1-10/+10
2000-04-04C++ changes for 5.0, finally committed.Daniel Berlin1-4/+14
2000-04-03 * gdbtypes.c (safe_parse_type): New wrapper function to ignoreNicholas Duffek1-1/+26
2000-03-28The set debug changesDaniel Berlin1-10/+12
2000-03-24FIx regressionDaniel Berlin1-2/+2
2000-03-13From Daniel Berlin:Andrew Cagney1-10/+23
2000-03-13Revert: ``Fix C++ overload support, see through references''.Andrew Cagney1-32/+26
2000-03-10Fix C++ overload support, see through referencesDaniel Berlin1-26/+32
1999-12-14import gdb-1999-12-13 snapshotJason Molenda1-0/+23
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-1/+17
1999-11-02import gdb-1999-11-01 snapshotJason Molenda1-1/+2
1999-10-19import gdb-1999-10-18 snapshotJason Molenda1-0/+43
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-34/+32
1999-07-19import gdb-1999-07-19 snapshotJason Molenda1-0/+14
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-812/+828
1999-07-07import gdb-1999-07-07 pre reformatJason Molenda1-4/+8
1999-06-21import gdb-1999-06-21 snapshotJason Molenda1-1/+5
1999-06-14import gdb-1999-06-14 snapshotJason Molenda1-0/+31
1999-04-26import gdb-19990422 snapshotStan Shebs1-10/+5
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+2905
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2955/+0
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-14/+927
1998-12-16CARP:Andrew Cagney1-0/+36
1998-12-16* gdbtypes.c (build_gdbtypes): New function.Andrew Cagney1-4/+12
1998-10-161998-10-16 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-15/+21
1998-06-16* PR 15693 fix.Frank Ch. Eigler1-0/+10
1998-06-10 * c-exp.y: Fix problems with parsing "'foo.bar'::func". Some languagesStu Grossman1-8/+8
1998-05-04* Fixes for chill PR 15681Frank Ch. Eigler1-0/+3
1998-03-20Add builtin explicitly sized 8, 16, 32, 64 and 128 bit int andAndrew Cagney1-0/+54
1998-02-17Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Jason Molenda1-1/+1
1996-12-14 * c-exp.y (qualified_name): Replace explicit check for validPeter Schauer1-1/+30
1996-07-26See gdb ChangeLog entry with header:Fred Fish1-6/+21
1996-06-26 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)Wilfried Moser1-0/+4
1996-04-24 Add new support for parsing cfront stabs.Dawn Perchik1-1/+195
1996-01-29 * ch-valprint.c (calculate_array_length): New function to determineWilfried Moser1-2/+12
1996-01-12 * symfile.c (decrement_reading_symtab): New function.Per Bothner1-3/+10
1995-12-21 * defs.h: Delete extraneous whitespace at end of file.Fred Fish1-0/+2
1995-12-11 * valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR.Per Bothner1-2/+6
1995-12-06 * gdbtypes.c (check_stub_method): Make sure we get back a functionBrendan Kehoe1-6/+8
1995-12-01 * gdbtypes.c (check_stub_type): Removed; no longes needed.Per Bothner1-7/+0
1995-11-30 * gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF.Per Bothner1-60/+74
1995-10-20 * gdbtypes.c (get_discrete_bounds): Fix typo.Per Bothner1-1/+1
1995-10-05 * gdbtypes.c (get_discrete_bounds): New function.Per Bothner1-17/+46
1995-09-19 * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.Per Bothner1-3/+3
1995-08-19 * gdbtypes.c (recursive_dump_type): Add dont_print_type_obstackPeter Schauer1-1/+31
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-1/+1
1995-03-29 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUBPer Bothner1-6/+15