aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi30-110/+101
2021-01-28gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi12-50/+58
2021-01-28Improve windres's handling of pathnames containing special characters on Wind...Eli Zaretskii2-3/+34
2021-01-28ld: Add a test for PR ld/27259H.J. Lu3-0/+27
2021-01-28Fix binutils tools so that they can cope with the special /dev/null file when...Eli Zaretskii3-0/+36
2021-01-28gold: Skip address size and segment selector for DWARF5H.J. Lu2-0/+10
2021-01-28gdb/testsuite: unset XDG_CONFIG_HOMEAndrew Burgess2-0/+11
2021-01-28gdb: update comment for execute_command_to_stringAndrew Burgess3-6/+12
2021-01-28[gdb/breakpoints] Fix longjmp master breakpoint with separate debug infoTom de Vries2-74/+118
2021-01-28PR27259, SHF_LINK_ORDER self-linkAlan Modra4-15/+42
2021-01-28[gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with -m32 and gcc-10Tom de Vries2-2/+5
2021-01-28[gdb/testsuite] Fix ERROR in gdb.dwarf2/dw2-out-of-range-end-of-seq.expTom de Vries2-3/+10
2021-01-28Automatic date update in version.inGDB Administrator1-1/+1
2021-01-27Avoid use after free with logging and debug redirect.Lancelot SIX4-0/+30
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson5-6/+114
2021-01-27Remove extra space after @pxref in gdb.texinfoTom Tromey2-1/+5
2021-01-27ld: depend on libctfNick Alcock3-0/+7
2021-01-27Simplify the code at the end of objcopy's main() function.Nick Clifton2-24/+15
2021-01-26ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.dH.J. Lu2-2/+6
2021-01-27Automatic date update in version.inGDB Administrator1-1/+1
2021-01-26nios2: Don't disable relaxation with --gdwarf-NH.J. Lu4-4/+38
2021-01-26Use debug_prefixed_printf_cond in windows-nat.cTom Tromey3-68/+89
2021-01-26bfd: add elfcore_write_file_noteMihails Strasuns5-5/+23
2021-01-26Segmentation fault i386-genAlan Modra2-0/+7
2021-01-26PR27226, ld.bfd contains huge .rodata sectionAlan Modra15-11/+148
2021-01-26gas testsuite tidyAlan Modra29-31/+64
2021-01-26gas byte testAlan Modra5-14/+7
2021-01-26pr27228 testcaseAlan Modra5-4/+15
2021-01-26gdb: Add default reggroups for ARCShahab Vahedi2-0/+23
2021-01-26Fix the date for the last entry in gdb/ChangeLogShahab Vahedi1-1/+1
2021-01-26Fix thinko in objcopy's memory freeing code.Frederic Cambus2-1/+7
2021-01-26arc: Log "pc" value in "arc_skip_prologue"Anton Kolesov2-1/+5
2021-01-26[gdb/testsuite] Fix gdb.threads/killed-outside.exp with -m32Tom de Vries2-0/+7
2021-01-26[gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32Tom de Vries2-17/+42
2021-01-26Automatic date update in version.inGDB Administrator1-1/+1
2021-01-25[gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off in partial DIETom de Vries5-2/+53
2021-01-25gdb/docs: add parentheses in Python examples using printMarco Barisione2-9/+13
2021-01-25Fix fixed-point regression with recent GCCTom Tromey6-19/+65
2021-01-25Specially handle array contexts in Ada expression resolutionTom Tromey4-3/+32
2021-01-25Add test case for symbol menu for local enumeratorsTom Tromey3-0/+116
2021-01-25Add some more DWARF-5 sectionsFangrui Song2-3/+10
2021-01-25gdb/doc: move @menu blocks to the end of their enclosing @nodeAndrew Burgess2-35/+44
2021-01-25Update linker scripts with the names of new DWARF-5 debug sections.Nick Clifton2-7/+17
2021-01-25Automatic date update in version.inGDB Administrator1-1/+1
2021-01-24DWARF-5: Ignore empty range in DWARF-5 line number tablesH.J. Lu2-3/+6
2021-01-24gas: Add a testcase for PR gas/27228H.J. Lu4-0/+21
2021-01-24Minor updates to the 'how to make a release' documentNick Clifton2-11/+17
2021-01-24PR27228, .reloc wrong symbol emitted for undefined local symbolAlan Modra2-1/+9
2021-01-23Avoid crash when "compile" expression uses cooked registerTom Tromey2-2/+22
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey9-26/+51