summaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* * c-typeprint.c (c_type_print_varspec_suffix): If a function typeJim Blandy2002-02-091-1/+3
* 2002-01-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-201-1/+1
* 2002-01-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-201-5/+20
* * c-typeprint.c (is_type_conversion_operator): Add additionalDaniel Jacobowitz2002-01-161-1/+7
* * c-typeprint.c (is_type_conversion_operator): Fix thinko.Jason Merrill2002-01-101-1/+3
* Approved by Jim Blandy:Fred Fish2001-12-121-1/+1
* 2001-11-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-11-151-17/+28
* (Changes from Daniel Berlin, with revisions by Jim Blandy.)Jim Blandy2001-04-271-5/+5
* * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'Jim Blandy2001-04-241-1/+5
* * arch-utils.c (#include "gdbthread.h"): Removed.J.T. Conklin2001-03-271-2/+0
* Revert previous change, committed to trunk accidentally.Jim Blandy2001-03-241-5/+5
* A single-file branch to help me keep things straight while adaptingJim Blandy2001-03-241-5/+5
* 2001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin2001-03-071-1/+0
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* Replace free() with xfree().Kevin Buettner2000-12-151-3/+3
* 2000-09-04 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2000-09-041-48/+0
* Protoization.Kevin Buettner2000-07-301-43/+15
* import gdb-2000-02-04 snapshotJason Molenda2000-02-051-10/+133
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-19/+19
* import gdb-1999-12-13 snapshotJason Molenda1999-12-141-9/+16
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-283/+290
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-1/+3
* import gdb-19990422 snapshotStan Shebs1999-04-261-1/+1
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+1089
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1090/+0
* all remaining *.c *.h files from hp merge.David Taylor1998-12-311-34/+333
* * c-typeprint.c (c_print_type): Don't crash if varstring is null.Stu Grossman1998-08-121-6/+8
* * c-exp.y (qualified_name): Replace explicit check for validPeter Schauer1996-12-141-73/+31
* (Fix from Jim Wilson)Fred Fish1996-11-131-1/+1
* * demangle.c (is_cplus_marker): New function, checks if aFred Fish1996-02-161-4/+4
* * ch-exp.y: Replaced by ...Per Bothner1995-11-301-4/+8
* Update FSF address.Fred Fish1995-08-021-1/+1
* * configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1995-08-011-1/+1
* * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),Per Bothner1995-02-171-1/+2
* * buildsym.c (finish_block): If finishing a function without knownPer Bothner1995-02-121-1/+13
* * eval.c (evaluate_subexp): Clean up handling ofPer Bothner1995-02-021-4/+0
* * c-typeprint.c (c_type_print_base): Use `show' of -1 to printPeter Schauer1994-12-171-2/+3
* * cp-valprint.c (static_field_print): New variable, controlsPeter Schauer1994-09-171-1/+10
* * c-typeprint.c (c_type_print_varspec_prefix,Stan Shebs1994-09-071-0/+6
* * c-typeprint.c (c_typedef_print): Add missing Chill support.Per Bothner1994-09-021-1/+8
* * c-typeprint.c (c_print_type): Assume demangled argumentsPeter Schauer1994-08-191-1/+1
* * Makefile.in (dcache_h): Remove redundant definition.Stan Shebs1994-06-301-2/+0
* * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to printJim Kingdon1994-01-271-8/+8
* * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):Jim Kingdon1994-01-151-2/+2
* * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.Jim Kingdon1993-11-151-2/+2
* Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1993-11-011-15/+15
* * c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code):Jim Kingdon1993-09-301-6/+15
* gcc lintK. Richard Pixley1993-09-081-0/+2
* * c-typeprint.c (c_print_type_base): Treat show = 0 just likeJim Kingdon1993-08-311-9/+12
* * gdbtypes.h (struct type): Add field tag_name.Jim Kingdon1993-07-021-62/+29