Age | Commit message (Expand) | Author | Files | Lines |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -277/+290 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -0/+3 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1567 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1063/+0 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -9/+62 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -69/+26 |
1995-11-30 | * f-typeprint.c, valarith.c, valprint.c, typeprint.c, eval.c: | Per Bothner | 1 | -61/+5 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -98/+80 |
1994-05-13 | gcc -Wall lint: | Jim Kingdon | 1 | -15/+16 |
1994-04-21 | * printcmd.c (print_command_1): Annotate the top-level expressions | Jim Kingdon | 1 | -1/+10 |
1994-03-26 | * valprint.c (val_print): Remove inaccurate comment about what | Jim Kingdon | 1 | -3/+7 |
1994-03-03 | * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c, | Jim Kingdon | 1 | -4/+4 |
1994-03-01 | * target.c, target.h (target_read_string): Provide error detection to | Jim Kingdon | 1 | -0/+7 |
1994-03-01 | * valprint.c (val_print_string): If errcode is set, always print | Jim Kingdon | 1 | -5/+0 |
1994-02-28 | * valprint.c (val_print_string): If errcode is set, always print | Jim Kingdon | 1 | -18/+34 |
1994-02-18 | * defs.h, valprint.c: Make longest_to_int a function not a macro. | Jim Kingdon | 1 | -2/+27 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -8/+10 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -39/+47 |
1993-06-13 | * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix. | Jim Kingdon | 1 | -3/+6 |
1993-06-12 | * Makefile.in (VERSION): Bump to 4.9.2. | Fred Fish | 1 | -134/+229 |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 1 | -53/+194 |
1993-01-14 | * c-valprint.c (cp_print_class_member): Add extern decl. | Fred Fish | 1 | -12/+102 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -1734/+311 |
1992-12-15 | * gdbtypes.c (create_array_type): Complete rewrite. Now requires | Fred Fish | 1 | -122/+48 |
1992-11-15 | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1 | -4/+20 |
1992-09-10 | Removed a large number of changes inserted by Per Bothner | John Gilmore | 1 | -17/+6 |
1992-09-04 | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1 | -7/+22 |
1992-08-03 | * configure.in: Recognize i486 host cpu. | Fred Fish | 1 | -66/+116 |
1992-07-09 | * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type | Fred Fish | 1 | -2/+39 |
1992-07-06 | * maint.c: New file. | Fred Fish | 1 | -3/+0 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -12/+12 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -8/+14 |
1992-06-24 | * valprint.c (val_print_fields): Call fprint_symbol to get | Fred Fish | 1 | -3/+3 |
1992-06-23 | * command.c (add_abbrev_prefix_cmd): Fix misspelling in comment. | Fred Fish | 1 | -7/+14 |
1992-06-19 | * valprint.c (type_print_1): Plug memory leak. Print all | Fred Fish | 1 | -14/+20 |
1992-05-10 | * Makefile.in (VERSION): Bump to 4.5.3 | Fred Fish | 1 | -15/+29 |
1992-05-05 | * Makefile.in (DEMANGLER): Define and default to cplus-dem. | Fred Fish | 1 | -6/+14 |
1992-04-22 | Remove now obsolete signame.c and signame.h; functionality is handled by | Fred Fish | 1 | -17/+20 |
1992-04-15 | Add TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure, | Fred Fish | 1 | -102/+77 |
1992-03-19 | Some improvements to g++ debugging. | Per Bothner | 1 | -27/+74 |
1992-01-27 | Print C++ constructor methods without bogus "return type." | Per Bothner | 1 | -9/+13 |
1991-12-05 | Fix things pointed up by Fred Fish's test suite; see ChangeLog. | John Gilmore | 1 | -7/+4 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -3/+7 |
1991-11-04 | * infrun.c: Fixed typo in comment. | Per Bothner | 1 | -1/+1 |
1991-10-26 | Various fixes to improve g++ debugging. See ChangeLog. | Per Bothner | 1 | -13/+4 |
1991-10-24 | Add three new builtin types (builtin_type_long_double, builtin_type_complex, | Fred Fish | 1 | -31/+42 |
1991-09-25 | iVS: Modified Files: | John Gilmore | 1 | -1/+44 |
1991-09-19 | * valprint.c (type_print_base): Avoid printing garbage for ints | John Gilmore | 1 | -13/+16 |
1991-07-14 | * findvar.c (find_var_value): Handle &function better. | John Gilmore | 1 | -8/+15 |
1991-05-03 | Mips bringup and general cleanup | John Gilmore | 1 | -1/+7 |