aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-08* gdbtypes.h (builtin_type_void_data_ptr): RenameAndrew Cagney1-3/+3
2001-07-06* gdbtypes.h (builtin_type_void_func_ptr): New builtin type.Jim Blandy1-3/+31
2001-04-30Always initialize `p'.Andrew Cagney1-0/+2
2001-04-27(Changes from Daniel Berlin, with revisions by Jim Blandy.)Jim Blandy1-5/+6
2001-03-20malloc() -> xmalloc.Andrew Cagney1-2/+1
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin1-1/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2000-12-15Replace free() with xfree().Kevin Buettner1-3/+3
2000-11-27* remote.c (remote_write_bytes): Add default case to switchAndrew Cagney1-0/+2
2000-09-02Corrected spelling in comment: extention-> to extension.David Anderson1-1/+1
2000-08-25Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor1-1/+1
2000-07-30Protoization.Kevin Buettner1-175/+66
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