summaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-2/+0
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-3/+3
* gdb: make target_desc_info::filename an std::stringSimon Marchi2021-05-071-20/+14
* gdb: (de-)allocate target_desc_info with new/deleteSimon Marchi2021-05-071-5/+6
* gdb: change target_desc_info::fetched to boolSimon Marchi2021-05-071-3/+3
* gdb: remove target description macrosSimon Marchi2021-05-071-38/+37
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess2020-11-121-12/+73
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-081-9/+9
* Change management of tdesc_arch_dataTom Tromey2020-09-171-11/+6
* Use htab_up in target-descriptions.cTom Tromey2020-09-171-9/+7
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: add type::is_vector / type::set_is_vectorSimon Marchi2020-09-141-1/+1
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-141-1/+2
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-111-0/+5
* gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess2020-07-171-0/+4
* gdb: Extend target description processing of unknown registersAndrew Burgess2020-06-251-1/+30
* gdb: New maintenance command to print XML target descriptionAndrew Burgess2020-06-231-1/+38
* gdb: Print compatible information within print_xml_featureAndrew Burgess2020-06-231-10/+51
* gdb: Allow target description to be dumped even when it is remoteAndrew Burgess2020-06-231-4/+7
* 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