aboutsummaryrefslogtreecommitdiff
path: root/gdb/values.c
AgeCommit message (Expand)AuthorFilesLines
1995-04-13* values.c (set_internalvar): Set modifiable flag of newval.Jim Kingdon1-0/+1
1995-01-26 * language.h (struct language_defn): New field c_style_arrays.Per Bothner1-0/+1
1994-10-15 * eval.c (evaluate_subexp): Make fnptr a LONGEST insteadPeter Schauer1-15/+1
1994-10-06 * defs.h: If TARGET_BYTE_ORDER_SELECTABLE is defined by tm.h,Ian Lance Taylor1-8/+6
1994-09-25 * infcmd.c (do_registers_info) [INVALID_FLOAT]: Only use ifStan Shebs1-0/+2
1994-09-10 * Update copyright message to include 1993, 1994.Peter Schauer1-1/+2
1994-09-10 * corelow.c (add_solib_stub): Copy to_sections changes fromPeter Schauer1-12/+12
1994-05-05 Add partial support for g++ code compiled with -fvtable-thunks.Per Bothner1-9/+20
1994-04-13 * breakpoint.h (enum bptype): Add bp_hardware_watchpoint andJeff Law1-0/+18
1994-04-08 * values.c (unpack_long): Remove obsolete comment about using aJim Kingdon1-3/+0
1994-04-05 * values.c (unpack_long, value_from_longest),Per Bothner1-0/+2
1994-03-23 * values.c (set_internalvar): Don't set var->value until we areJim Kingdon1-5/+17
1994-03-05Fix typo, value has not been changed to value_ptr in all places.Peter Schauer1-1/+2
1994-03-03 * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,Jim Kingdon1-65/+63
1994-03-01 * value.h (struct value): Add modifiable field.Jim Kingdon1-1/+6
1993-12-30* values.c (unpack_long): Fix garbled error message.Jim Kingdon1-1/+1
1993-11-10 gcc -Wall lint:Jim Kingdon1-8/+11
1993-11-04Modified Files:Kung Hsu1-4/+8
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-3/+3
1993-10-29 * defs.h, findvar.c (extract_floating, store_floating): New functions.Jim Kingdon1-70/+25
1993-10-19Modified Files:Kung Hsu1-6/+8
1993-10-04Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)Jim Kingdon1-0/+8
1993-09-08some gcc lintK. Richard Pixley1-6/+3
1993-08-18 * printcmd.c (print_address), values.c (value_as_pointer): Don'tJim Kingdon1-0/+7
1993-07-30 * cp-valprint.c (cplus_print_value): Don't dump core if theJim Kingdon1-8/+52
1993-07-10 * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.Jim Kingdon1-7/+11
1993-07-10 * findvar.c, defs.hJim Kingdon1-178/+26
1993-06-17 * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: NewSteve Chamberlain1-0/+7
1993-04-29 * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONGFred Fish1-11/+14
1993-04-06* values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1.Jim Kingdon1-5/+13
1993-02-01 * values.c (value_headof): Fix typo in which VTBL and ARG wereMichael Tiemann1-10/+10
1993-01-16 * c-exp.y (exp:STRING): Convert C strings into array-of-charFred Fish1-2/+1
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-6/+6
1992-12-18 * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1-1/+1
1992-11-30 * tm-sun4sol2.h: Add CPLUS_MARKER. Solaris 2.0 requires '.'Fred Fish1-1/+1
1992-11-15 * Makefile.in (SFILES_MAINDIR): Add ch-exp.y.Fred Fish1-1/+1
1992-10-06 A bunch of changes mostly to improve debugging of C++ programs.John Gilmore1-9/+91
1992-09-10Removed a large number of changes inserted by Per BothnerJohn Gilmore1-91/+9
1992-09-04A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1-9/+91
1992-07-09 * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_typeFred Fish1-1/+2
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-29/+29
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-31/+28
1992-05-13 Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain1-3/+3
1992-05-05 * Makefile.in (DEMANGLER): Define and default to cplus-dem.Fred Fish1-1/+1
1992-05-05* values.c (set_internalvar): Force evaluation of lazy values.John Gilmore1-0/+5
1992-05-03 * Makefile.in (VERSION): Bump to 4.5.2.Fred Fish1-10/+41
1992-04-02Fix bug in values.c unpacking signed characters on hosts where the defaultFred Fish1-1/+1
1992-04-02Lint.John Gilmore1-6/+5
1992-03-29LintJohn Gilmore1-6/+6
1992-03-20More C++ improvements (pointers to members, qualified names). See ChangeLog.Per Bothner1-76/+2