Age | Commit message (Expand) | Author | Files | Lines |
1994-10-15 | * eval.c (evaluate_subexp): Make fnptr a LONGEST instead | Peter Schauer | 1 | -15/+1 |
1994-10-06 | * defs.h: If TARGET_BYTE_ORDER_SELECTABLE is defined by tm.h, | Ian Lance Taylor | 1 | -8/+6 |
1994-09-25 | * infcmd.c (do_registers_info) [INVALID_FLOAT]: Only use if | Stan Shebs | 1 | -0/+2 |
1994-09-10 | * Update copyright message to include 1993, 1994. | Peter Schauer | 1 | -1/+2 |
1994-09-10 | * corelow.c (add_solib_stub): Copy to_sections changes from | Peter Schauer | 1 | -12/+12 |
1994-05-05 | Add partial support for g++ code compiled with -fvtable-thunks. | Per Bothner | 1 | -9/+20 |
1994-04-13 | * breakpoint.h (enum bptype): Add bp_hardware_watchpoint and | Jeff Law | 1 | -0/+18 |
1994-04-08 | * values.c (unpack_long): Remove obsolete comment about using a | Jim Kingdon | 1 | -3/+0 |
1994-04-05 | * values.c (unpack_long, value_from_longest), | Per Bothner | 1 | -0/+2 |
1994-03-23 | * values.c (set_internalvar): Don't set var->value until we are | Jim Kingdon | 1 | -5/+17 |
1994-03-05 | Fix typo, value has not been changed to value_ptr in all places. | Peter Schauer | 1 | -1/+2 |
1994-03-03 | * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c, | Jim Kingdon | 1 | -65/+63 |
1994-03-01 | * value.h (struct value): Add modifiable field. | Jim Kingdon | 1 | -1/+6 |
1993-12-30 | * values.c (unpack_long): Fix garbled error message. | Jim Kingdon | 1 | -1/+1 |
1993-11-10 | gcc -Wall lint: | Jim Kingdon | 1 | -8/+11 |
1993-11-04 | Modified Files: | Kung Hsu | 1 | -4/+8 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -3/+3 |
1993-10-29 | * defs.h, findvar.c (extract_floating, store_floating): New functions. | Jim Kingdon | 1 | -70/+25 |
1993-10-19 | Modified Files: | Kung Hsu | 1 | -6/+8 |
1993-10-04 | Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | Jim Kingdon | 1 | -0/+8 |
1993-09-08 | some gcc lint | K. Richard Pixley | 1 | -6/+3 |
1993-08-18 | * printcmd.c (print_address), values.c (value_as_pointer): Don't | Jim Kingdon | 1 | -0/+7 |
1993-07-30 | * cp-valprint.c (cplus_print_value): Don't dump core if the | Jim Kingdon | 1 | -8/+52 |
1993-07-10 | * values.c, value.h (modify_field), callers: Make fieldval a LONGEST. | Jim Kingdon | 1 | -7/+11 |
1993-07-10 | * findvar.c, defs.h | Jim Kingdon | 1 | -178/+26 |
1993-06-17 | * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New | Steve Chamberlain | 1 | -0/+7 |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 1 | -11/+14 |
1993-04-06 | * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1. | Jim Kingdon | 1 | -5/+13 |
1993-02-01 | * values.c (value_headof): Fix typo in which VTBL and ARG were | Michael Tiemann | 1 | -10/+10 |
1993-01-16 | * c-exp.y (exp:STRING): Convert C strings into array-of-char | Fred Fish | 1 | -2/+1 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -6/+6 |
1992-12-18 | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1 | -1/+1 |
1992-11-30 | * tm-sun4sol2.h: Add CPLUS_MARKER. Solaris 2.0 requires '.' | Fred Fish | 1 | -1/+1 |
1992-11-15 | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1 | -1/+1 |
1992-10-06 | A bunch of changes mostly to improve debugging of C++ programs. | John Gilmore | 1 | -9/+91 |
1992-09-10 | Removed a large number of changes inserted by Per Bothner | John Gilmore | 1 | -91/+9 |
1992-09-04 | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1 | -9/+91 |
1992-07-09 | * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type | Fred Fish | 1 | -1/+2 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -29/+29 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -31/+28 |
1992-05-13 | Changes to support GDB running on DOS using GO32 and H8 support | Steve Chamberlain | 1 | -3/+3 |
1992-05-05 | * Makefile.in (DEMANGLER): Define and default to cplus-dem. | Fred Fish | 1 | -1/+1 |
1992-05-05 | * values.c (set_internalvar): Force evaluation of lazy values. | John Gilmore | 1 | -0/+5 |
1992-05-03 | * Makefile.in (VERSION): Bump to 4.5.2. | Fred Fish | 1 | -10/+41 |
1992-04-02 | Fix bug in values.c unpacking signed characters on hosts where the default | Fred Fish | 1 | -1/+1 |
1992-04-02 | Lint. | John Gilmore | 1 | -6/+5 |
1992-03-29 | Lint | John Gilmore | 1 | -6/+6 |
1992-03-20 | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 1 | -76/+2 |
1992-03-19 | Some improvements to g++ debugging. | Per Bothner | 1 | -9/+20 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -2/+1 |