| Commit message (Expand) | Author | Age | Files | Lines |
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -617/+639 |
* | import gdb-1999-07-07 pre reformat | Jason Molenda | 1999-07-07 | 1 | -1/+1 |
* | import gdb-1999-05-25 snapshot | Jason Molenda | 1999-05-25 | 1 | -0/+2 |
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 1 | -0/+1451 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -1451/+0 |
* | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1998-12-28 | 1 | -3/+4 |
* | Mon Nov 23 11:38:40 1998 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1998-11-23 | 1 | -3/+18 |
* | * c-lang.c (emit_char c_printchar c_printstr), c-lang.h (c_printstr) | Stu Grossman | 1998-10-05 | 1 | -3/+19 |
* | * c-exp.y: Fix problems with parsing "'foo.bar'::func". Some languages | Stu Grossman | 1998-06-10 | 1 | -2/+7 |
* | Thu Apr 23 12:27:43 1998 Philippe De Muyter <phdm@macqel.be> | Jason Molenda | 1998-04-23 | 1 | -5/+0 |
* | * defs.h: Define CONST_PTR as blank if compiling with Microsoft | Stu Grossman | 1996-08-13 | 1 | -1/+1 |
* | See gdb ChangeLog entry with header: | Fred Fish | 1996-07-26 | 1 | -3/+22 |
* | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1996-03-30 | 1 | -2/+2 |
* | * language.c (set_language_command): Use languages table when | Tom Tromey | 1996-02-05 | 1 | -13/+26 |
* | * language.c (lang_bool_type): Add Fortran support. | Per Bothner | 1996-01-24 | 1 | -0/+9 |
* | * language.c (lang_bool_type), language.h: New function. | Per Bothner | 1995-12-01 | 1 | -0/+23 |
* | * alpha-tdep.c, c-exp.y, h8500-tdep.c, f-exp.y, f-valprint.c, | Per Bothner | 1995-11-30 | 1 | -12/+26 |
* | 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 |
* | * utils.c, complaints.c, language.c, monitor.c, remote-array.c, | Jim Kingdon | 1995-05-19 | 1 | -5/+5 |
* | * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered, | J.T. Conklin | 1995-05-18 | 1 | -4/+24 |
* | * language.h (struct language_defn): New field evaluate_exp. | Per Bothner | 1995-02-12 | 1 | -0/+3 |
* | * eval.c (evaluate_subexp): Clean up handling of | Per Bothner | 1995-02-02 | 1 | -0/+6 |
* | * language.h (struct language_defn): New field c_style_arrays. | Per Bothner | 1995-01-26 | 1 | -0/+3 |
* | Initial Fortran language support, adapted from work by Farooq Butt | Stan Shebs | 1994-08-19 | 1 | -0/+1 |
* | * language.h (struct language_defn): Remove unused field | Stan Shebs | 1994-08-03 | 1 | -3/+0 |
* | Fix value_print, which used to be ostensibly langauge-indepentdent, | Per Bothner | 1994-06-05 | 1 | -0/+13 |
* | * core.c (memory_error), symtab.c (cplusplus_hint, decode_line_1), | Jim Kingdon | 1994-05-04 | 1 | -6/+6 |
* | * utils.c, defs.h (error_begin): New function. | Jim Kingdon | 1994-04-28 | 1 | -10/+10 |
* | * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c, | Jim Kingdon | 1994-03-03 | 1 | -5/+5 |
* | * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove | Jim Kingdon | 1994-02-03 | 1 | -6/+0 |
* | * gdbtypes.h, ch-typeprint.c, ch-valprint.c: | Jim Kingdon | 1994-02-02 | 1 | -48/+20 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -24/+24 |
* | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-09-28 | 1 | -11/+11 |
* | * defs.h, main.c (catch_errors): Add return_mask arg. | Jim Kingdon | 1993-06-13 | 1 | -2/+2 |
* | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 1993-04-16 | 1 | -19/+1 |
* | * language.h (local_decimal_format_custom): Add prototype. | Fred Fish | 1993-03-01 | 1 | -0/+15 |
* | * language.c (struct op_print unk_op_print_tab): use the enum values | K. Richard Pixley | 1993-02-17 | 1 | -1/+1 |
* | * expression.h (BINOP_CONCAT): Document use for self concatenation | Fred Fish | 1993-01-28 | 1 | -2/+3 |
* | * eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that | Fred Fish | 1993-01-21 | 1 | -0/+28 |
* | * expression.h (exp_opcode): Add BINOP_MOD. | Fred Fish | 1993-01-05 | 1 | -0/+1 |
* | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1992-12-23 | 1 | -10/+10 |
* | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1992-12-18 | 1 | -1/+35 |
* | * c-exp.y (c_create_fundamental_type): New function to create | Fred Fish | 1992-12-03 | 1 | -0/+27 |
* | * defs.h (sevenbit_strings): Add declaration. | Fred Fish | 1992-11-21 | 1 | -0/+24 |
* | * language.h (language_format_info): New structure to bundle | Fred Fish | 1992-11-18 | 1 | -16/+28 |
* | First cut at sanitizing away the chill stuff. | Fred Fish | 1992-11-16 | 1 | -6/+22 |
* | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1992-11-15 | 1 | -5/+24 |
* | * language.c, language.h: Move saved_language out to global | John Gilmore | 1992-10-06 | 1 | -7/+22 |
* | * breakpoint.c, exec.c, language.c, main.c, printcmd.c, symfile.c, | Stu Grossman | 1992-09-29 | 1 | -14/+14 |