aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Re: Stop Gas from generating line info or address rangesAlan Modra9-32/+122
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz55-41/+943
2020-11-18gdb/ChangeLog: fix typo in an entry from 2020-11-15 (gmp-utils.c)Joel Brobecker1-1/+1
2020-11-18Automatic date update in version.inGDB Administrator1-1/+1
2020-11-17gdb: make get_array_bounds return boolSimon Marchi5-14/+22
2020-11-17When reading string arguments for the assembler's string directives treat spa...Nick Clifton5-1/+21
2020-11-17Fix gdb.trace testcase build failures with ClangGary Benson2-1/+6
2020-11-17Place the libdeps record in the second archive slot.Howard Chu2-8/+16
2020-11-17[GOLD] powerpc incremental-dump assertion failureAlan Modra2-10/+18
2020-11-17[GOLD] fix jump to long branch on powerpcMichael Hudson-Doyle2-2/+7
2020-11-17PR26882, --enable-textrel-check=warning test failures on powerpcAlan Modra8-9/+24
2020-11-17gdb/arc: fix print_one_insn selftestAndrew Burgess4-5/+15
2020-11-17gdb/testsuite: prevent timeout in gdb.gdb/unittest.expAndrew Burgess2-0/+11
2020-11-17gdb: improve command completion for 'print', 'x', and 'display'Andrew Burgess4-2/+121
2020-11-17Automatic date update in version.inGDB Administrator1-1/+1
2020-11-16aarch64: Add +pauth flag for Pointer Authentication featurePrzemyslaw Wirkus6-1/+169
2020-11-16aarch64: Extract Condition flag manipulation feature from Armv8.4-APrzemyslaw Wirkus10-6/+76
2020-11-16arm: Add support for Cortex-A78CPrzemyslaw Wirkus6-0/+21
2020-11-16Update gdb.dwarf2/data-loc.expTom Tromey2-43/+11
2020-11-16Fix frame cycle detectionPedro Alves3-11/+26
2020-11-16Update the Spanish translation for the ld/ subdirectory.Nick Clifton2-1781/+2031
2020-11-16ld: Fix the tls_ie-01 test for arcShahab Vahedi2-4/+11
2020-11-16Automatic date update in version.inGDB Administrator1-1/+1
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker6-2/+137
2020-11-15Add support for fixed-point type arithmeticJoel Brobecker6-3/+196
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker9-0/+128
2020-11-15fix printing of DWARF fixed-point type objects with format modifierJoel Brobecker4-1/+23
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker16-18/+760
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker4-31/+43
2020-11-15gmp-utils: New API to simply use of GMP's integer/rational/float objectsJoel Brobecker5-0/+926
2020-11-15gdb: Make GMP a required dependency for building GDBJoel Brobecker3-0/+12
2020-11-15gdb/configure: Add --with-libgmp-prefix optionJoel Brobecker5-1/+507
2020-11-15Automatic date update in version.inGDB Administrator1-1/+1
2020-11-14gdb: add tab completion of type field names for FortranAndrew Burgess5-4/+135
2020-11-14Use "bool" in fetch_inferior_eventTom Tromey2-1/+5
2020-11-14Add use of const in opencl-lang.cTom Tromey2-2/+6
2020-11-14gdb: fix comment in arm-tdep.cSimon Marchi2-2/+5
2020-11-14x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit modeBorislav Petkov43-401/+467
2020-11-13Use const more in c-lang.cTom Tromey2-14/+19
2020-11-14Automatic date update in version.inGDB Administrator1-1/+1
2020-11-13elf: Set rel_from_abs to 1 for __ehdr_startH.J. Lu5-0/+29
2020-11-13Exclude debuginfo files from "outside of ELF segments" warningKeith Seitz2-1/+12
2020-11-13Add file name to "Loadable section ... outside of ELF segments" warningKeith Seitz2-2/+8
2020-11-13gdb/arm: avoid undefined behavior shift when decoding immediate valueSimon Marchi2-23/+133
2020-11-13Fix Windows-target testing in gdb_file_cmdJoseph Myers2-0/+10
2020-11-13Fix readelf's and objdump's dislplay of DWO links when multiple links are pre...Nick Clifton4-40/+87
2020-11-13gdb: delete a couple of declarations from f-lang.hAndrew Burgess3-21/+24
2020-11-13gas, arm: PR26858 Fix availability of single precision vmul/vmla in arm modeAndre Vieira3-2/+16
2020-11-13Automatic date update in version.inGDB Administrator1-1/+1
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess15-816/+630