summaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-6/+7
* Remove arch_typeTom Tromey2023-03-181-2/+3
* Do not record a rejected target descriptionTom Tromey2023-02-151-1/+4
* gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi2023-02-031-8/+0
* gdb: remove copy_inferior_target_desc_infoSimon Marchi2023-02-031-11/+0
* gdb: remove get_tdesc_infoSimon Marchi2023-02-031-18/+10
* gdb: change inferior::tdesc_info to non-pointerSimon Marchi2023-02-031-14/+2
* gdb: move target_desc_info to inferior.hSimon Marchi2023-02-031-26/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-12/+6
* Constify target_desc declarationsKeith Seitz2022-09-291-1/+1
* gdb: add type::length / type::set_lengthSimon Marchi2022-09-211-1/+1
* gdb: Add tdesc_found_register function to tdesc APIAndrew Burgess2022-08-311-0/+11
* Use registry in gdbarchTom Tromey2022-08-041-31/+21
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-071-1/+1
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-91/+91
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* Unify vprintf functionsTom Tromey2022-03-291-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Use filtered output in target-descriptions.cTom Tromey2022-01-051-76/+76
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-4/+6
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-8/+6
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-3/+3
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-1/+1
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-2/+0
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-3/+3
* gdb: make target_desc_info::filename an std::stringSimon Marchi2021-05-071-20/+14
* gdb: (de-)allocate target_desc_info with new/deleteSimon Marchi2021-05-071-5/+6
* gdb: change target_desc_info::fetched to boolSimon Marchi2021-05-071-3/+3
* gdb: remove target description macrosSimon Marchi2021-05-071-38/+37
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess2020-11-121-12/+73
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-081-9/+9
* Change management of tdesc_arch_dataTom Tromey2020-09-171-11/+6
* Use htab_up in target-descriptions.cTom Tromey2020-09-171-9/+7
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: add type::is_vector / type::set_is_vectorSimon Marchi2020-09-141-1/+1
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-141-1/+2
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-111-0/+5
* gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess2020-07-171-0/+4
* gdb: Extend target description processing of unknown registersAndrew Burgess2020-06-251-1/+30
* gdb: New maintenance command to print XML target descriptionAndrew Burgess2020-06-231-1/+38
* gdb: Print compatible information within print_xml_featureAndrew Burgess2020-06-231-10/+51
* gdb: Allow target description to be dumped even when it is remoteAndrew Burgess2020-06-231-4/+7
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-3/+3
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-27/+9
* arc: Migrate to new target featuresAnton Kolesov2020-03-161-1/+2