summaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_typeTom Tromey2023-05-011-2/+2
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey2023-04-061-8/+5
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* Disable ptype/o for dynamic typesTom Tromey2023-01-121-0/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Allow 'ptype/o' for assemblyTom Tromey2022-11-091-3/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-6/+6
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-3/+3
* Rename print_spaces_filteredTom Tromey2022-03-291-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-35/+35
* Unify gdb puts functionsTom Tromey2022-03-291-4/+4
* gdb: Use a typedef's scoped type name to identify local typedefsChristina Schimpe2022-03-041-2/+1
* Remove LA_PRINT_CHARTom Tromey2022-02-141-1/+1
* Remove LA_PRINT_TYPETom Tromey2022-02-141-2/+3
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* gdb: add string_file::release methodSimon Marchi2022-01-261-1/+1
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_ENUMVALSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-6/+5
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-1/+1
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-1/+1
* Style the "XXX" text in ptype/oTom Tromey2021-09-231-4/+10
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-4/+2
* [PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX2021-04-251-11/+72
* 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