| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial Fortran language support, adapted from work by Farooq Butt | Stan Shebs | 1994-08-19 | 1 | -112/+355 |
* | * value.h (struct value): Add modifiable field. | Jim Kingdon | 1994-03-01 | 1 | -1/+5 |
* | * valops.c (value_assign): Set `type' after coercing toval. | Peter Schauer | 1994-01-25 | 1 | -13/+19 |
* | Sat Dec 25 09:50:29 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-12-25 | 1 | -1/+1 |
* | * valops.c (value_coerce_array): Handle STRINGs as well as ARRAYs. | Per Bothner | 1993-12-21 | 1 | -2/+15 |
* | Modified Files: | Kung Hsu | 1993-11-18 | 1 | -0/+10 |
* | Modified Files: | Kung Hsu | 1993-11-17 | 1 | -12/+20 |
* | * findvar.c (value_of_register, value_from_register), | Peter Schauer | 1993-11-02 | 1 | -14/+24 |
* | * valops.c (value_assign): Change bitfield code to use a buffer of | Jim Kingdon | 1993-10-28 | 1 | -13/+29 |
* | * valops.c (value_assign): Call reinit_frame_cache when assigning | Jim Kingdon | 1993-10-26 | 1 | -0/+9 |
* | * findvar.c, value.h (symbol_read_needs_frame): New function. | Jim Kingdon | 1993-10-08 | 1 | -1/+1 |
* | Changes to support alpha OSF/1 in native mode. | Peter Schauer | 1993-10-05 | 1 | -8/+13 |
* | CVS: | Kung Hsu | 1993-09-23 | 1 | -12/+16 |
* | * findvar.c (extract_signed_integer): Cast *p to LONGEST before doing | Peter Schauer | 1993-09-17 | 1 | -5/+5 |
* | * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhere | Jim Kingdon | 1993-08-27 | 1 | -2/+36 |
* | * blockframe.c (block_innermost_frame): Uncomment. | Jim Kingdon | 1993-08-18 | 1 | -14/+57 |
* | * findvar.c, defs.h | Jim Kingdon | 1993-07-10 | 1 | -5/+6 |
* | minor comment fix | Jim Kingdon | 1993-07-09 | 1 | -1/+1 |
* | * infcmd.c (run_stack_dummy): New argument name. | Jim Kingdon | 1993-07-08 | 1 | -7/+62 |
* | * Fix two bugs found by deja-gnu. One is the incorrect reporting | Stu Grossman | 1993-04-23 | 1 | -2/+12 |
* | * valops.c (typecmp): Now static. | Michael Tiemann | 1993-02-01 | 1 | -78/+204 |
* | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1992-12-23 | 1 | -17/+17 |
* | * hppa-pinsn.c (print_insn): Improve handling of be and ble | Stu Grossman | 1992-12-22 | 1 | -3/+10 |
* | * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize, | Fred Fish | 1992-11-24 | 1 | -48/+30 |
* | Removed a large number of changes inserted by Per Bothner | John Gilmore | 1992-09-10 | 1 | -22/+18 |
* | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1992-09-04 | 1 | -24/+34 |
* | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1992-07-04 | 1 | -8/+8 |
* | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1992-06-29 | 1 | -10/+20 |
* | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 1992-03-20 | 1 | -115/+132 |
* | * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions | John Gilmore | 1992-02-21 | 1 | -4/+4 |
* | * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c, | John Gilmore | 1992-02-21 | 1 | -6/+10 |
* | Mainly stuff to improve handling of TYPE_CODE_REF (C++ reference) | Per Bothner | 1991-12-30 | 1 | -9/+18 |
* | Fix things pointed up by Fred Fish's test suite; see ChangeLog. | John Gilmore | 1991-12-05 | 1 | -14/+23 |
* | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1991-11-21 | 1 | -7/+3 |
* | (value_fetch_lazy): Avoid 0-length fetches. | John Gilmore | 1991-10-25 | 1 | -2/+6 |
* | Remove locally duplicated code for calling functions in the inferior. The | Fred Fish | 1991-10-25 | 1 | -2/+4 |
* | Fix some infrastructure to be able to cope with host and target | John Gilmore | 1991-09-06 | 1 | -49/+33 |
* | Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog. | John Gilmore | 1991-05-30 | 1 | -7/+13 |
* | * valops.c (typecmp): If t2 == 0, return 1. | Jim Kingdon | 1991-04-26 | 1 | -23/+39 |
* | values.c (value_virtual_fn_field): If there is no fcontext, | Jim Kingdon | 1991-04-24 | 1 | -1/+1 |
* | * findvar.c (read_register_gen): Add "target byte-order" comment. | Jim Kingdon | 1991-04-20 | 1 | -1/+9 |
* | Initial revision | K. Richard Pixley | 1991-03-28 | 1 | -0/+1478 |
* | Initial revision | John Gilmore | 1990-09-05 | 1 | -1251/+0 |
* | gdb-3.5 | gdb-3.5 | 2012-06-03 | 1 | -7/+5 |
* | gdb-3.4 | gdb-3.4 | 2012-06-03 | 1 | -2/+5 |
* | gdb-3.3 | gdb-3.3 | 2012-06-03 | 1 | -63/+108 |
* | gdb-3.1 | gdb-3.1 | 2012-06-03 | 1 | -57/+193 |
* | gdb-2.8.1 | gdb-2.8.1 | 2012-06-03 | 1 | -22/+491 |
* | gdb-2.8 | gdb-2.8 | 2012-06-03 | 1 | -438/+14 |
* | gdb-2.5.3 | gdb-2.5.3 | 2012-06-03 | 1 | -2/+3 |