summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
Commit message (Expand)AuthorAgeFilesLines
* * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand2009-07-021-10/+10
* * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.Ulrich Weigand2009-07-021-307/+380
* * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,Ulrich Weigand2009-07-021-50/+20
* * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,Ulrich Weigand2009-07-021-59/+46
* * gdbtypes.h (builtin_type_true_char): Remove.Ulrich Weigand2009-07-021-14/+10
* * gdbtypes.h (builtin_type_void): Remove.Ulrich Weigand2009-07-021-11/+5
* * gdbtypes.c (lookup_array_range_type): Add prototype.Ulrich Weigand2009-07-021-5/+23
* * gdbtypes.h (struct builtin_type): Add internal_fn member.Ulrich Weigand2009-07-021-0/+5
* * gdbtypes.h (make_function_type): Remove OBJFILE parameter.Ulrich Weigand2009-06-291-6/+6
* * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,Ulrich Weigand2009-06-291-40/+137
* * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand2009-06-171-5/+2
* * gdbtypes.h (struct language_defn): Add forward declaration.Ulrich Weigand2009-06-171-9/+11
* * linespec.c (collect_methods): Delete.Keith Seitz2009-06-161-28/+0
* gdb/Jan Kratochvil2009-05-011-6/+6
* * gdbtypes.c: Remove excessive parentheses at the return keywords.Jan Kratochvil2009-04-101-12/+12
* 2009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-02-061-5/+24
* * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)Pedro Alves2009-01-261-36/+17
* * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNUJan Kratochvil2009-01-111-17/+21
* * gdbtypes.c (append_composite_type_field): Correct the location ofPedro Alves2009-01-091-4/+3
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil2008-12-281-10/+12
* * gdbtypes.c (copy_type_recursive): Clear new fields.Tom Tromey2008-11-101-0/+1
* * gdbtypes.c (copy_type): New function.Joel Brobecker2008-10-221-0/+22
* Convert static_kind into loc_kind enum.Jan Kratochvil2008-10-081-11/+32
* 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2008-10-031-1/+1
* gdb/Jan Kratochvil2008-10-021-37/+0
* * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.Ulrich Weigand2008-09-111-1/+1
* * gdbtypes.h (struct builtin_type): Remove builtin_true_charUlrich Weigand2008-09-111-8/+12
* * gdbtypes.h (builtin_type_void): Remove macro, add declaration.Ulrich Weigand2008-09-111-0/+8
* gdb:Tom Tromey2008-08-241-34/+70
* * gdbtypes.c (copy_type_recursive): Allocate 'stored' on objfile'sTom Tromey2008-08-181-1/+1
* * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.Ulrich Weigand2008-05-191-14/+7
* PR 2384Doug Evans2008-02-031-12/+34
* * gdbtypes.c (create_array_type): Add handling of null Ada arrays.Joel Brobecker2008-01-091-7/+21
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* * gdbtypes.c (gdbtypes_post_init): Change names of decimal float typesThiago Jung Bauermann2007-12-201-3/+3
* * coffread.c (decode_type): Use builtin_type_int32 insteadUlrich Weigand2007-12-041-59/+0
* include:Joseph Myers2007-11-081-0/+4
* * gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member.Ulrich Weigand2007-11-021-333/+0
* 2007-10-30 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-10-301-11/+10
* 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>Thiago Jung Bauermann2007-10-251-0/+15
* * gdbtypes.c (create_range_type): Do not set TYPE_FIELD_TYPE for theDaniel Jacobowitz2007-10-031-3/+1
* * NEWS: Update description of string changes. Mention print/s.Daniel Jacobowitz2007-09-051-3/+33
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* 2007-08-17 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-171-20/+15
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-111-14/+14
* 2007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-111-368/+474
* 2007-08-02 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-021-4/+3
* 2007-08-02 Michael Snyder <msnyder@access-company.com>Michael Snyder2007-08-021-0/+2
* * gdbtypes.h (builtin_type_true_char, builtin_type_void,Ulrich Weigand2007-06-221-204/+14