aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Re: H8300 use of uninitialised valueAlan Modra4-126/+152
2020-03-26Re: i386msdos uninitialised readAlan Modra2-1/+5
2020-03-26Re: ARC: Use of uninitialised valueAlan Modra2-2/+6
2020-03-26alpha-vms: Sanity check ETIR__C_CTL_DFLOC indexAlan Modra2-9/+23
2020-03-26Automatic date update in version.inGDB Administrator1-1/+1
2020-03-25Fix error message in compile-object-load.cTom Tromey2-1/+6
2020-03-25Fix WOW64 process system DLL pathsHannes Domani2-3/+45
2020-03-25readelf looping in process_archiveAlan Modra2-2/+8
2020-03-25Add a new function to the BFD library to allow users access to the COFF inter...Nick Clifton4-0/+26
2020-03-25The "b" flag for COFF sections only unsets the LOAD attribute. It should als...J.W. Jagersma2-0/+10
2020-03-25[gdb] Print user/includes fields for maint commandsTom de Vries3-3/+64
2020-03-25gdb/riscv: Apply NaN boxing when writing return values into registersAndrew Burgess2-29/+48
2020-03-25arc: Use correct string when printing bfd DEBUG dataShahab Vahedi2-2/+7
2020-03-25h8300-linux ld testsuiteAlan Modra90-42/+203
2020-03-25PR25662, invalid sh_offset for first section in segment with phdrsAlan Modra2-3/+25
2020-03-25Automatic date update in version.inGDB Administrator1-1/+1
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu11-25/+43
2020-03-25Uninitialised memory read in z80-dis.cAlan Modra2-0/+5
2020-03-24gdb: bool-ify follow_forkSimon Marchi12-53/+64
2020-03-24Update changelog.Nick Clifton1-0/+1
2020-03-24Add code to the BFD library to handle opening files with pathnames longer tha...Nick Clifton2-11/+31
2020-03-24Fix assertion failure in the BFD library when linking with --emit-relocs enab...Nick Clifton2-3/+13
2020-03-24bfd: Change num_group to unsigned intH.J. Lu2-1/+6
2020-03-24include: Sync plugin-api.h with GCCMartin Liska2-2/+68
2020-03-24bfd: Display symbol version for nm -DH.J. Lu7-12/+77
2020-03-24[gdb] Print user for maint info psymtabsTom de Vries2-0/+9
2020-03-24Overlarge allocation in _bfd_generic_read_ar_hdr_magAlan Modra2-3/+18
2020-03-24readelf memory leak in process_mips_specificAlan Modra2-2/+12
2020-03-24Automatic date update in version.inGDB Administrator1-1/+1
2020-03-23Avoid trigger an assertion failure in the STABS parser by replacing the abort...Nick Clifton2-18/+59
2020-03-23Mention .tdata in comment in _bfd_elf_tls_setup()Sebastian Huber2-2/+6
2020-03-23ECOFF archive uninitialised readAlan Modra2-10/+32
2020-03-23i386msdos uninitialised readAlan Modra6-6/+26
2020-03-23gdb/testsuite: Remove hard coded addresses from expected resultsAndrew Burgess2-2/+7
2020-03-23Automatic date update in version.inGDB Administrator1-1/+1
2020-03-22XCOFF64 uninitialised readAlan Modra2-2/+7
2020-03-22H8300 use of uninitialised valueAlan Modra2-6/+33
2020-03-22ARC: Use of uninitialised valueAlan Modra2-3/+10
2020-03-22NS32K arg_bufs uninitialisedAlan Modra2-9/+17
2020-03-22s12z disassembler tidyAlan Modra5-320/+765
2020-03-22Automatic date update in version.inGDB Administrator1-1/+1
2020-03-21include: Sync lto-symtab.h and plugin-api.h with GCCMartin Liska3-2/+8
2020-03-21Automatic date update in version.inGDB Administrator1-1/+1
2020-03-20Make dwarf2_evaluate_property parameter constTom Tromey3-3/+10
2020-03-20[gdb/testsuite] Fix gdb.threads/omp-par-scope.exp XPASSTom de Vries2-1/+27
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi11-85/+19
2020-03-20Update the return type of gdb_ptrace to be more flexibleKamil Rytarowski5-4/+12
2020-03-20Fix assert in c-exp.yTom Tromey2-1/+5
2020-03-20Avoid stringop-truncation errorsTom Tromey3-3/+10
2020-03-20Fix column alignment in "maint info line-table"Tom Tromey4-15/+28