aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-descriptions.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+2
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-1/+1
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-6/+7
2023-03-18Remove arch_typeTom Tromey1-2/+3
2023-02-15Do not record a rejected target descriptionTom Tromey1-1/+4
2023-02-03gdb: make target_desc_info_from_user_p a method of target_desc_infoSimon Marchi1-8/+0
2023-02-03gdb: remove copy_inferior_target_desc_infoSimon Marchi1-11/+0
2023-02-03gdb: remove get_tdesc_infoSimon Marchi1-18/+10
2023-02-03gdb: change inferior::tdesc_info to non-pointerSimon Marchi1-14/+2
2023-02-03gdb: move target_desc_info to inferior.hSimon Marchi1-26/+0
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