| Commit message (Expand) | Author | Age | Files | Lines |
* | * value.h (value_as_address): Rename value_as_pointer. | Andrew Cagney | 2001-10-16 | 1 | -1/+1 |
* | * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) | Andrew Cagney | 2001-08-01 | 1 | -0/+2 |
* | * value.h (struct value): Doc fix, and rearrange members to place | Jim Blandy | 2001-05-21 | 1 | -21/+45 |
* | 2001-05-07 Daniel Berlin <dan@cgsoftware.com> | Daniel Berlin | 2001-05-19 | 1 | -0/+2 |
* | (Changes from Daniel Berlin, with revisions by Jim Blandy.) | Jim Blandy | 2001-04-27 | 1 | -5/+0 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -34/+0 |
* | Move get_saved_register to frame.h. | Andrew Cagney | 2001-02-22 | 1 | -5/+0 |
* | Changed free() to xfree() where appropriate. Also changed Copyright to | John R. Moore | 2001-02-02 | 1 | -2/+3 |
* | * regcache.c (set_register_cached, register_buffer, | Nicholas Duffek | 2001-01-09 | 1 | -0/+4 |
* | * regcache.c: Change "write-back" comment to "write-through". | Nicholas Duffek | 2001-01-09 | 1 | -10/+10 |
* | * eval.c (parse_and_eval_long): New function. | David Taylor | 2000-10-30 | 1 | -0/+2 |
* | 2000-09-04 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2000-09-04 | 1 | -1/+1 |
* | Fri Aug 25 16:57:05 2000 David Taylor <taylor@texas.cygnus.com> | David Taylor | 2000-08-25 | 1 | -0/+2 |
* | * value.h (struct value) <lazy>: Add a comment about its use for | Eli Zaretskii | 2000-08-16 | 1 | -1/+12 |
* | Add read_signed_register{,_pid}(). Change return type of | Andrew Cagney | 2000-07-11 | 1 | -2/+8 |
* | 2000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-07-10 | 1 | -0/+2 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -169/+154 |
* | 2000-04-27 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2000-04-27 | 1 | -0/+3 |
* | * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two new | Jim Blandy | 2000-04-14 | 1 | -2/+4 |
* | Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. | Jim Blandy | 2000-02-22 | 1 | -0/+4 |
* | import gdb-2000-02-01 snapshot | Jason Molenda | 2000-02-02 | 1 | -28/+25 |
* | import gdb-1999-12-06 snapshot | Jason Molenda | 1999-12-07 | 1 | -3/+7 |
* | import gdb-1999-08-30 snapshot | Jason Molenda | 1999-08-31 | 1 | -2/+0 |
* | import gdb-1999-08-23 snapshot | Jason Molenda | 1999-08-23 | 1 | -17/+0 |
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -119/+126 |
* | import gdb-1999-06-14 snapshot | Jason Molenda | 1999-06-14 | 1 | -0/+2 |
* | import gdb-1999-06-01 snapshot | Jason Molenda | 1999-06-01 | 1 | -1/+1 |
* | import gdb-1999-05-25 snapshot | Jason Molenda | 1999-05-25 | 1 | -0/+5 |
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -7/+8 |
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 1 | -0/+568 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -568/+0 |
* | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1998-12-28 | 1 | -7/+62 |
* | 1998-10-13 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1998-10-14 | 1 | -11/+24 |
* | * ch-exp.c (parse_tuple_element): Allow (*): for array tuples | Wilfried Moser | 1996-09-04 | 1 | -29/+35 |
* | * valops.c (value_arg_coerce): Now takes param_type argument. | Per Bothner | 1995-02-12 | 1 | -30/+1 |
* | * ch-exp.y (value_string_element, string_primitive_value, | Per Bothner | 1995-02-01 | 1 | -2/+10 |
* | Add support for Chill bitstring literals (e.h. H'FF00'). | Per Bothner | 1995-01-23 | 1 | -2/+3 |
* | * value.h: Remove obsolete comments about FRAME vs struct | Jim Kingdon | 1994-12-20 | 1 | -11/+15 |
* | Initial Fortran language support, adapted from work by Farooq Butt | Stan Shebs | 1994-08-19 | 1 | -0/+32 |
* | * breakpoint.h (enum bptype): Add bp_hardware_watchpoint and | Jeff Law | 1994-04-13 | 1 | -1/+4 |
* | * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c, | Jim Kingdon | 1994-03-03 | 1 | -146/+115 |
* | * value.h (struct value): Add modifiable field. | Jim Kingdon | 1994-03-01 | 1 | -15/+21 |
* | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-09-28 | 1 | -91/+56 |
* | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 1993-04-29 | 1 | -5/+12 |
* | * c-valprint.c (cp_print_class_member): Add extern decl. | Fred Fish | 1993-01-14 | 1 | -16/+10 |
* | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1992-09-04 | 1 | -7/+17 |
* | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 1992-03-20 | 1 | -122/+324 |
* | * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c, | John Gilmore | 1992-02-21 | 1 | -15/+46 |
* | * values.c, value.h: New functions value_{headof,from_vtable_info}. | Jim Kingdon | 1991-04-26 | 1 | -2/+2 |