binutils-gdb.git
2020-03-27 Andrew Burgessgdbsupport: Resolve shellcheck issues in create-version...
2020-03-27 Jozef LawrynowiczAdd testcase for PR 25662 invalid sh_offset for section
2020-03-27 Alan ModraRe: readelf looping in process_archive
2020-03-27 GDB AdministratorAutomatic date update in version.in
2020-03-26 John BaldwinSupport AT_BSDFLAGS on FreeBSD.
2020-03-26 Tom TromeyChange two functions to be methods on struct attribute
2020-03-26 Tom TromeyMove DWARF-constant stringifying code to new file
2020-03-26 Tom TromeyRewrite new die_info methods
2020-03-26 Tom TromeyChange two more functions to be methods on die_info
2020-03-26 Tom TromeyRemove sibling_die
2020-03-26 Tom TromeyChange dwarf2_attr_no_follow to be a method
2020-03-26 Tom TromeyRemove dwarf2_cu::base_known
2020-03-26 Tom TromeyMove die_info to new header
2020-03-26 Tom TromeyMove more code to line-header.c
2020-03-26 Tom TromeyConvert read_indirect_line_string to a method
2020-03-26 Tom TromeyTrivial fix in dwarf_decode_macro_bytes
2020-03-26 Tom TromeyUse a const dwarf2_section_info in macro reader
2020-03-26 Tom TromeyUse a const line_header in macro reader
2020-03-26 Tom TromeyMake some line_header methods const
2020-03-26 Tom TromeyMove code to new file dwarf2/macro.c
2020-03-26 Tom TromeyAdd dwarf2_section_info::read_string method
2020-03-26 Tom TromeyConvert dwarf2_section_buffer_overflow_complaint to...
2020-03-26 Tom TromeyMove dwarf2_section_buffer_overflow_complaint to dwarf2...
2020-03-26 Tom TromeySplit dwarf_decode_macros into two overloads
2020-03-26 Tom TromeyChange dwarf_decode_macro_bytes calling convention
2020-03-26 Tom TromeyAdd dwz.c and dwz_file::read_string
2020-03-26 Tom TromeyIntroduce dwarf2/dwz.h
2020-03-26 Nick CliftonRevert earlier delta adding bfd_coff_get_internal_extra...
2020-03-26 Alan ModraRe: H8300 use of uninitialised value
2020-03-26 Alan ModraRe: i386msdos uninitialised read
2020-03-26 Alan ModraRe: ARC: Use of uninitialised value
2020-03-26 Alan Modraalpha-vms: Sanity check ETIR__C_CTL_DFLOC index
2020-03-26 GDB AdministratorAutomatic date update in version.in
2020-03-25 Tom TromeyFix error message in compile-object-load.c
2020-03-25 Hannes DomaniFix WOW64 process system DLL paths
2020-03-25 Alan Modrareadelf looping in process_archive
2020-03-25 Nick CliftonAdd a new function to the BFD library to allow users...
2020-03-25 J.W. JagersmaThe "b" flag for COFF sections only unsets the LOAD...
2020-03-25 Tom de Vries[gdb] Print user/includes fields for maint commands
2020-03-25 Andrew Burgessgdb/riscv: Apply NaN boxing when writing return values...
2020-03-25 Shahab Vahediarc: Use correct string when printing bfd DEBUG data
2020-03-25 Alan Modrah8300-linux ld testsuite
2020-03-25 Alan ModraPR25662, invalid sh_offset for first section in segment...
2020-03-25 GDB AdministratorAutomatic date update in version.in
2020-03-24 H.J. Lubfd: Add a bfd_boolean argument to bfd_get_symbol_versi...
2020-03-24 Alan ModraUninitialised memory read in z80-dis.c
2020-03-24 Simon Marchigdb: bool-ify follow_fork
2020-03-24 Nick CliftonUpdate changelog.
2020-03-24 Nick CliftonAdd code to the BFD library to handle opening files...
2020-03-24 Nick CliftonFix assertion failure in the BFD library when linking...
2020-03-24 H.J. Lubfd: Change num_group to unsigned int
2020-03-24 Martin Liskainclude: Sync plugin-api.h with GCC
2020-03-24 H.J. Lubfd: Display symbol version for nm -D
2020-03-24 Tom de Vries[gdb] Print user for maint info psymtabs
2020-03-24 Alan ModraOverlarge allocation in _bfd_generic_read_ar_hdr_mag
2020-03-24 Alan Modrareadelf memory leak in process_mips_specific
2020-03-24 GDB AdministratorAutomatic date update in version.in
2020-03-23 Nick CliftonAvoid trigger an assertion failure in the STABS parser...
2020-03-23 Sebastian HuberMention .tdata in comment in _bfd_elf_tls_setup()
2020-03-23 Alan ModraECOFF archive uninitialised read
2020-03-23 Alan Modrai386msdos uninitialised read
2020-03-23 Andrew Burgessgdb/testsuite: Remove hard coded addresses from expecte...
2020-03-23 GDB AdministratorAutomatic date update in version.in
2020-03-22 Alan ModraXCOFF64 uninitialised read
2020-03-22 Alan ModraH8300 use of uninitialised value
2020-03-22 Alan ModraARC: Use of uninitialised value
2020-03-22 Alan ModraNS32K arg_bufs uninitialised
2020-03-22 Alan Modras12z disassembler tidy
2020-03-22 GDB AdministratorAutomatic date update in version.in
2020-03-21 Martin Liskainclude: Sync lto-symtab.h and plugin-api.h with GCC
2020-03-21 GDB AdministratorAutomatic date update in version.in
2020-03-20 Tom TromeyMake dwarf2_evaluate_property parameter const
2020-03-20 Tom de Vries[gdb/testsuite] Fix gdb.threads/omp-par-scope.exp XPASS
2020-03-20 Simon Marchigdb: remove HAVE_DECL_PTRACE
2020-03-20 Kamil RytarowskiUpdate the return type of gdb_ptrace to be more flexible
2020-03-20 Tom TromeyFix assert in c-exp.y
2020-03-20 Tom TromeyAvoid stringop-truncation errors
2020-03-20 Tom TromeyFix column alignment in "maint info line-table"
2020-03-20 Tom TromeyFix Ada val_print removal regression
2020-03-20 Kamil RytarowskiInherit ppc_nbsd_nat_target from nbsd_nat_target
2020-03-20 Kamil RytarowskiAdd support for NetBSD threads in hppa-nbsd-nat.c
2020-03-20 Tom de Vries[gdb/testsuite] Fix timeouts in gdb.threads/step-over...
2020-03-20 Sergey BelyashovAdd support for the xdef and xref pseudo-ops to the...
2020-03-20 Kamil RytarowskiAdd support for NetBSD threads in ppc-nbsd-nat.c
2020-03-20 Nick CliftonFix compile time warnings about the possibility of...
2020-03-20 H.J. Luplugin: Don't invoke LTO-wrapper
2020-03-20 H.J. Luplugin: Use LDPT_ADD_SYMBOLS_V2 to get symbol type
2020-03-20 Alan ModraSilence warnings due to plugin API change
2020-03-20 Alan ModraXCOFF uninitialized read
2020-03-20 Alan Modrametag uninitialized memory read
2020-03-20 Alan ModraNDS32 disassembly of odd sized sections
2020-03-20 Alan ModraPowerPC disassembly of odd sized sections
2020-03-20 Alan Modratidy elf_backend calls
2020-03-20 GDB AdministratorAutomatic date update in version.in
2020-03-19 Fangrui SongAdd support for --no-rosegment option.
2020-03-19 Kamil RytarowskiDisable get_ptrace_pid for NetBSD
2020-03-19 Nick CliftonFix discrepancies in nm's --line-number output by addin...
2020-03-19 Martin LiskaInclude: Sync lto-symtab.h and plugin-api.h with GCC
2020-03-19 Luis Machado[AArch64] When unavailable, fetch VG from ptrace.
2020-03-19 Nick CliftonFix assertion failure in the BFD library when called...
next