Age | Commit message (Expand) | Author | Files | Lines |
1997-08-09 | * values.c (value_primitive_field): Account for offset when | Peter Schauer | 1 | -7/+10 |
1997-08-05 | * gdbtypes.h: Re-interpret struct field. Suppport address of static. | Per Bothner | 1 | -8/+31 |
1997-01-04 | * Makefile.in configure configure.in: Remove ENABLE_CLIBS, | Stu Grossman | 1 | -6/+4 |
1996-12-19 | * values.c (unpack_double): Make it compile with MSVC++ 2.x. | Mark Alexander | 1 | -1/+1 |
1996-11-22 | Fri Nov 22 15:55:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -9/+1 |
1996-11-21 | Wed Nov 20 19:09:16 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+8 |
1996-11-12 | Patches to add Irix6 host support. | Jim Wilson | 1 | -7/+7 |
1996-11-11 | * mips-tdep.c, remote-mips.c, values.c, mdebugread.c, | Dawn Perchik | 1 | -0/+9 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -0/+2 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -5/+5 |
1996-02-17 | * Add native support for long double data type. | Stu Grossman | 1 | -15/+16 |
1996-02-16 | * demangle.c (is_cplus_marker): New function, checks if a | Fred Fish | 1 | -2/+2 |
1996-01-24 | * value.h (COERCE_ARRAY): Don't coerce enums. | Per Bothner | 1 | -2/+1 |
1995-11-30 | * ch-exp.y: Replaced by ... | Per Bothner | 1 | -121/+43 |
1995-10-06 | * values.c allocate_repeat_value): Allocate an array type, and | Per Bothner | 1 | -29/+14 |
1995-10-05 | * expression.h (enum exp_code): Added OP_NAME. | Per Bothner | 1 | -0/+4 |
1995-09-02 | * configure.in: Explicitly `exit 0' for broken shells. | Peter Schauer | 1 | -0/+2 |
1995-08-26 | * mdebugread.c (parse_symbol): Handle sh.value of zero for enums. | Peter Schauer | 1 | -4/+12 |
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -1/+1 |
1995-04-13 | * values.c (set_internalvar): Set modifiable flag of newval. | Jim Kingdon | 1 | -0/+1 |
1995-01-26 | * language.h (struct language_defn): New field c_style_arrays. | Per Bothner | 1 | -0/+1 |
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 |