aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-07Fix build with g++ 6.3.1Adam Stylinski1-1/+1
2017-12-05Address review comments for the previous seriesSimon Marchi1-2/+2
2017-12-05Split tdesc_type into multiple classesSimon Marchi1-348/+379
2017-12-05Make tdesc_arch_data::arch_regs an std::vectorSimon Marchi1-42/+38
2017-12-05Make tdesc_type::u::u::fields an std::vectorSimon Marchi1-119/+78
2017-12-05Make tdesc_type::name an std::stringSimon Marchi1-27/+24
2017-12-05Make tdesc_feature::types an std::vectorSimon Marchi1-40/+20
2017-12-05Make tdesc_reg string fields std::stringSimon Marchi1-38/+34
2017-12-05Make tdesc_feature::registers an std::vectorSimon Marchi1-47/+22
2017-12-05Make tdesc_feature::name an std::stringSimon Marchi1-10/+8
2017-12-05Make target_desc::features an std::vectorSimon Marchi1-52/+20
2017-12-05Make target_desc::compatible an std::vectorSimon Marchi1-30/+9
2017-12-05Make target_desc::properties an std::vectorSimon Marchi1-40/+20
2017-12-05Remove some unused variablesSimon Marchi1-4/+1
2017-11-24Use flexible target descriptors for aarch64Alan Hayward1-1/+2