aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-08 * gdbtypes.h (TYPE_IS_OPAQUE): Reformat.Doug Evans1-6/+7
2010-11-04Fix derived class overload problem.Sami Wagiaalla1-1/+9
2010-11-04Create and use struct rank.Sami Wagiaalla1-16/+29
2010-11-03gdb:Ken Werner1-0/+3
2010-10-19Support pointer to bool conversion.Sami Wagiaalla1-4/+2
2010-10-15gdb/Jan Kratochvil1-1/+8
2010-10-14Fixed void* vs int* overload issue (PR C++/10343).Sami Wagiaalla1-0/+3
2010-10-06gdb:Ken Werner1-15/+14
2010-07-28gdbTom Tromey1-1/+16
2010-07-06include/ChangeLog:Ulrich Weigand1-0/+1
2010-06-29 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.Doug Evans1-13/+1
2010-06-28gdb/Jan Kratochvil1-0/+24
2010-06-21 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.Tom Tromey1-0/+5
2010-06-02gdb/Jan Kratochvil1-0/+2
2010-05-05Remove unused MAX_OF*/MIN_OF* macros.Joel Brobecker1-10/+0
2010-04-27Document special use of target_type field in Ada structs.Joel Brobecker1-0/+3
2010-04-21gdb ChangeLogPierre Muller1-0/+3
2010-03-15 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.Daniel Jacobowitz1-1/+2
2010-03-01 * gdbtypes.c (append_composite_type_field_raw): New.Daniel Jacobowitz1-0/+2
2010-02-19 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.Tom Tromey1-30/+6
2010-02-02gdbTom Tromey1-14/+12
2010-01-22gdbTom Tromey1-0/+2
2010-01-18gdbTom Tromey1-0/+6
2010-01-14 * gdbtypes.c (arch_flags_type): Fix comment.Doug Evans1-1/+1
2010-01-12gdb/ChangeLog:Joel Brobecker1-4/+71
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-12-14* dwarf2read.c (struct attribute): Increase sizes of unsnd and sndPaul N. Hilfinger1-49/+80
2009-11-122009-11-12 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-0/+8
2009-07-02 * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand1-2/+2
2009-07-02 * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros.Ulrich Weigand1-12/+44
2009-07-02 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,Ulrich Weigand1-8/+4
2009-07-02 * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8,Ulrich Weigand1-15/+15
2009-07-02 * gdbtypes.h (builtin_type_true_char): Remove.Ulrich Weigand1-8/+7
2009-07-02 * gdbtypes.h (builtin_type_void): Remove.Ulrich Weigand1-4/+0
2009-07-02 * gdbtypes.c (lookup_array_range_type): Add prototype.Ulrich Weigand1-0/+2
2009-07-02 * gdbtypes.h (struct builtin_type): Add internal_fn member.Ulrich Weigand1-0/+6
2009-06-29 * gdbtypes.h (make_function_type): Remove OBJFILE parameter.Ulrich Weigand1-2/+1
2009-06-29 * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,Ulrich Weigand1-31/+51
2009-06-17 * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand1-1/+2
2009-06-17 * gdbtypes.h (struct language_defn): Add forward declaration.Ulrich Weigand1-3/+8
2009-06-16 * linespec.c (collect_methods): Delete.Keith Seitz1-2/+0
2009-05-01gdb/Jan Kratochvil1-1/+2
2009-03-26 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.Tom Tromey1-1/+4
2009-03-21gdb/Thiago Jung Bauermann1-1/+4
2009-02-062009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+4
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-28 Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil1-4/+4
2008-10-28gdbTom Tromey1-2/+4
2008-10-22 * gdbtypes.c (copy_type): New function.Joel Brobecker1-0/+2
2008-10-08 Convert static_kind into loc_kind enum.Jan Kratochvil1-19/+42