summaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-8/+8
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-20/+8
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Introduce metadata styleTom Tromey2019-10-011-3/+5
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Use obstack_strdup moreTom Tromey2019-08-061-3/+2
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* Change ptype/o to print bit offsetTom Tromey2019-05-081-23/+7
* Fix ptype/o comment formattingTom Tromey2019-05-081-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-3/+4
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* [PUSHED/OBVIOUS] ensure help set print type gives the correct help.Philippe Waroquiers2018-10-201-1/+1
* Support ptype/o in RustTom Tromey2018-06-261-1/+2
* Move ptype/o printing code to typeprint.cTom Tromey2018-06-261-0/+124
* C++-ify typedef hashTom Tromey2018-03-271-116/+40
* Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves2018-01-221-1/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix ARI warning on gdb/typeprint.c:whatis_expSergio Durigan Junior2017-12-151-3/+3
* Implement pahole-like 'ptype /o' optionSergio Durigan Junior2017-12-151-1/+23
* Record nested typesKeith Seitz2017-12-071-12/+59
* Constify add_setshow_*Tom Tromey2017-11-071-2/+4
* Constify add_comTom Tromey2017-11-071-9/+3
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Constify commands maint.c, plus maintenance_print_typeTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-0/+9
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+8
* Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves2017-08-211-4/+32
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-12/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-4/+3
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-10/+4
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-0/+17
* Add some more casts (2/2)Simon Marchi2015-09-251-8/+9
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+3
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+6
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-7/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-2/+2