aboutsummaryrefslogtreecommitdiff
path: root/gdb/valops.c
AgeCommit message (Expand)AuthorFilesLines
1995-03-14 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):Jim Kingdon1-0/+2
1995-03-14 * valops.c (value_cast, value_slice), parse.c (follow_types): AddJim Kingdon1-0/+5
1995-03-06 * valops.c (value_cast): Don't use backslash newline--pre-ANSIJim Kingdon1-2/+2
1995-03-04 * valops.c (value_cast): Cehck for cast to array type *before*Per Bothner1-58/+76
1995-03-03 * valops.c (value_struct_elt_for_reference): Work around macroJeff Law1-4/+25
1995-02-12 * valops.c (value_arg_coerce): Now takes param_type argument.Per Bothner1-704/+84
1995-02-01 * ch-exp.y (value_string_element, string_primitive_value,Per Bothner1-14/+123
1995-01-23 Add support for Chill bitstring literals (e.h. H'FF00').Per Bothner1-8/+43
1994-10-29 * top.c (line_completion_function): Renamed fromPeter Schauer1-27/+493
1994-08-19 Initial Fortran language support, adapted from work by Farooq ButtStan Shebs1-112/+355
1994-03-01 * value.h (struct value): Add modifiable field.Jim Kingdon1-1/+5
1994-01-25 * valops.c (value_assign): Set `type' after coercing toval.Peter Schauer1-13/+19
1993-12-25Sat Dec 25 09:50:29 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-1/+1
1993-12-21 * valops.c (value_coerce_array): Handle STRINGs as well as ARRAYs.Per Bothner1-2/+15
1993-11-18Modified Files:Kung Hsu1-0/+10
1993-11-17Modified Files:Kung Hsu1-12/+20
1993-11-02 * findvar.c (value_of_register, value_from_register),Peter Schauer1-14/+24
1993-10-28 * valops.c (value_assign): Change bitfield code to use a buffer ofJim Kingdon1-13/+29
1993-10-26 * valops.c (value_assign): Call reinit_frame_cache when assigningJim Kingdon1-0/+9
1993-10-08 * findvar.c, value.h (symbol_read_needs_frame): New function.Jim Kingdon1-1/+1
1993-10-05 Changes to support alpha OSF/1 in native mode.Peter Schauer1-8/+13
1993-09-23CVS:Kung Hsu1-12/+16
1993-09-17 * findvar.c (extract_signed_integer): Cast *p to LONGEST before doingPeter Schauer1-5/+5
1993-08-27 * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhereJim Kingdon1-2/+36
1993-08-18 * blockframe.c (block_innermost_frame): Uncomment.Jim Kingdon1-14/+57
1993-07-10 * findvar.c, defs.hJim Kingdon1-5/+6
1993-07-09minor comment fixJim Kingdon1-1/+1
1993-07-08 * infcmd.c (run_stack_dummy): New argument name.Jim Kingdon1-7/+62
1993-04-23 * Fix two bugs found by deja-gnu. One is the incorrect reportingStu Grossman1-2/+12
1993-02-01 * valops.c (typecmp): Now static.Michael Tiemann1-78/+204
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-17/+17
1992-12-22 * hppa-pinsn.c (print_insn): Improve handling of be and bleStu Grossman1-3/+10
1992-11-24 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,Fred Fish1-48/+30
1992-09-10Removed a large number of changes inserted by Per BothnerJohn Gilmore1-22/+18
1992-09-04A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1-24/+34
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-8/+8
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-10/+20
1992-03-20More C++ improvements (pointers to members, qualified names). See ChangeLog.Per Bothner1-115/+132
1992-02-21* tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitionsJohn Gilmore1-4/+4
1992-02-21* core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,John Gilmore1-6/+10
1991-12-30Mainly stuff to improve handling of TYPE_CODE_REF (C++ reference)Per Bothner1-9/+18
1991-12-05Fix things pointed up by Fred Fish's test suite; see ChangeLog.John Gilmore1-14/+23
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-7/+3
1991-10-25(value_fetch_lazy): Avoid 0-length fetches.John Gilmore1-2/+6
1991-10-25Remove locally duplicated code for calling functions in the inferior. TheFred Fish1-2/+4
1991-09-06Fix some infrastructure to be able to cope with host and targetJohn Gilmore1-49/+33
1991-05-30Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog.John Gilmore1-7/+13
1991-04-26 * valops.c (typecmp): If t2 == 0, return 1.Jim Kingdon1-23/+39
1991-04-24 values.c (value_virtual_fn_field): If there is no fcontext,Jim Kingdon1-1/+1
1991-04-20 * findvar.c (read_register_gen): Add "target byte-order" comment.Jim Kingdon1-1/+9