]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/target-descriptions.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / target-descriptions.c
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
2017-07-26  Yao QiUse visitor pattern for "maint print c-tdesc"
2017-07-26  Yao QiAdd optional argument to command "maint prints c-tdesc"
2017-07-26  Yao QiClass-fy target_desc
2017-06-20  Yao QiClass-fy tdesc_reg tdesc_type and tdesc_feature
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-03-15  Doug EvansExtend flags to support multibit and enum bitfields.
2016-03-15  Doug EvansUse int instead of LONGEST in tdesc_type sizes.
2016-03-15  Doug Evansmaint_print_c_tdesc_cmd: Use type for TYPE_CODE_FLAGS...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-02-27  Tom TromeyFix struct, union, and enum nesting in C++
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-20  Walfred TedeschiFix conditions in creating a bitfield.
next