summaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Introduce expression::first_opcodeTom Tromey2020-12-151-1/+1
* Do not manually dissect OP_TYPE operationsTom Tromey2020-12-141-28/+8
* Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker2020-11-231-0/+4
* Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker2020-11-231-1/+1
* change and rename gmp_string_asprintf to return an std::stringJoel Brobecker2020-11-231-3/+2
* Add ptype support for DWARF-based fixed-point typesJoel Brobecker2020-11-151-0/+12
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* gdb: remove LA_PRINT_TYPEDEF macroAndrew Burgess2020-10-231-1/+1
* Use htab_up in typedef_hash_tableTom Tromey2020-09-171-18/+11
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-1/+1
* gdb: Convert language la_print_typedef field to a methodAndrew Burgess2020-06-231-9/+0
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* 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