aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey47-142/+231
2020-04-18bfd_is_const_section thinkoAlan Modra3-2/+12
2020-04-18Automatic date update in version.inGDB Administrator1-1/+1
2020-04-18Fix gdb.base/attach-twice.c build on NetBSDKamil Rytarowski2-1/+14
2020-04-17Fix the build of fork-running-state.c on NetBSDKamil Rytarowski2-0/+5
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey55-1299/+656
2020-04-17[PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.Fredrik Strupe7-10/+127
2020-04-17Fix the test for PR 18963 so that it will work on 16-bit targets.Stephen Casner3-9/+20
2020-04-17Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."Nick Clifton5-33/+16
2020-04-17[PATCH 1/2] coff-go32: update ldscriptJuan Manuel Guerrero2-0/+18
2020-04-17 Commit: Running the linker testsuite with clangNick Clifton4-3/+71
2020-04-17Remove obsolete and unused inf_ptrace_target::auxv_parseKamil Rytarowski3-41/+5
2020-04-17bfin: allow ".=.+delta"Alan Modra2-1/+5
2020-04-17PR25842, Null pointer dereference in nm-newAlan Modra2-2/+12
2020-04-17PR25840, Null pointer dereference in objdumpAlan Modra2-0/+7
2020-04-17Automatic date update in version.inGDB Administrator1-1/+1
2020-04-16gdb: is_linked_with_cygwin_dll: mention filename in warning messagesSimon Marchi2-6/+13
2020-04-16gdb: is_linked_with_cygwin_dll: handle import table not at beginning of .idat...Simon Marchi2-13/+39
2020-04-16Stop the MIPS assembler from accepting ifunc symbols.Nick Clifton6-9/+40
2020-04-16Fix the test for PR 18963 so that it will work on 16-bit targets.Stephen Casner5-16/+33
2020-04-16Refactor delete_program_space as a destructorPedro Alves4-47/+71
2020-04-16Fix Cygwin gdb buildTom Tromey6-20/+55
2020-04-16[gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries6-48/+160
2020-04-16Fix compilation of python/python.c for Python 3.9Kevin Buettner2-0/+10
2020-04-16PR25827, Null pointer dereferencing in scan_unit_for_symbolsAlan Modra2-5/+13
2020-04-16cpu,gas,opcodes: support for eBPF JMP32 instruction classDavid Faust11-25/+600
2020-04-16[gdb/testsuite] Fix maint-expand-symbols-header-file.exp for cc-with-gdb-indexTom de Vries2-1/+12
2020-04-16PowerPC64 GOT reloc reserving PLT entry for ifuncAlan Modra1-8/+0
2020-04-16PowerPC64 GOT reloc optimisationAlan Modra1-0/+9
2020-04-16Extend objdump --no-addresses infoAlan Modra2-1/+7
2020-04-15gdbserver: fix format string warning in win32-low.ccSimon Marchi2-1/+5
2020-04-16Automatic date update in version.inGDB Administrator1-1/+1
2020-04-15Fix OpenBSD build error.Kamil Rytarowski2-6/+12
2020-04-15Use debug_printf in windows-nat.cTom Tromey2-4/+9
2020-04-15gdb: Don't corrupt completions hash when expanding the hash tableAndrew Burgess4-1/+120
2020-04-15Better handling of realpath() failure in windows_make_so() on CygwinJon Turney2-1/+9
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song18-86/+115
2020-04-15objdump --no-addressesAlan Modra3-18/+54
2020-04-15PR25823, Use after free in bfd_hash_lookupAlan Modra2-10/+17
2020-04-15Fix makeinfo warnings in gdb.texinfo and python.texi docsArtur Shepilko3-11/+18
2020-04-15PR25822, Invalid read in process_symbol_tableAlan Modra2-1/+9
2020-04-15readelf: zero static vars after freeingAlan Modra2-0/+13
2020-04-15readelf: increase size of static buffersAlan Modra2-23/+17
2020-04-15Re: readelf: Consolidate --syms --use-dynamic with --dyn-symsAlan Modra2-1/+6
2020-04-15Automatic date update in version.inGDB Administrator1-1/+1
2020-04-14[PATCH v2 2/2] coff-go32: support extended relocationsJuan Manuel Guerrero8-28/+250
2020-04-14Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSDKamil Rytarowski2-0/+108
2020-04-14The assembler only supports 32-bit stabs. So set sh_entsize unconditionally t...Fangrui Song2-3/+7
2020-04-14readelf memory leaks processing mipsAlan Modra2-3/+12
2020-04-14Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner19-7/+457