summaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make target_desc::properties an std::vectorSimon Marchi2017-12-051-40/+20
* Remove some unused variablesSimon Marchi2017-12-051-4/+1
* Use flexible target descriptors for aarch64Alan Hayward2017-11-241-1/+2
* Change tic6x target descriptionsYao Qi2017-11-241-1/+2
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-2/+3
* Constify some commands in target-descriptions.cTom Tromey2017-09-271-3/+3
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-9/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Lazily and dynamically create amd64-linux target descriptionsYao Qi2017-09-051-1/+3
* Share i386-linux target description between GDB and GDBserverYao Qi2017-09-051-0/+17
* Dynamically composite xml in reply to GDBYao Qi2017-09-051-3/+6
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-09-051-14/+18
* Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2017-07-261-0/+160
* Lazily and dynamically create i386-linux target descriptionsYao Qi2017-07-261-0/+47
* Generate c for feature instead of tdescYao Qi2017-07-261-8/+96
* Use visitor pattern for "maint print c-tdesc"Yao Qi2017-07-261-262/+340
* Add optional argument to command "maint prints c-tdesc"Yao Qi2017-07-261-7/+18
* Class-fy target_descYao Qi2017-07-261-27/+37
* Class-fy tdesc_reg tdesc_type and tdesc_featureYao Qi2017-06-201-100/+97
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-83/+219
* Use int instead of LONGEST in tdesc_type sizes.Doug Evans2016-03-151-4/+7