aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-30[gdb] Fix regression in dwarf2_nameTom de Vries2-0/+7
2020-09-30Fix regression in variant part handlingTom Tromey2-2/+6
2020-09-30[GAS][AArch64] Add support for Cortex-A78 and Cortex-A78AEPrzemyslaw Wirkus4-0/+24
2020-09-30ld: Override the IR definition for non-ELF targetsH.J. Lu2-2/+10
2020-09-30NEWS: Mention recent Arm CPU supportAlex Coplan2-0/+9
2020-09-30aarch64: Add support for Neoverse N2 CPUAlex Coplan3-0/+16
2020-09-30Fix gdb.dwarf2/dw2-double-set-die-type.exp with ClangGary Benson2-4/+10
2020-09-30After preventing creating an import library for an exe when there are no expo...Jeremy Drake3-2/+11
2020-09-30gcc-4.4.7 warning fixesAlan Modra3-3/+10
2020-09-29Remove DW_UNSNDTom Tromey3-89/+102
2020-09-29Add attribute::as_boolean methodTom Tromey4-15/+40
2020-09-29Add attribute::as_virtuality methodTom Tromey4-2/+37
2020-09-29Change die_info methods to check the attribute's formTom Tromey2-5/+22
2020-09-29Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey4-21/+40
2020-09-29Add attribute::as_unsigned methodTom Tromey3-12/+31
2020-09-29Change how accessibility is handled in dwarf2/read.cTom Tromey2-22/+26
2020-09-29Change how reprocessing is doneTom Tromey3-32/+47
2020-09-29Remove DW_ADDRTom Tromey4-9/+37
2020-09-29Add reprocessing flag to struct attributeTom Tromey4-6/+71
2020-09-29Use setter for attribute's unsigned valueTom Tromey4-26/+66
2020-09-29Remove DW_SNDTom Tromey3-9/+36
2020-09-29Remove DW_SIGNATURETom Tromey3-6/+29
2020-09-29Remove DW_BLOCKTom Tromey4-74/+124
2020-09-29Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey4-49/+81
2020-09-29Remove some uses of DW_STRING_IS_CANONICALTom Tromey3-4/+21
2020-09-29Change some uses of DW_STRING to string methodTom Tromey2-28/+43
2020-09-29Avoid using DW_* macros in dwarf2/attribute.cTom Tromey2-5/+13
2020-09-29Rename struct attribute accessorsTom Tromey4-16/+26
2020-09-29Add attribute::value_as_string methodTom Tromey2-5/+9
2020-09-30Automatic date update in version.inGDB Administrator1-1/+1
2020-09-29Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves4-10/+33
2020-09-29Add a note about recent changes to the AArch64 assembler: TRBE, ETE and ETMv4...Przemyslaw Wirkus2-0/+15
2020-09-29binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.Mark Wielaard2-4/+24
2020-09-28Turn target_have_steppable_watchpoint into functionTom Tromey4-6/+16
2020-09-28Turn target_can_lock_scheduler into a functionTom Tromey3-3/+12
2020-09-28Remove target_has_execution macroTom Tromey30-79/+124
2020-09-28Turn target_can_execute_reverse into functionTom Tromey6-7/+19
2020-09-28Remove target_has_registers macroTom Tromey17-25/+52
2020-09-28Remove target_has_stack macroTom Tromey12-19/+37
2020-09-28Remove target_has_memory macroTom Tromey6-8/+18
2020-09-28Remove target_has_all_memoryTom Tromey3-17/+6
2020-09-29Automatic date update in version.inGDB Administrator1-1/+1
2020-09-28gdb: fix formatting of serial::async_state's enumeratorsSimon Marchi2-6/+11
2020-09-28This patch adds support for Cortex-X1 for ARM.Przemyslaw Wirkus6-0/+21
2020-09-28This patch introduces ETMv4 (Embedded Trace Macrocell) system registers for t...Przemyslaw Wirkus16-12/+1169
2020-09-28This patch adds support for Cortex-X1Przemyslaw Wirkus3-1/+10
2020-09-28This patch introduces ETE (Embedded Trace Extension) system registers for the...Przemyslaw Wirkus5-0/+48
2020-09-28This patch introduces TRBE (Trace Buffer Extension) system registers for the ...Przemyslaw Wirkus8-0/+65
2020-09-28arm: Add missing Neoverse V1 featureAlex Coplan2-1/+7
2020-09-28aarch64: Neoverse V1 tweaksAlex Coplan2-8/+14