aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-11aarch64: Allow LS64 feature with Armv8.6Przemyslaw Wirkus4-2/+10
2020-11-11readelf: Fix output of rnglists sectionBernd Edlinger2-2/+14
2020-11-11Fix Windows-x-PPC buildTom Tromey3-8/+13
2020-11-11gdb/riscv: add ability to decode dwarf CSR numbersAndrew Burgess3-0/+12
2020-11-11gdbserver: add missing --disable-packet options to help textAndrew Burgess2-2/+8
2020-11-11Automatic date update in version.inGDB Administrator1-1/+1
2020-11-10Make internalvar_name return a const char *Tom Tromey3-2/+7
2020-11-10Use "const" more in ax-gdb.cTom Tromey2-10/+16
2020-11-10Constify value_nsstringTom Tromey3-2/+7
2020-11-10Move include block to pathstuff.hTom Tromey3-4/+10
2020-11-10oops - forgot to include the changelog update for the latest binutils/dwarf.c...Nick Clifton1-0/+5
2020-11-10Fix bug in gdb.ada/bias.expTom Tromey3-6/+11
2020-11-10Prevent false passes in gdb.base/vla-optimized-out.expGary Benson2-1/+6
2020-11-10Prevent inlining in gdb.base/vla-optimized-out.cGary Benson2-2/+6
2020-11-10Fix gdb.cp/step-and-next-inline.exp with ClangGary Benson2-4/+23
2020-11-10Accept the DW_FORM_ref8 type when parsing DWARF types.Nick Clifton1-0/+16
2020-11-10Automatic date update in version.inGDB Administrator1-1/+1
2020-11-09Revert delta accidentally applied with commit 9372689d72f902c8bae90536acc4747...Nick Clifton1-24/+0
2020-11-09gas: improve reproducibility for stabs debugging data formatDenys Zagorui2-1/+7
2020-11-09asan: vms-alpha: stack buffer overflowAlan Modra2-1/+5
2020-11-09Add support for the LMBD (left-most bit detect) instruction to the PRU assemb...Spencer E. Olson8-16/+65
2020-11-09aarch64: Update LS64 feature with system registerPrzemyslaw Wirkus6-1/+77
2020-11-09aarch64: Limit Rt register number for LS64 load/store instructionsPrzemyslaw Wirkus13-202/+459
2020-11-09Fix regexp for development.expAndreas Schwab9-6/+21
2020-11-09Extend the DWARF decoder to display FORM names when operating in wide mode.Nick Clifton2-47/+109
2020-11-09elfedit false "may be used uninitialised"Alan Modra2-6/+8
2020-11-09xcoff dependency list for static librariesAlan Modra3-8/+37
2020-11-09Re: dependency list for static librariesHoward Chu2-2/+7
2020-11-09RISC-V: Update ABI to the elf_flags after parsing elf attributes.Nelson Chu18-47/+211
2020-11-09Automatic date update in version.inGDB Administrator1-1/+1
2020-11-08gold: Avoid sharing Plugin_list::iteratorH.J. Lu2-17/+25
2020-11-08Automatic date update in version.inGDB Administrator1-1/+1
2020-11-07Automatic date update in version.inGDB Administrator1-1/+1
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess11-55/+160
2020-11-06gdb/testsuite: make DWARF assembler's ranges' "base" and "range" procsSimon Marchi10-66/+74
2020-11-06gdb: better static python detection in configure machineryRomain Geissler3-2/+9
2020-11-06Split macro_buffer in two classes, fix Clang buildPedro Alves2-146/+138
2020-11-06Extend ld's -Map=<dir> functionality by allowing '%' to be replaced with the ...Nick Clifton4-20/+137
2020-11-06elfedit: Update help messageH.J. Lu2-10/+33
2020-11-06aarch64: Extract Pointer Authentication feature from Armv8.3-APrzemyslaw Wirkus4-33/+52
2020-11-06Updated Serbian translation for the ld subdirectoryNick Clifton2-1216/+4718
2020-11-05Remove objfile parameter from abbrev_table::readTom Tromey4-13/+26
2020-11-06Automatic date update in version.inGDB Administrator1-1/+1
2020-11-05Automatic date update in version.inGDB Administrator1-1/+1
2020-11-04aarch64: Update feature RAS system registersPrzemyslaw Wirkus15-143/+102
2020-11-04Handle __XVL fields in Ada type printingTom Tromey5-19/+20
2020-11-04Print Ada type name in more casesTom Tromey6-1/+137
2020-11-04Recognize names of array typesTom Tromey6-5/+42
2020-11-04Use bit stride when taking slice of arrayTom Tromey7-3/+153
2020-11-04Only use stride for final element typeTom Tromey6-4/+38