binutils-gdb.git
2023-08-31 H.J. Luelf: Check DT_SYMTAB only on non-IR object
2023-08-31 GDB AdministratorAutomatic date update in version.in
2023-08-30 Alan Modralibbfd.texi zero size
2023-08-30 Alan ModraDEFAULT_BUFFERSIZE
2023-08-30 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/nullptr_t.exp with cc...
2023-08-30 Simon Marchigdb: simplify vector construction in eval_op_rust_array
2023-08-30 Maciej W. RozyckiRevert "Gold: Add targ_extra_little_endian to configure.ac"
2023-08-30 Maciej W. RozyckiRevert "Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_L...
2023-08-30 Maciej W. RozyckiRevert "Gold/MIPS: Drop mips*le/mips*el* triple pattern"
2023-08-30 Maciej W. RozyckiRevert "Gold/MIPS: Add targ_extra_size=64 for mips32...
2023-08-30 Maciej W. RozyckiRevert "Gold/MIPS: Add mips64*/mips64*el triple support"
2023-08-30 Maciej W. RozyckiRevert "MIPS: Use 64-bit a ABI by default for `mipsisa6...
2023-08-30 Willgerodt... gdbserver, linux-low: add a couple of nullptr assertions.
2023-08-30 Tsukasa OIRISC-V: Make XVentanaCondOps RV64 only
2023-08-30 Alan Modraobjdump: Free sorted_syms on error path
2023-08-30 Alan Modrabinutils/dwarf.c abbrev list leak
2023-08-30 Alan ModraRe: readelf/objdump: Handle DWARF info with mixed types...
2023-08-30 GDB AdministratorAutomatic date update in version.in
2023-08-29 Tom de Vries[gdb/build] Fix C inclusion of nat/x86-cpuid.h
2023-08-29 Tom TromeyMore renames in array_operation::evaluate
2023-08-29 Tom TromeyRemove "highbound" parameter from value_array
2023-08-29 Tom TromeyRemove another redundant variable from array_operation...
2023-08-29 Tom TromeyRemove redundant variable from array_operation::evaluate
2023-08-29 Tom TromeyHoist array bounds check in array_operation::evaluate
2023-08-29 Tom TromeyDeclare 'tem' in loop header in array_operation::evaluate
2023-08-29 Tom TromeyUse gdb::array_view for value_array
2023-08-29 Simon Marchigdb/testsuite: recognize one more unsupported instructi...
2023-08-29 Tom de Vries[gdb/testsuite] Require have_compile_flag -mavx512f...
2023-08-29 Tom de Vries[gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls...
2023-08-29 Tom de Vries[gdb/testsuite] Handle some test-cases with older compiler
2023-08-29 Tom de Vries[gdb/testsuite] Fix false negative in have_host_locale
2023-08-29 Nicolas Boulenguezreadelf: typos in user messages
2023-08-29 Tom TromeyDefault getpkt 'forever' parameter to 'false'
2023-08-29 Tom TromeyUnify getpkt and getpkt_or_notif_sane
2023-08-29 Tom TromeyUse bool in getpkt
2023-08-29 Tom TromeyRemove expecting_notif parameter from getpkt_or_notif_s...
2023-08-29 Tom TromeyRemove getpkt_sane
2023-08-29 Tom de Vries[gdb/testsuite] Check for sys/random.h in gdb.reverse...
2023-08-29 GDB AdministratorAutomatic date update in version.in
2023-08-28 Tom de Vries[gdb/testsuite] Improve xfail in gdb.cp/nsusing.exp
2023-08-28 John Baldwingdbserver: Fix style of struct declarations in i387...
2023-08-28 John Baldwingdbserver: Simplify handling of ZMM registers.
2023-08-28 John Baldwinx86: Remove X86_XSTATE_SIZE and related constants.
2023-08-28 Aleksandar... gdbserver: Use x86_xstate_layout to parse the XSAVE...
2023-08-28 Aleksandar... gdbserver: Refactor the legacy region within the xsave...
2023-08-28 John Baldwingdbserver: Add a function to set the XSAVE mask and...
2023-08-28 John Baldwingdb: Use x86_xstate_layout to parse the XSAVE extended...
2023-08-28 John Baldwingdb: Support XSAVE layouts for the current host in...
2023-08-28 John Baldwingdb: Update x86 Linux architectures to support XSAVE...
2023-08-28 John Baldwingdb: Support XSAVE layouts for the current host in...
2023-08-28 John Baldwingdb: Update x86 FreeBSD architectures to support XSAVE...
2023-08-28 John Baldwinx86 nat: Add helper functions to save the XSAVE layout...
2023-08-28 John Baldwinnat/x86-cpuid.h: Add x86_cpuid_count wrapper around...
2023-08-28 John Baldwincore: Support fetching x86 XSAVE layout from architectures.
2023-08-28 John Baldwingdb: Store an x86_xsave_layout in i386_gdbarch_tdep.
2023-08-28 John Baldwinx86: Add an x86_xsave_layout structure to handle variab...
2023-08-28 Tom TromeyUse sect_offset_str in cooked_index::dump
2023-08-28 Mark WielaardUse hex_string in gdb/coffread.c instead of PRIxPTR
2023-08-28 Tom de Vries[gdb/symtab] Handle self-reference in inherit_abstract_dies
2023-08-28 Alan ModraCOFF swap_aux_in
2023-08-28 Alan ModraRe: comdat_hash memory leaks
2023-08-28 Tom de Vries[gdb/testsuite] Add xfail in gdb.cp/subtypes.exp
2023-08-28 Tom de Vries[gdb/testsuite] Refactor gdb.cp/subtypes.exp
2023-08-28 Tom de Vries[gdb/testsuite] Handle gdb.cp/*.exp with older compiler
2023-08-28 YunQiang SuMIPS: Use 64-bit a ABI by default for `mipsisa64*-...
2023-08-28 YunQiang SuGold/MIPS: Add mips64*/mips64*el triple support
2023-08-28 YunQiang SuGold/MIPS: Add targ_extra_size=64 for mips32 triples
2023-08-28 YunQiang SuGold/MIPS: Drop mips*le/mips*el* triple pattern
2023-08-28 YunQiang SuGold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for...
2023-08-28 YunQiang SuGold: Add targ_extra_little_endian to configure.ac
2023-08-28 GDB AdministratorAutomatic date update in version.in
2023-08-27 Alan ModraPE dos_message
2023-08-27 Alan Modracomdat_hash memory leaks
2023-08-27 Alan ModraConfusion in coff_object_cleanup
2023-08-27 Alan Modrasanity check n_numaux
2023-08-27 Alan ModraRe: ld STRINGIFY
2023-08-27 GDB AdministratorAutomatic date update in version.in
2023-08-26 Tom TromeySimplify definition of GUILE
2023-08-26 Tom TromeyUse get_frame_address_in_block in print_frame
2023-08-26 Alan Modraopcodes i386 and ia64 gen file warnings
2023-08-26 Alan Modrald STRINGIFY
2023-08-26 GDB AdministratorAutomatic date update in version.in
2023-08-25 Alan Modrald .deps/*.Pc files
2023-08-25 Mark WielaardFix gdb/coffread.c build on 32bit architectures
2023-08-25 Keith SeitzVerify COFF symbol stringtab offset
2023-08-25 John BaldwinUpdate FreeBSD system calls for the upcoming 14.0-RELEASE
2023-08-25 Aditya Vidyadhar... Fix for call feature having 9th function parameter...
2023-08-25 Aditya Vidyadhar... Fix 64 bit red zone frame size in AIX
2023-08-25 Jan Beulichbfd: correct relocation handling for objcopy COFF ...
2023-08-25 Jan Beulichgas/ELF: widen use of $dump_opts in testsuite
2023-08-25 Jan Beulichgas/ELF: allow "inheriting" section attributes and...
2023-08-25 Alan ModraUse GNU make pattern rule in ld Makefile
2023-08-25 Alan Modrasom: buffer overflow writing strings
2023-08-25 Alan ModraPR30794, PowerPC gold: internal error in add_output_sec...
2023-08-25 GDB AdministratorAutomatic date update in version.in
2023-08-24 Lancelot SIXgdb/solib-rocm: Detect SO for unsupported AMDGPU device
2023-08-24 Tom de Vries[gdb/build] Return gdb::array_view in thread_info_to_th...
2023-08-24 Paul Iannettakvx: fix kvx_reassemble_bundle index 8 out of bounds
2023-08-24 Guinevere Larsengdb/testsuite: Multiple improvements for gdb.reverse...
2023-08-24 Guinevere Larsengdb/testsuite: fix testing gdb.reverse/step-reverse...
next