summaryrefslogtreecommitdiff
path: root/gdb/values.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo, value has not been changed to value_ptr in all places.Peter Schauer1994-03-051-1/+2
* * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,Jim Kingdon1994-03-031-65/+63
* * value.h (struct value): Add modifiable field.Jim Kingdon1994-03-011-1/+6
* * values.c (unpack_long): Fix garbled error message.Jim Kingdon1993-12-301-1/+1
* gcc -Wall lint:Jim Kingdon1993-11-101-8/+11
* Modified Files:Kung Hsu1993-11-041-4/+8
* Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1993-11-011-3/+3
* * defs.h, findvar.c (extract_floating, store_floating): New functions.Jim Kingdon1993-10-291-70/+25
* Modified Files:Kung Hsu1993-10-191-6/+8
* Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)Jim Kingdon1993-10-041-0/+8
* some gcc lintK. Richard Pixley1993-09-081-6/+3
* * printcmd.c (print_address), values.c (value_as_pointer): Don'tJim Kingdon1993-08-181-0/+7
* * cp-valprint.c (cplus_print_value): Don't dump core if theJim Kingdon1993-07-301-8/+52
* * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.Jim Kingdon1993-07-101-7/+11
* * findvar.c, defs.hJim Kingdon1993-07-101-178/+26
* * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: NewSteve Chamberlain1993-06-171-0/+7
* * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONGFred Fish1993-04-291-11/+14
* * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1.Jim Kingdon1993-04-061-5/+13
* * values.c (value_headof): Fix typo in which VTBL and ARG wereMichael Tiemann1993-02-011-10/+10
* * c-exp.y (exp:STRING): Convert C strings into array-of-charFred Fish1993-01-161-2/+1
* * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1992-12-231-6/+6
* * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1992-12-181-1/+1
* * tm-sun4sol2.h: Add CPLUS_MARKER. Solaris 2.0 requires '.'Fred Fish1992-11-301-1/+1
* * Makefile.in (SFILES_MAINDIR): Add ch-exp.y.Fred Fish1992-11-151-1/+1
* A bunch of changes mostly to improve debugging of C++ programs.John Gilmore1992-10-061-9/+91
* Removed a large number of changes inserted by Per BothnerJohn Gilmore1992-09-101-91/+9
* A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1992-09-041-9/+91
* * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_typeFred Fish1992-07-091-1/+2
* * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1992-07-041-29/+29
* * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1992-06-291-31/+28
* Changes to support GDB running on DOS using GO32 and H8 supportSteve Chamberlain1992-05-131-3/+3
* * Makefile.in (DEMANGLER): Define and default to cplus-dem.Fred Fish1992-05-051-1/+1
* * values.c (set_internalvar): Force evaluation of lazy values.John Gilmore1992-05-051-0/+5
* * Makefile.in (VERSION): Bump to 4.5.2.Fred Fish1992-05-031-10/+41
* Fix bug in values.c unpacking signed characters on hosts where the defaultFred Fish1992-04-021-1/+1
* Lint.John Gilmore1992-04-021-6/+5
* LintJohn Gilmore1992-03-291-6/+6
* More C++ improvements (pointers to members, qualified names). See ChangeLog.Per Bothner1992-03-201-76/+2
* Some improvements to g++ debugging.Per Bothner1992-03-191-9/+20
* Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1992-03-031-2/+1
* * Check in Fred Fish's changes in these modules. FredJohn Gilmore1992-02-221-4/+17
* * coffread.c (read_enum_type): Use the size of a target int whenSteve Chamberlain1992-02-061-7/+14
* Mainly stuff to improve handling of TYPE_CODE_REF (C++ reference)Per Bothner1991-12-301-1/+1
* Improve G++ debugging support.John Gilmore1991-11-271-85/+4
* * defs.h: Incorporate param.h. All users changed.John Gilmore1991-11-211-3/+2
* Fixes related to handling of C++ methods (handle destructorsPer Bothner1991-11-121-14/+9
* Remove internal gdb definition of fixed arg count concat() function andFred Fish1991-11-121-1/+1
* Add C++ as a separate language.Per Bothner1991-11-061-8/+10
* Various fixes to improve g++ debugging. See ChangeLog.Per Bothner1991-10-261-44/+28
* Changes from Fred Fish:John Gilmore1991-10-151-2/+2