summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* PARAMS removal.Kevin Buettner2000-05-281-15/+20
* Purge (almost) make_cleanup_func.Andrew Cagney2000-05-221-2/+1
* * target.h (target_memory_bfd_section): Removed declaration.J.T. Conklin2000-05-201-3/+3
* Convert SAVE_DUMMY_FRAME_TOS to multi-arch.Andrew Cagney2000-05-151-3/+2
* Convert REG_STRUCT_HAS_ADDR to multi-arch. Use REG_STRUCT_HAS_ADDR_PAndrew Cagney2000-04-221-66/+66
* * valops.c (hand_function_call): Replace #ifdef STACK_ALIGN withAndrew Cagney2000-04-211-20/+15
* * remote.c (REMOTE_TRANSLATE_XFER_ADDRESS), mem-break.cAndrew Cagney2000-04-171-12/+0
* * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy2000-04-141-13/+13
* Compare VALUE_ADDRESS() return value with ZERO not NULL.Andrew Cagney2000-04-091-1/+1
* C++ changes for 5.0, finally committed.Daniel Berlin2000-04-041-114/+212
* From Daniel Berlin:Andrew Cagney2000-03-131-13/+59
* Revert: ``Fix C++ overload support, see through references''.Andrew Cagney2000-03-131-131/+89
* Fix C++ overload support, see through referencesDaniel Berlin2000-03-101-89/+131
* 2000-02-23 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2000-02-231-8/+50
* Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control.Jim Blandy2000-02-221-10/+41
* import gdb-2000-01-31 snapshotJason Molenda2000-02-011-2/+23
* import gdb-1999-12-06 snapshotJason Molenda1999-12-071-2/+2
* import gdb-1999-10-18 snapshotJason Molenda1999-10-191-1/+9
* import gdb-1999-10-11 snapshotJason Molenda1999-10-121-5/+23
* import gdb-1999-09-21Jason Molenda1999-09-221-8/+0
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-569/+583
* import gdb-1999-07-05 snapshotJason Molenda1999-07-051-0/+4
* import gdb-1999-06-01 snapshotJason Molenda1999-06-011-4/+3
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-14/+21
* import gdb-19990422 snapshotStan Shebs1999-04-261-94/+104
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+3461
* Initial creation of sourceware repositoryStan Shebs1999-04-161-3406/+0
* hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1998-12-281-228/+1192
* Since d10v is public now, remove all sanitization statementsMichael Meissner1997-02-201-24/+39
* * c-exp.y (qualified_name): Replace explicit check for validPeter Schauer1996-12-141-9/+21
* Added target function calls for SH, M32R and H8300.Michael Snyder1996-11-271-31/+91
* * configure.in: Add test for "long long" support.Fred Fish1996-07-281-0/+6
* See gdb ChangeLog entry with header:Fred Fish1996-07-261-2/+5
* * core-aout.c (fetch_core_registers): Cast core_reg_size to intFred Fish1996-03-301-6/+8
* * valops.c (value_assign): Make copy of internal variable valueFred Fish1996-03-281-4/+11
* * Add native support for long double data type.Stu Grossman1996-02-171-10/+35
* * stabsread.c (read_struct_type): Trivial simplification.Per Bothner1996-01-121-5/+7
* * valops.c (value_slice): Implement (value) bitstring slices.Per Bothner1995-12-011-20/+45
* * ch-exp.y: Replaced by ...Per Bothner1995-11-301-142/+190
* * alpha-tdep.c, mips-tdep.c (init_extra_frame_info):Peter Schauer1995-10-211-28/+36
* * valops.c (search_struct_field): Also allow "else" as a variant name,Per Bothner1995-09-271-1/+4
* * eval.c (evaluate_struct_tuple): New function. Used to evaluatePer Bothner1995-09-271-9/+33
* * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.Per Bothner1995-09-191-4/+18
* * configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1995-08-011-15/+32
* * valops.c (value_repeat), eval.c (evaluate_subexp_standard):Jim Kingdon1995-03-141-0/+2
* * valops.c (value_cast, value_slice), parse.c (follow_types): AddJim Kingdon1995-03-141-0/+5
* * valops.c (value_cast): Don't use backslash newline--pre-ANSIJim Kingdon1995-03-061-2/+2
* * valops.c (value_cast): Cehck for cast to array type *before*Per Bothner1995-03-041-58/+76
* * valops.c (value_struct_elt_for_reference): Work around macroJeff Law1995-03-031-4/+25
* * valops.c (value_arg_coerce): Now takes param_type argument.Per Bothner1995-02-121-704/+84