aboutsummaryrefslogtreecommitdiff
path: root/gdb/values.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-192002-08-19 David Carlton <carlton@math.stanford.edu>David Carlton1-2/+11
2002-07-03* gdbarch.sh (struct regcache): Add opaque declaration.Andrew Cagney1-6/+3
2002-07-03* infcmd.c (print_return_value): Remove compatibility code callingAndrew Cagney1-1/+4
2002-06-14+ * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): RenameAndrew Cagney1-0/+13
2002-05-112002-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-89/+0
2002-01-29* config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...Andrew Cagney1-7/+16
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-95/+0
2002-01-04s/value_ptr/struct value */Andrew Cagney1-66/+70
2001-12-11Rearange code to supress -Wuninitialized error.Andrew Cagney1-4/+9
2001-12-10Approved by Jim Blandy:Fred Fish1-9/+21
2001-11-30 * values.c (value_primitive_field): Add embedded_offset to theDaniel Jacobowitz1-1/+2
2001-11-29* values.c (value_being_returned): Make error message a properJim Blandy1-1/+1
2001-11-09* values.c (value_as_address): If VAL is a function or method,Jim Blandy1-0/+42
2001-11-07gdbarch.sh provides default for USE_STRUCT_CONVENTION.Andrew Cagney1-5/+0
2001-10-16* value.h (value_as_address): Rename value_as_pointer.Andrew Cagney1-3/+3
2001-10-15Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney1-29/+43
2001-09-24* doublest.h (store_floating, extract_floating): Add commentAndrew Cagney1-3/+3
2001-08-01* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney1-0/+1
2001-07-10Clean up the D10V port so that GDB and the target program noJim Blandy1-3/+0
2001-07-08* gdbtypes.h (builtin_type_void_data_ptr): RenameAndrew Cagney1-2/+3
2001-06-15* gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.Andrew Cagney1-1/+1
2001-06-10* gnu-regex.c: Eliminate obsolete check for _MSC_VER.Christopher Faylor1-5/+0
2001-05-21* values.c (value_primitive_field): If we're extracting a baseJim Blandy1-1/+1
2001-05-192001-05-07 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin1-3/+54
2001-04-27(Changes from Daniel Berlin, with revisions by Jim Blandy.)Jim Blandy1-192/+0
2001-03-27* arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin1-1/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2000-12-15Replace free() with xfree().Kevin Buettner1-6/+6
2000-11-10Protoization.Kevin Buettner1-11/+5
2000-10-30 * eval.c (parse_and_eval_long): New function.David Taylor1-1/+1
2000-07-30Protoization.Kevin Buettner1-116/+47
2000-07-17Cast integers into pointers before converting them into canonicalAndrew Cagney1-1/+30
2000-06-092000-06-08 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1-0/+1
2000-05-28PARAMS removal.Kevin Buettner1-6/+5
2000-04-19Bring RETURN_VALUE_ON_STACK under gdbarch's control.Jim Blandy1-7/+0
2000-04-14* gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy1-6/+18
2000-04-04C++ changes for 5.0, finally committed.Daniel Berlin1-68/+42
2000-03-212000-03-20 Eli Zaretskii <eliz@is.elta.co.il>Michael Snyder1-0/+2
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-1/+0
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-184/+186
1999-06-14import gdb-1999-06-14 snapshotJason Molenda1-0/+26
1999-06-01import gdb-1999-06-01 snapshotJason Molenda1-8/+8
1999-04-26import gdb-19990422 snapshotStan Shebs1-5/+4
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1623
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1623/+0
1999-01-18 * values.c (value_virtual_fn_field): Clear the pointed-toMark Alexander1-1/+3
1998-12-31 * value.c (value_virtual_fn_field): Handle the situation whereMark Alexander1-9/+25
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-73/+204
1998-12-28revert change 1.104 --> 1.105. sigh. this reversal breaks 18470. doubleDavid Taylor1-25/+9
1998-12-21Fix for PR 18470:Mark Alexander1-9/+25