aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-9/+9
2020-09-17Change management of tdesc_arch_dataTom Tromey1-11/+6
2020-09-17Use htab_up in target-descriptions.cTom Tromey1-9/+7
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi1-1/+1
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-1/+2
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt1-0/+5
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess1-0/+4
2020-06-25gdb: Extend target description processing of unknown registersAndrew Burgess1-1/+30
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess1-1/+38
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess1-10/+51
2020-06-23gdb: Allow target description to be dumped even when it is remoteAndrew Burgess1-4/+7
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-3/+3
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-27/+9
2020-03-16arc: Migrate to new target featuresAnton Kolesov1-1/+2
2020-03-04Revert "gdb: Do not print empty-group regs when printing general ones"Luis Machado1-8/+5
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi1-5/+8
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+5
2019-07-10Arm: Create feature files for Arm target descriptionsAlan Hayward1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-8/+8
2019-05-14AArch64: Add half float view to V registersAlan Hayward1-0/+5
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-02Remove a cleanup from target-descriptions.cTom Tromey1-10/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21gdb/riscv: Add target description supportAndrew Burgess1-0/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-07-31Delete test target descriptions when exitingSimon Marchi1-7/+19
2018-07-11Rename tdesc_register_size to tdesc_register_bitsizeAlan Hayward1-2/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-1/+0
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi1-6/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
2018-04-18Remove xml file references from target descriptionsAlan Hayward1-4/+3
2018-04-18Create xml from target descriptionsAlan Hayward1-0/+57
2018-04-18Add tdesc osabi and architecture functionsAlan Hayward1-1/+18
2018-04-18Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward1-258/+0
2018-04-18Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward1-148/+0
2018-04-18Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward1-116/+0
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward1-14/+14
2018-02-05Use visitors for make_gdb_typeAlan Hayward1-224/+258
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne1-37/+21
2017-12-23Add ATTRIBUTE_PRINTF to printf_field_type_assignmentSimon Marchi1-0/+1
2017-12-21Do not emit "field_type" var if not needed on "maint print c-tdesc"Simon Marchi1-16/+25