summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/qiyao2013-10-171-0/+15
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+2
* * README: Update references to writing code for GDB.Stan Shebs2013-09-161-9/+1
* * doublest.c (convert_floatformat_to_doublest): Use fmt->split_halfAlan Modra2013-08-201-2/+2
* PR c++/11990:Tom Tromey2013-04-151-2/+3
* PR c++/15116:Tom Tromey2013-03-151-0/+19
* * dwarf2read.c (fixup_go_packaging): Save package nameTom Tromey2013-01-211-7/+4
* * gdbtypes.c (init_type): Make 'name' const.Tom Tromey2013-01-211-1/+1
* PR symtab/14442:Tom Tromey2013-01-141-0/+15
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey2012-12-031-4/+4
* * c-typeprint.c (find_typedef_for_canonicalize,Tom Tromey2012-11-121-1/+1
* * gdbtypes.c (lookup_array_range_type): Expand parameterssiddhesh2012-09-271-2/+2
* PR gdb/13483Keith Seitz2012-09-101-4/+13
* PR c++/13356Keith Seitz2012-08-171-5/+36
* gdb/qiyao2012-08-161-4/+0
* * gdbtypes.c (opaque_type_resolution): Make static.Keith Seitz2012-08-151-6/+11
* * gdbtypes.c (struct extra): Delete, unused.Doug Evans2012-08-141-6/+0
* * gdbtypes.c: Whitespace cleanup.Doug Evans2012-08-141-17/+30
* * gdbtypes.c (make_pointer_type): Remove redundant setting ofDoug Evans2012-08-141-3/+0
* gdb/qiyao2012-08-021-9/+9
* * c-exp.y (check_parameter_typelist): New function.Tom Tromey2012-07-091-3/+14
* * c-exp.y (DOTDOTDOT): New token.Tom Tromey2012-07-061-1/+8
* PR exp/9608:Tom Tromey2012-07-061-0/+19
* * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".Doug Evans2012-06-281-4/+4
* * gdbtypes.c (lookup_typename): Simplify.Doug Evans2012-05-231-17/+10
* gdb/Jan Kratochvil2012-04-181-9/+18
* 2012-04-17 Pedro Alves <palves@redhat.com>Pedro Alves2012-04-171-4/+5
* gdb/Jan Kratochvil2012-04-171-2/+2
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-7/+7
* * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.Doug Evans2012-01-091-1/+1
* * Makefile.in (SFILES): Remove wrapper.c.Keith Seitz2012-01-091-3/+8
* * gdbtypes.h (struct cplus_struct_type): Delete memberDoug Evans2012-01-081-2/+0
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* * gdbtypes.c (check_typedef): Document that this function canDoug Evans2011-11-101-0/+4
* PR c++/13225Keith Seitz2011-10-141-10/+20
* gdb/Jan Kratochvil2011-10-091-2/+5
* * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey2011-06-241-4/+4
* http://sourceware.org/ml/gdb-patches/2011-06/msg00136.htmlaburgess2011-06-231-3/+6
* gdb/Jan Kratochvil2011-05-061-0/+26
* gdb/Jan Kratochvil2011-03-281-0/+16
* gdb/Pedro Alves2011-02-141-9/+14
* 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>Thiago Jung Bauermann2011-01-111-2/+2
* 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann2011-01-111-0/+62
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-26/+24
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-16/+25
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * gdbtypes.c (check_typedef): Tweak comment.Doug Evans2010-12-081-1/+1
* Fix derived class overload problem.swagiaal2010-11-041-32/+63