aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-12/+6
2022-09-29Constify target_desc declarationsKeith Seitz1-1/+1
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-1/+1
2022-08-31gdb: Add tdesc_found_register function to tdesc APIAndrew Burgess1-0/+11
2022-08-04Use registry in gdbarchTom Tromey1-31/+21
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess1-1/+1
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-91/+91
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-03-29Unify vprintf functionsTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-05Use filtered output in target-descriptions.cTom Tromey1-76/+76
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-4/+6
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-8/+6
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