| Commit message (Expand) | Author | Age | Files | Lines |
* | * PR 15693 fix. | Frank Ch. Eigler | 1998-06-16 | 1 | -0/+10 |
* | * c-exp.y: Fix problems with parsing "'foo.bar'::func". Some languages | Stu Grossman | 1998-06-10 | 1 | -8/+8 |
* | * Fixes for chill PR 15681 | Frank Ch. Eigler | 1998-05-04 | 1 | -0/+3 |
* | Add builtin explicitly sized 8, 16, 32, 64 and 128 bit int and | Andrew Cagney | 1998-03-20 | 1 | -0/+54 |
* | Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Jason Molenda | 1998-02-17 | 1 | -1/+1 |
* | * c-exp.y (qualified_name): Replace explicit check for valid | Peter Schauer | 1996-12-14 | 1 | -1/+30 |
* | See gdb ChangeLog entry with header: | Fred Fish | 1996-07-26 | 1 | -6/+21 |
* | * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type) | Wilfried Moser | 1996-06-26 | 1 | -0/+4 |
* | Add new support for parsing cfront stabs. | Dawn Perchik | 1996-04-24 | 1 | -1/+195 |
* | * ch-valprint.c (calculate_array_length): New function to determine | Wilfried Moser | 1996-01-29 | 1 | -2/+12 |
* | * symfile.c (decrement_reading_symtab): New function. | Per Bothner | 1996-01-12 | 1 | -3/+10 |
* | * defs.h: Delete extraneous whitespace at end of file. | Fred Fish | 1995-12-21 | 1 | -0/+2 |
* | * valops.c (value_cast): Handle casts to and from TYPE_CODE_CHAR. | Per Bothner | 1995-12-11 | 1 | -2/+6 |
* | * gdbtypes.c (check_stub_method): Make sure we get back a function | Brendan Kehoe | 1995-12-06 | 1 | -6/+8 |
* | * gdbtypes.c (check_stub_type): Removed; no longes needed. | Per Bothner | 1995-12-01 | 1 | -7/+0 |
* | * gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF. | Per Bothner | 1995-11-30 | 1 | -60/+74 |
* | * gdbtypes.c (get_discrete_bounds): Fix typo. | Per Bothner | 1995-10-20 | 1 | -1/+1 |
* | * gdbtypes.c (get_discrete_bounds): New function. | Per Bothner | 1995-10-05 | 1 | -17/+46 |
* | * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits. | Per Bothner | 1995-09-19 | 1 | -3/+3 |
* | * gdbtypes.c (recursive_dump_type): Add dont_print_type_obstack | Peter Schauer | 1995-08-19 | 1 | -1/+31 |
* | Update FSF address. | Fred Fish | 1995-08-02 | 1 | -1/+1 |
* | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1995-08-01 | 1 | -1/+1 |
* | * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB | Per Bothner | 1995-03-29 | 1 | -6/+15 |
* | * buildsym.c (finish_block): If finishing a function without known | Per Bothner | 1995-02-12 | 1 | -18/+0 |
* | * eval.c (evaluate_subexp): Clean up handling of | Per Bothner | 1995-02-02 | 1 | -83/+7 |
* | * ch-exp.y (value_string_element, string_primitive_value, | Per Bothner | 1995-02-01 | 1 | -0/+17 |
* | Add support for Chill bitstring literals (e.h. H'FF00'). | Per Bothner | 1995-01-23 | 1 | -1/+1 |
* | * stabsread.c (read_type): Handle stub types for bitstrings. | Per Bothner | 1994-09-16 | 1 | -12/+11 |
* | Initial Fortran language support, adapted from work by Farooq Butt | Stan Shebs | 1994-08-19 | 1 | -0/+80 |
* | * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call | Jim Kingdon | 1994-05-17 | 1 | -0/+11 |
* | * gdbtypes.h, gdbtypes.c: Add comments regarding whether static | Jim Kingdon | 1994-03-23 | 1 | -0/+1 |
* | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1994-01-27 | 1 | -7/+8 |
* | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1994-01-27 | 1 | -58/+91 |
* | * c-exp.y: Revert Kung's change. "..." is not a type, and the | Jim Kingdon | 1993-12-29 | 1 | -3/+7 |
* | * gdbtypes.c (force_to_range_type): Use switch statement. | Jim Kingdon | 1993-12-26 | 1 | -28/+36 |
* | * ch-exp.y (match_dollar_tokens): Fix off-by-one bug. | Per Bothner | 1993-12-21 | 1 | -26/+54 |
* | Implement support for Chill POWERSETs. | Per Bothner | 1993-12-14 | 1 | -0/+34 |
* | * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB. | Jim Kingdon | 1993-11-15 | 1 | -11/+32 |
* | Modified Files: | Kung Hsu | 1993-11-12 | 1 | -1/+1 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -8/+8 |
* | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-09-28 | 1 | -39/+42 |
* | * mipsread.c: Many changes for alpha ecoff format: | Peter Schauer | 1993-09-16 | 1 | -3/+8 |
* | gcc lint | K. Richard Pixley | 1993-09-08 | 1 | -6/+7 |
* | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, | Jim Kingdon | 1993-09-02 | 1 | -0/+2 |
* | add comments re stub types | Jim Kingdon | 1993-08-26 | 1 | -0/+4 |
* | * gdbtypes.c (fill_in_vptr_fieldno): Call check_stub_type. | Jim Kingdon | 1993-08-02 | 1 | -2/+8 |
* | * gdbtypes.h (struct type): Add field tag_name. | Jim Kingdon | 1993-07-02 | 1 | -31/+8 |
* | * c-exp.y (parse_number): Change high_bit to unsigned. | Fred Fish | 1993-03-03 | 1 | -1/+15 |
* | * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the first | Michael Tiemann | 1993-02-01 | 1 | -4/+10 |
* | Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com) | Michael Tiemann | 1993-01-31 | 1 | -1/+1 |