summaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
AgeCommit message (Expand)Author
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-12gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess
2020-09-17Change management of tdesc_arch_dataTom Tromey
2020-09-17Use htab_up in target-descriptions.cTom Tromey
2020-09-14gdb: remove TYPE_VECTORSimon Marchi
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess
2020-06-25gdb: Extend target description processing of unknown registersAndrew Burgess
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess
2020-06-23gdb: Allow target description to be dumped even when it is remoteAndrew Burgess
2020-05-16gdb: add type::name / type::set_nameSimon Marchi
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-03-16arc: Migrate to new target featuresAnton Kolesov
2020-03-04Revert "gdb: Do not print empty-group regs when printing general ones"Luis Machado
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-04Remove gdbarch_bits_big_endianTom Tromey
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-10-17[gdb] Fix typos in commentsTom de Vries
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers
2019-07-10Arm: Create feature files for Arm target descriptionsAlan Hayward
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-14AArch64: Add half float view to V registersAlan Hayward
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-02Remove a cleanup from target-descriptions.cTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-21gdb/riscv: Add target description supportAndrew Burgess
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi
2018-07-31Delete test target descriptions when exitingSimon Marchi
2018-07-11Rename tdesc_register_size to tdesc_register_bitsizeAlan Hayward
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-06-01Remove TYPE_TAG_NAMETom Tromey
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-04-18Remove xml file references from target descriptionsAlan Hayward
2018-04-18Create xml from target descriptionsAlan Hayward
2018-04-18Add tdesc osabi and architecture functionsAlan Hayward
2018-04-18Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward
2018-04-18Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward
2018-04-18Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward
2018-02-05Use visitors for make_gdb_typeAlan Hayward
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne