summaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-10/+17
* 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
* 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