aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-3/+5
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-06Use obstack_strdup moreTom Tromey1-3/+2
2019-06-11Remove trailing newlines from help textTom Tromey1-1/+1
2019-05-08Change ptype/o to print bit offsetTom Tromey1-23/+7
2019-05-08Fix ptype/o comment formattingTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-3/+4
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-20[PUSHED/OBVIOUS] ensure help set print type gives the correct help.Philippe Waroquiers1-1/+1
2018-06-26Support ptype/o in RustTom Tromey1-1/+2
2018-06-26Move ptype/o printing code to typeprint.cTom Tromey1-0/+124
2018-03-27C++-ify typedef hashTom Tromey1-116/+40
2018-01-22Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-15Fix ARI warning on gdb/typeprint.c:whatis_expSergio Durigan Junior1-3/+3
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior1-1/+23
2017-12-07Record nested typesKeith Seitz1-12/+59
2017-11-07Constify add_setshow_*Tom Tromey1-2/+4
2017-11-07Constify add_comTom Tromey1-9/+3
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-27Constify commands maint.c, plus maintenance_print_typeTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-0/+9
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+8
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves1-4/+32
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+2
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-12/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-4/+3
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-10/+4
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell1-0/+17
2015-09-25Add some more casts (2/2)Simon Marchi1-8/+9
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+6
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-7/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-02typeprint.c (find_global_typedef): Fix comment.Doug Evans1-2/+2
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1