| Commit message (Expand) | Author | Age | Files | Lines |
* | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 2009-07-02 | 1 | -2/+2 |
* | * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. | Ulrich Weigand | 2009-07-02 | 1 | -12/+44 |
* | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 2009-07-02 | 1 | -8/+4 |
* | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 2009-07-02 | 1 | -15/+15 |
* | * gdbtypes.h (builtin_type_true_char): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -8/+7 |
* | * gdbtypes.h (builtin_type_void): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -4/+0 |
* | * gdbtypes.c (lookup_array_range_type): Add prototype. | Ulrich Weigand | 2009-07-02 | 1 | -0/+2 |
* | * gdbtypes.h (struct builtin_type): Add internal_fn member. | Ulrich Weigand | 2009-07-02 | 1 | -0/+6 |
* | * gdbtypes.h (make_function_type): Remove OBJFILE parameter. | Ulrich Weigand | 2009-06-29 | 1 | -2/+1 |
* | * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, | Ulrich Weigand | 2009-06-29 | 1 | -31/+51 |
* | * gdbtypes.c (create_string_type): Receive character type as argument. | Ulrich Weigand | 2009-06-17 | 1 | -1/+2 |
* | * gdbtypes.h (struct language_defn): Add forward declaration. | Ulrich Weigand | 2009-06-17 | 1 | -3/+8 |
* | * linespec.c (collect_methods): Delete. | Keith Seitz | 2009-06-16 | 1 | -2/+0 |
* | gdb/ | Jan Kratochvil | 2009-05-01 | 1 | -1/+2 |
* | * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value. | Tom Tromey | 2009-03-26 | 1 | -1/+4 |
* | gdb/ | Thiago Jung Bauermann | 2009-03-21 | 1 | -1/+4 |
* | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-02-06 | 1 | -0/+4 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS in | Jan Kratochvil | 2008-12-28 | 1 | -4/+4 |
* | gdb | Tom Tromey | 2008-10-28 | 1 | -2/+4 |
* | * gdbtypes.c (copy_type): New function. | Joel Brobecker | 2008-10-22 | 1 | -0/+2 |
* | Convert static_kind into loc_kind enum. | Jan Kratochvil | 2008-10-08 | 1 | -19/+42 |
* | gdb/ | Jan Kratochvil | 2008-10-02 | 1 | -23/+6 |
* | * gdbtypes.h (builtin_type_void_data_ptr, builtin_type_void_func_ptr, | Ulrich Weigand | 2008-09-11 | 1 | -120/+0 |
* | * gdbtypes.h (struct builtin_type): Remove builtin_true_char | Ulrich Weigand | 2008-09-11 | 1 | -8/+8 |
* | * gdbtypes.h (builtin_type_void): Remove macro, add declaration. | Ulrich Weigand | 2008-09-11 | 1 | -5/+5 |
* | gdb: | Tom Tromey | 2008-08-24 | 1 | -97/+134 |
* | * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete. | Daniel Jacobowitz | 2008-05-03 | 1 | -16/+1 |
* | doc/ChangeLog: | Corinna Vinschen | 2008-04-22 | 1 | -0/+6 |
* | PR 2384 | Doug Evans | 2008-02-03 | 1 | -2/+4 |
* | * gdbarch.sh (function_list): Add new property bits_big_endian to | Markus Deuling | 2008-01-18 | 1 | -2/+2 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | * coffread.c (decode_type): Use builtin_type_int32 instead | Ulrich Weigand | 2007-12-04 | 1 | -45/+0 |
* | include: | Joseph Myers | 2007-11-08 | 1 | -0/+1 |
* | * gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member. | Ulrich Weigand | 2007-11-02 | 1 | -72/+0 |
* | 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com> | Thiago Jung Bauermann | 2007-10-25 | 1 | -2/+12 |
* | * NEWS: Update description of string changes. Mention print/s. | Daniel Jacobowitz | 2007-09-05 | 1 | -1/+9 |
* | Switch the license of all .c files to GPLv3. | Joel Brobecker | 2007-08-23 | 1 | -4/+2 |
* | 2007-08-17 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2007-08-17 | 1 | -2/+0 |
* | * gdbtypes.h (builtin_type_true_char, builtin_type_void, | Ulrich Weigand | 2007-06-22 | 1 | -44/+49 |
* | * gdbtypes.h (struct builtin_type): New members nodebug_text_symbol, | Ulrich Weigand | 2007-06-22 | 1 | -0/+8 |
* | * gdbtypes.h (builtin_type_m2_char, builtin_type_m2_int, | Ulrich Weigand | 2007-06-16 | 1 | -5/+24 |
* | * gdbtypes.h (builtin_type_f_character, builtin_type_f_logical, | Ulrich Weigand | 2007-06-16 | 1 | -13/+48 |
* | * gdbarch.sh (bfd_vma): Remove. | Ulrich Weigand | 2007-06-16 | 1 | -4/+0 |
* | * gdbtypes.c (builtin_type_v2_double, builtin_type_v4_float, | Ulrich Weigand | 2007-06-16 | 1 | -25/+2 |
* | * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New | Jan Kratochvil | 2007-04-11 | 1 | -1/+10 |
* | * doublest.c (floatformat_from_length): Use the right element from | Daniel Jacobowitz | 2007-01-29 | 1 | -23/+21 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -2/+2 |
* | * NEWS: Mention pointer to member improvements. | Daniel Jacobowitz | 2007-01-03 | 1 | -9/+24 |
* | gdb/ | Daniel Jacobowitz | 2006-02-01 | 1 | -0/+14 |