Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBS
[binutils-gdb.git] / gdb / target-descriptions.c
2022-04-07 Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyUnify vprintf functions
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-05 Tom TromeyUse filtered output in target-descriptions.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-06-28 Simon Marchigdb: remove gdbarch_info_init
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07 Simon Marchigdb: make target_desc_info::filename an std::string
2021-05-07 Simon Marchigdb: (de-)allocate target_desc_info with new/delete
2021-05-07 Simon Marchigdb: change target_desc_info::fetched to bool
2021-05-07 Simon Marchigdb: remove target description macros
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-12 Andrew Burgessgdb: add an option flag to 'maint print c-tdesc'
2020-10-08 Andrew Burgessgdb: Have allocate_target_description return a unique_ptr
2020-09-17 Tom TromeyChange management of tdesc_arch_data
2020-09-17 Tom TromeyUse htab_up in target-descriptions.c
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: add type::is_vector / type::set_is_vector
2020-09-14 Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-09-11 Felix WillgerodtAdd bfloat16 support for AVX512 register view.
2020-07-17 Andrew Burgessgdb/riscv: delete target descriptions when gdb exits
2020-06-25 Andrew Burgessgdb: Extend target description processing of unknown...
2020-06-23 Andrew Burgessgdb: New maintenance command to print XML target descri...
2020-06-23 Andrew Burgessgdb: Print compatible information within print_xml_feature
2020-06-23 Andrew Burgessgdb: Allow target description to be dumped even when...
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-03-16 Anton Kolesovarc: Migrate to new target features
2020-03-04 Luis MachadoRevert "gdb: Do not print empty-group regs when printin...
2020-02-01 Shahab Vahedigdb: Do not print empty-group regs when printing genera...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04 Tom TromeyRemove gdbarch_bits_big_endian
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-10 Alan HaywardArm: Create feature files for Arm target descriptions
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-14 Alan HaywardAArch64: Add half float view to V registers
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-02 Tom TromeyRemove a cleanup from target-descriptions.c
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Andrew Burgessgdb/riscv: Add target description support
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-07-31 Simon MarchiDelete test target descriptions when exiting
2018-07-11 Alan HaywardRename tdesc_register_size to tdesc_register_bitsize
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-21 Simon MarchiIntroduce obstack_new, poison other "typed" obstack...
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-18 Alan HaywardRemove xml file references from target descriptions
2018-04-18 Alan HaywardCreate xml from target descriptions
2018-04-18 Alan HaywardAdd tdesc osabi and architecture functions
2018-04-18 Alan HaywardCommonise tdesc types and makes use of them in gdbserve...
2018-04-18 Alan HaywardCommonise tdesc_feature and makes use of it in gdbserve...
2018-04-18 Alan HaywardCommonise tdesc_reg and makes use of it in gdbserver...
2018-02-26 Alan HaywardMove arch/tdesc.h to common/tdesc.h
2018-02-05 Alan HaywardUse visitors for make_gdb_type
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-27 Stafford Hornetdesc: handle arbitrary strings in tdesc_register_in_re...
2017-12-23 Simon MarchiAdd ATTRIBUTE_PRINTF to printf_field_type_assignment
2017-12-21 Simon MarchiDo not emit "field_type" var if not needed on "maint...
2017-12-07 Adam StylinskiFix build with g++ 6.3.1
2017-12-05 Simon MarchiAddress review comments for the previous series
2017-12-05 Simon MarchiSplit tdesc_type into multiple classes
2017-12-05 Simon MarchiMake tdesc_arch_data::arch_regs an std::vector
2017-12-05 Simon MarchiMake tdesc_type::u::u::fields an std::vector
2017-12-05 Simon MarchiMake tdesc_type::name an std::string
2017-12-05 Simon MarchiMake tdesc_feature::types an std::vector
2017-12-05 Simon MarchiMake tdesc_reg string fields std::string
2017-12-05 Simon MarchiMake tdesc_feature::registers an std::vector
2017-12-05 Simon MarchiMake tdesc_feature::name an std::string
2017-12-05 Simon MarchiMake target_desc::features an std::vector
2017-12-05 Simon MarchiMake target_desc::compatible an std::vector
2017-12-05 Simon MarchiMake target_desc::properties an std::vector
2017-12-05 Simon MarchiRemove some unused variables
2017-11-24 Alan HaywardUse flexible target descriptors for aarch64
2017-11-24 Yao QiChange tic6x target descriptions
2017-11-07 Tom TromeyConstify add_setshow_*
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-27 Tom TromeyConstify some commands in target-descriptions.c
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-05 Yao QiLazily and dynamically create amd64-linux target descri...
2017-09-05 Yao QiShare i386-linux target description between GDB and...
2017-09-05 Yao QiDynamically composite xml in reply to GDB
2017-09-05 Yao Qi[GDBserver] Centralize tdesc for i386-linux
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-26 Yao QiLazily and dynamically create i386-linux target descrip...
2017-07-26 Yao QiGenerate c for feature instead of tdesc
next