summaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "gdb: Do not print empty-group regs when printing general ones"Luis Machado2020-03-041-8/+5
* gdb: Do not print empty-group regs when printing general onesShahab Vahedi2020-02-011-5/+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
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+5
* Arm: Create feature files for Arm target descriptionsAlan Hayward2019-07-101-1/+2
* Rename common to gdbsupportTom Tromey2019-07-091-8/+8
* AArch64: Add half float view to V registersAlan Hayward2019-05-141-0/+5
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove a cleanup from target-descriptions.cTom Tromey2019-01-021-10/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/riscv: Add target description supportAndrew Burgess2018-11-211-0/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* Delete test target descriptions when exitingSimon Marchi2018-07-311-7/+19
* Rename tdesc_register_size to tdesc_register_bitsizeAlan Hayward2018-07-111-2/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-1/+0
* Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi2018-05-201-6/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Remove xml file references from target descriptionsAlan Hayward2018-04-181-4/+3
* Create xml from target descriptionsAlan Hayward2018-04-181-0/+57
* Add tdesc osabi and architecture functionsAlan Hayward2018-04-181-1/+18
* Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward2018-04-181-258/+0
* Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward2018-04-181-148/+0
* Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward2018-04-181-116/+0
* Move arch/tdesc.h to common/tdesc.hAlan Hayward2018-02-261-14/+14
* Use visitors for make_gdb_typeAlan Hayward2018-02-051-224/+258
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne2017-12-271-37/+21
* Add ATTRIBUTE_PRINTF to printf_field_type_assignmentSimon Marchi2017-12-231-0/+1
* Do not emit "field_type" var if not needed on "maint print c-tdesc"Simon Marchi2017-12-211-16/+25
* Fix build with g++ 6.3.1Adam Stylinski2017-12-071-1/+1
* Address review comments for the previous seriesSimon Marchi2017-12-051-2/+2
* Split tdesc_type into multiple classesSimon Marchi2017-12-051-348/+379
* Make tdesc_arch_data::arch_regs an std::vectorSimon Marchi2017-12-051-42/+38
* Make tdesc_type::u::u::fields an std::vectorSimon Marchi2017-12-051-119/+78
* Make tdesc_type::name an std::stringSimon Marchi2017-12-051-27/+24
* Make tdesc_feature::types an std::vectorSimon Marchi2017-12-051-40/+20
* Make tdesc_reg string fields std::stringSimon Marchi2017-12-051-38/+34
* Make tdesc_feature::registers an std::vectorSimon Marchi2017-12-051-47/+22
* Make tdesc_feature::name an std::stringSimon Marchi2017-12-051-10/+8
* Make target_desc::features an std::vectorSimon Marchi2017-12-051-52/+20
* Make target_desc::compatible an std::vectorSimon Marchi2017-12-051-30/+9