aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-3/+3
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-1/+1
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-2/+0
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-3/+3
2021-05-07gdb: make target_desc_info::filename an std::stringSimon Marchi1-20/+14
2021-05-07gdb: (de-)allocate target_desc_info with new/deleteSimon Marchi1-5/+6
2021-05-07gdb: change target_desc_info::fetched to boolSimon Marchi1-3/+3
2021-05-07gdb: remove target description macrosSimon Marchi1-38/+37
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-12gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess1-12/+73
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-9/+9
2020-09-17Change management of tdesc_arch_dataTom Tromey1-11/+6
2020-09-17Use htab_up in target-descriptions.cTom Tromey1-9/+7
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi1-1/+1
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-1/+2
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt1-0/+5
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess1-0/+4
2020-06-25gdb: Extend target description processing of unknown registersAndrew Burgess1-1/+30
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess1-1/+38
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess1-10/+51
2020-06-23gdb: Allow target description to be dumped even when it is remoteAndrew Burgess1-4/+7
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-3/+3
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-27/+9
2020-03-16arc: Migrate to new target featuresAnton Kolesov1-1/+2
2020-03-04Revert "gdb: Do not print empty-group regs when printing general ones"Luis Machado1-8/+5
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi1-5/+8
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+5
2019-07-10Arm: Create feature files for Arm target descriptionsAlan Hayward1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-8/+8
2019-05-14AArch64: Add half float view to V registersAlan Hayward1-0/+5
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-02Remove a cleanup from target-descriptions.cTom Tromey1-10/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21gdb/riscv: Add target description supportAndrew Burgess1-0/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-2/+1
2018-07-31Delete test target descriptions when exitingSimon Marchi1-7/+19
2018-07-11Rename tdesc_register_size to tdesc_register_bitsizeAlan Hayward1-2/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-1/+0
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi1-6/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
2018-04-18Remove xml file references from target descriptionsAlan Hayward1-4/+3