Age | Commit message (Expand) | Author | Files | Lines |
2000-06-09 | 2000-06-08 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 1 | -0/+1 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -6/+5 |
2000-04-19 | Bring RETURN_VALUE_ON_STACK under gdbarch's control. | Jim Blandy | 1 | -7/+0 |
2000-04-14 | * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two new | Jim Blandy | 1 | -6/+18 |
2000-04-04 | C++ changes for 5.0, finally committed. | Daniel Berlin | 1 | -68/+42 |
2000-03-21 | 2000-03-20 Eli Zaretskii <eliz@is.elta.co.il> | Michael Snyder | 1 | -0/+2 |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -1/+0 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -184/+186 |
1999-06-14 | import gdb-1999-06-14 snapshot | Jason Molenda | 1 | -0/+26 |
1999-06-01 | import gdb-1999-06-01 snapshot | Jason Molenda | 1 | -8/+8 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -5/+4 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1623 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1623/+0 |
1999-01-18 | * values.c (value_virtual_fn_field): Clear the pointed-to | Mark Alexander | 1 | -1/+3 |
1998-12-31 | * value.c (value_virtual_fn_field): Handle the situation where | Mark Alexander | 1 | -9/+25 |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -73/+204 |
1998-12-28 | revert change 1.104 --> 1.105. sigh. this reversal breaks 18470. double | David Taylor | 1 | -25/+9 |
1998-12-21 | Fix for PR 18470: | Mark Alexander | 1 | -9/+25 |
1998-11-23 | CARP: Convert macro definitions of USE_STRUCT_CONVENTION into target | Andrew Cagney | 1 | -8/+15 |
1998-10-14 | 1998-10-14 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -2/+6 |
1998-10-02 | * target.c (target_xfer_memory): Handle requests with zero | Peter Schauer | 1 | -3/+6 |
1998-06-16 | * PR 15693 fix. | Frank Ch. Eigler | 1 | -1/+4 |
1998-04-20 | Mon Apr 20 15:35:03 1998 Philippe De Muyter <phdm@macqel.be> | Jason Molenda | 1 | -1/+1 |
1998-01-23 | * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }". | Fred Fish | 1 | -0/+4 |
1997-08-09 | * values.c (value_primitive_field): Account for offset when | Peter Schauer | 1 | -7/+10 |
1997-08-05 | * gdbtypes.h: Re-interpret struct field. Suppport address of static. | Per Bothner | 1 | -8/+31 |
1997-01-04 | * Makefile.in configure configure.in: Remove ENABLE_CLIBS, | Stu Grossman | 1 | -6/+4 |
1996-12-19 | * values.c (unpack_double): Make it compile with MSVC++ 2.x. | Mark Alexander | 1 | -1/+1 |
1996-11-22 | Fri Nov 22 15:55:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -9/+1 |
1996-11-21 | Wed Nov 20 19:09:16 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+8 |
1996-11-12 | Patches to add Irix6 host support. | Jim Wilson | 1 | -7/+7 |
1996-11-11 | * mips-tdep.c, remote-mips.c, values.c, mdebugread.c, | Dawn Perchik | 1 | -0/+9 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -0/+2 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -5/+5 |
1996-02-17 | * Add native support for long double data type. | Stu Grossman | 1 | -15/+16 |
1996-02-16 | * demangle.c (is_cplus_marker): New function, checks if a | Fred Fish | 1 | -2/+2 |
1996-01-24 | * value.h (COERCE_ARRAY): Don't coerce enums. | Per Bothner | 1 | -2/+1 |
1995-11-30 | * ch-exp.y: Replaced by ... | Per Bothner | 1 | -121/+43 |
1995-10-06 | * values.c allocate_repeat_value): Allocate an array type, and | Per Bothner | 1 | -29/+14 |
1995-10-05 | * expression.h (enum exp_code): Added OP_NAME. | Per Bothner | 1 | -0/+4 |
1995-09-02 | * configure.in: Explicitly `exit 0' for broken shells. | Peter Schauer | 1 | -0/+2 |
1995-08-26 | * mdebugread.c (parse_symbol): Handle sh.value of zero for enums. | Peter Schauer | 1 | -4/+12 |
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -1/+1 |
1995-04-13 | * values.c (set_internalvar): Set modifiable flag of newval. | Jim Kingdon | 1 | -0/+1 |
1995-01-26 | * language.h (struct language_defn): New field c_style_arrays. | Per Bothner | 1 | -0/+1 |
1994-10-15 | * eval.c (evaluate_subexp): Make fnptr a LONGEST instead | Peter Schauer | 1 | -15/+1 |
1994-10-06 | * defs.h: If TARGET_BYTE_ORDER_SELECTABLE is defined by tm.h, | Ian Lance Taylor | 1 | -8/+6 |
1994-09-25 | * infcmd.c (do_registers_info) [INVALID_FLOAT]: Only use if | Stan Shebs | 1 | -0/+2 |
1994-09-10 | * Update copyright message to include 1993, 1994. | Peter Schauer | 1 | -1/+2 |