aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-20Silence warnings due to plugin API changeAlan Modra5-4/+24
2020-03-20XCOFF uninitialized readAlan Modra2-4/+9
2020-03-20metag uninitialized memory readAlan Modra2-2/+13
2020-03-20NDS32 disassembly of odd sized sectionsAlan Modra2-9/+22
2020-03-20PowerPC disassembly of odd sized sectionsAlan Modra2-10/+25
2020-03-20tidy elf_backend callsAlan Modra4-27/+37
2020-03-20Automatic date update in version.inGDB Administrator1-1/+1
2020-03-19Add support for --no-rosegment option.Fangrui Song2-1/+5
2020-03-19Disable get_ptrace_pid for NetBSDKamil Rytarowski3-19/+44
2020-03-19Fix discrepancies in nm's --line-number output by adding support for the DW_A...Nick Clifton5-18/+2107
2020-03-19Include: Sync lto-symtab.h and plugin-api.h with GCCMartin Liska3-2/+56
2020-03-19[AArch64] When unavailable, fetch VG from ptrace.Luis Machado2-3/+23
2020-03-19Fix assertion failure in the BFD library when called to parse a file containi...Nick Clifton2-2/+13
2020-03-19Avoid get_ptrace_pid() usage on NetBSD in x86-bsd-nat.cKamil Rytarowski2-23/+27
2020-03-19readelf.c: Use unsigned long to iterate over num_symsH.J. Lu2-4/+7
2020-03-19gdb: Handle W and X remote packets without giving a warningAndrew Burgess5-10/+384
2020-03-19gdb/testsuite/fortran: Add mixed language stack testAndrew Burgess5-0/+408
2020-03-19gdb: Remove C++ symbol aliases from completion listAndrew Burgess7-0/+180
2020-03-19gdb: Restructure the completion_tracker classAndrew Burgess3-48/+222
2020-03-19[gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILsTom de Vries2-4/+27
2020-03-19Additional c99 elfxx-riscv.c fixSebastian Huber2-1/+6
2020-03-19Don't use bfd.h in binutils/elfcomm.cAlan Modra3-31/+39
2020-03-19readelf leak in process_archiveAlan Modra2-76/+95
2020-03-19Invalid read in process_netbsd_elf_noteAlan Modra2-7/+15
2020-03-19setup_archive parameter mismatchAlan Modra3-3/+13
2020-03-19Automatic date update in version.inGDB Administrator1-1/+1
2020-03-18[gdb/testsuite] Add test-case gdb.dwarf2/break-inline-psymtab.expTom de Vries4-0/+99
2020-03-18Non-contiguous memory regions support: Fix testcases after previous commitChristophe Lyon3-2/+7
2020-03-18Fix seg-fault in strip when copying a file containing corrupt secondary relocs.Nick Clifton2-40/+97
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon13-105/+82
2020-03-18Namespace the reg class to avoid clashes with OS headersKamil Rytarowski6-3/+17
2020-03-18Add support for NetBSD threads in i386-bsd-nat.cKamil Rytarowski2-21/+50
2020-03-18Add support for NetBSD threads in amd64-bsd-nat.cKamil Rytarowski2-16/+39
2020-03-18Include <alloca.h> conditionallyKamil Rytarowski2-0/+6
2020-03-18Rename the read symbol to xreadKamil Rytarowski2-9/+21
2020-03-18Automatic date update in version.inGDB Administrator1-1/+1
2020-03-17Add support for NetBSD threads in sparc-nat.cKamil Rytarowski2-28/+32
2020-03-17Fix PR number in previous deltaNick Clifton1-1/+1
2020-03-17Replace a couple of assertions in the BFD library that can be triggered by at...Nick Clifton4-5/+59
2020-03-17Fix a small set of Z80 problems.Sergey Belyashov16-175/+436
2020-03-17Remove a double free in the BFD library triggered when parsing a corrupt file.Nick Clifton2-1/+9
2020-03-17Add support for NetBSD threads in sh-nbsd-nat.cKamil Rytarowski2-3/+11
2020-03-17Inherit sh_nbsd_nat_target from nbsd_nat_targetKamil Rytarowski2-1/+9
2020-03-17Automatic date update in version.inGDB Administrator1-1/+1
2020-03-17Include missing header to get missing declarationsKamil Rytarowski2-0/+5
2020-03-17Rewrite nbsd_nat_target::pid_to_exec_file to sysctl(3)Kamil Rytarowski2-12/+16
2020-03-17[gdb] Skip imports of c++ CUsTom de Vries3-0/+37
2020-03-17[gdb/testsuite] Give up after consecutive timeouts in completion-support.expTom de Vries1-2/+25
2020-03-16Initialize base_value in pascal_object_print_valueTom Tromey2-0/+6
2020-03-16arc: Migrate to new target featuresAnton Kolesov21-351/+525