Age | Commit message (Expand) | Author | Files | Lines |
2000-06-15 | 2000-06-15 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 1 | -2/+4 |
2000-06-12 | 2000-06-12 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 1 | -1/+2 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -15/+20 |
2000-05-22 | Purge (almost) make_cleanup_func. | Andrew Cagney | 1 | -2/+1 |
2000-05-20 | * target.h (target_memory_bfd_section): Removed declaration. | J.T. Conklin | 1 | -3/+3 |
2000-05-15 | Convert SAVE_DUMMY_FRAME_TOS to multi-arch. | Andrew Cagney | 1 | -3/+2 |
2000-04-22 | Convert REG_STRUCT_HAS_ADDR to multi-arch. Use REG_STRUCT_HAS_ADDR_P | Andrew Cagney | 1 | -66/+66 |
2000-04-21 | * valops.c (hand_function_call): Replace #ifdef STACK_ALIGN with | Andrew Cagney | 1 | -20/+15 |
2000-04-17 | * remote.c (REMOTE_TRANSLATE_XFER_ADDRESS), mem-break.c | Andrew Cagney | 1 | -12/+0 |
2000-04-14 | * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two new | Jim Blandy | 1 | -13/+13 |
2000-04-09 | Compare VALUE_ADDRESS() return value with ZERO not NULL. | Andrew Cagney | 1 | -1/+1 |
2000-04-04 | C++ changes for 5.0, finally committed. | Daniel Berlin | 1 | -114/+212 |
2000-03-13 | From Daniel Berlin: | Andrew Cagney | 1 | -13/+59 |
2000-03-13 | Revert: ``Fix C++ overload support, see through references''. | Andrew Cagney | 1 | -131/+89 |
2000-03-10 | Fix C++ overload support, see through references | Daniel Berlin | 1 | -89/+131 |
2000-02-23 | 2000-02-23 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 1 | -8/+50 |
2000-02-22 | Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. | Jim Blandy | 1 | -10/+41 |
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 1 | -2/+23 |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -2/+2 |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -1/+9 |
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 1 | -5/+23 |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -8/+0 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -569/+583 |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -0/+4 |
1999-06-01 | import gdb-1999-06-01 snapshot | Jason Molenda | 1 | -4/+3 |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -14/+21 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -94/+104 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+3461 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -3406/+0 |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -228/+1192 |
1997-02-20 | Since d10v is public now, remove all sanitization statements | Michael Meissner | 1 | -24/+39 |
1996-12-14 | * c-exp.y (qualified_name): Replace explicit check for valid | Peter Schauer | 1 | -9/+21 |
1996-11-27 | Added target function calls for SH, M32R and H8300. | Michael Snyder | 1 | -31/+91 |
1996-07-28 | * configure.in: Add test for "long long" support. | Fred Fish | 1 | -0/+6 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -2/+5 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -6/+8 |
1996-03-28 | * valops.c (value_assign): Make copy of internal variable value | Fred Fish | 1 | -4/+11 |
1996-02-17 | * Add native support for long double data type. | Stu Grossman | 1 | -10/+35 |
1996-01-12 | * stabsread.c (read_struct_type): Trivial simplification. | Per Bothner | 1 | -5/+7 |
1995-12-01 | * valops.c (value_slice): Implement (value) bitstring slices. | Per Bothner | 1 | -20/+45 |
1995-11-30 | * ch-exp.y: Replaced by ... | Per Bothner | 1 | -142/+190 |
1995-10-21 | * alpha-tdep.c, mips-tdep.c (init_extra_frame_info): | Peter Schauer | 1 | -28/+36 |
1995-09-27 | * valops.c (search_struct_field): Also allow "else" as a variant name, | Per Bothner | 1 | -1/+4 |
1995-09-27 | * eval.c (evaluate_struct_tuple): New function. Used to evaluate | Per Bothner | 1 | -9/+33 |
1995-09-19 | * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits. | Per Bothner | 1 | -4/+18 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -15/+32 |
1995-03-14 | * valops.c (value_repeat), eval.c (evaluate_subexp_standard): | Jim Kingdon | 1 | -0/+2 |
1995-03-14 | * valops.c (value_cast, value_slice), parse.c (follow_types): Add | Jim Kingdon | 1 | -0/+5 |
1995-03-06 | * valops.c (value_cast): Don't use backslash newline--pre-ANSI | Jim Kingdon | 1 | -2/+2 |
1995-03-04 | * valops.c (value_cast): Cehck for cast to array type *before* | Per Bothner | 1 | -58/+76 |