binutils-gdb.git
2023-10-27 Simon Marchigdb: trim trailing spaces in i386-tdep.{c,h}
2023-10-27 Nelson ChuRISC-V: Clarify the behaviors of SET/ADD/SUB relocations.
2023-10-27 GDB AdministratorAutomatic date update in version.in
2023-10-26 Andrew Burgessgdb/python: Add new gdb.Value.bytes attribute
2023-10-26 Andrew Burgessgdb: handle main thread exiting during detach
2023-10-26 Tom de Vries[gdb/testsuite] Add wait-for-index-cache in gdb.dwarf2...
2023-10-26 Thiago Jung... gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include...
2023-10-26 GDB AdministratorAutomatic date update in version.in
2023-10-25 Guinevere Larsengdb/testsuite: add a clang XFAIL to gdb.python/py-watch...
2023-10-25 Guinevere Larsengdb/testsuite: fix running gdb.python/py-explore-cc...
2023-10-25 Andrew Burgessgdbserver: don't leak program name in handle_v_run
2023-10-25 Simon Marchigdb: make get_symbol_address a private method of symbol
2023-10-25 Simon Marchigdb: make get_msymbol_address a private method of minim...
2023-10-25 Vladimir Mezentsevgprofng: Fix -Wformat= warnings
2023-10-25 Alan Modraasan: _bfd_elf_slurp_version_tables memory leak
2023-10-25 Alan Modraasan: out of memory in som_set_reloc_info
2023-10-25 Alan Modraasan: NULL deref in alpha_ecoff_get_relocated_section_c...
2023-10-25 GDB AdministratorAutomatic date update in version.in
2023-10-24 Tom de Vries[gdb/cli] Add gnu-source-highlight selftest
2023-10-24 Tom de Vries[readelf] Handle unknown name of main in .gdb_index...
2023-10-24 Lulu Caias: fixed internal error when immediate value of reloca...
2023-10-24 GDB AdministratorAutomatic date update in version.in
2023-10-23 Tom de Vries[gdb/python] Only include gdbsupport/selftest.h if...
2023-10-23 Jan Beulichgas: make .nops output visible in listing
2023-10-23 Jan Beulichx86: fold NOP testcase expectations where possible
2023-10-23 Jan Beulichx86: fold a few of the "alternative" NOP patterns
2023-10-23 Jan Beulichx86: add a few more NOP patterns
2023-10-23 Jan Beulichx86: don't record full i386_cpu_flags in struct i386_tc...
2023-10-23 Jan Beulichx86: i686 != PentiumPro
2023-10-23 Jan Beulichx86: respect ".arch nonop" when selecting which NOPs...
2023-10-23 Jan Beulichx86: don't use operand size override with NOP in 16...
2023-10-23 Jan Beulichx86: don't use 32-bit LEA as NOP surrogate in 64-bit...
2023-10-23 Jan Beulichx86: i386_generate_nops() may not derive decisions...
2023-10-23 Jan Beulichx86: record flag_code in tc_frag_data
2023-10-23 Clément Chigotobjcopy: fix typo in --heap and --stack parser
2023-10-23 GDB AdministratorAutomatic date update in version.in
2023-10-22 Alan Modrabfd-in2.h BFD_RELOC_* comments
2023-10-22 Tom TromeyStyle history variable output
2023-10-22 GDB AdministratorAutomatic date update in version.in
2023-10-21 Simon Marchigdb: fix owner passed to remove_target_sections in...
2023-10-21 GDB AdministratorAutomatic date update in version.in
2023-10-20 Tom de Vries[gdb/cli] Allow source-highlight to autodetect language
2023-10-20 Tom TromeyDon't include cooked-index.h from dwarf2/read.h
2023-10-20 Neal Fragergas: testsuite: microblaze: cosmetic fix
2023-10-20 Nick Alcocklibctf: fix creation-time parent/child dict confusions
2023-10-20 Neal Fragerbfd: microblaze: Add 32_NONE reloc type
2023-10-20 Tom de Vries[gdb/symtab] Fix more style issues in v9 .gdb_index...
2023-10-20 Neal Frageropcodes: microblaze: Fix bit masking bug
2023-10-20 GDB AdministratorAutomatic date update in version.in
2023-10-19 Tom TromeyFix race in DWARF reader
2023-10-19 Alan ModraPR30984, assertion fail elf.c:8485
2023-10-19 Simon Marchigdb: fix no-expat build of solib-target.c
2023-10-19 Jose E. Marchesild: fix typo in ld.texi metdata->metadata
2023-10-19 Simon Marchigdb: rename struct so_list to shobj
2023-10-19 Simon Marchigdb: remove free_so function
2023-10-19 Simon Marchigdb: don't call so_list::clear in free_so
2023-10-19 Simon Marchigdb: link so_list using intrusive_list
2023-10-19 Simon Marchigdb: make so_list::{so_original_name,so_name} std:...
2023-10-19 Simon Marchigdb: make so_list::abfd a gdb_bfd_ref_ptr
2023-10-19 Simon Marchigdb: make so_list::sections not a pointer
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-10-19 Simon Marchigdb: make clear_so a method of struct so_list
2023-10-19 Simon Marchigdb: make so_list::lm_info a unique_ptr
2023-10-19 Simon Marchigdb: remove lm_info_vector typedef
2023-10-19 Simon Marchigdb: make solib-rocm not use so_list internally
2023-10-19 Simon Marchigdb: make solib-svr4 not use so_list internally
2023-10-19 Simon Marchigdb: use gdb::checked_static_cast when casting lm_info
2023-10-19 Simon Marchigdb: remove target_so_ops::free_so
2023-10-19 Simon Marchigdb: rename lm_info_base to lm_info
2023-10-19 Simon Marchigdb: allocate so_list with new, deallocate with delete
2023-10-19 Simon Marchigdb: make get_cbfd_soname_build_id static
2023-10-19 Simon Marchigdbsupport: use "reference" and "pointer" type aliases...
2023-10-19 Simon Marchigdb: replace some so_list parameters to use references
2023-10-19 Simon Marchigdb: make interps_notify work with references
2023-10-19 Simon Marchigdb: add program_space parameter to target_so_ops:...
2023-10-19 Simon Marchigdb: remove empty clear_solib functions
2023-10-19 Nelson ChuRISC-V: Don't do undefweak relaxations for the linker_d...
2023-10-19 Tsukasa OIRISC-V: Remove semicolons from DECLARE_INSN
2023-10-19 GDB AdministratorAutomatic date update in version.in
2023-10-18 Lancelot Sixgdb/testsuite/gdb.rocm: Fix incorrect use of continue...
2023-10-18 Jaydeep Patilsim/riscv: fix JALR instruction simulation
2023-10-18 Nick Alcocklibctf: check for problems with error returns
2023-10-18 Lancelot Sixgdb/testsuite/gdb.rocm: Check value returned by hipDevi...
2023-10-18 Torbjörn SVENSSONlibctf: Return CTF_ERR in ctf_type_resolve_unsliced...
2023-10-18 Tom de Vries[gdb/testsuite] Fix gdb.base/jit-bfd-name.exp
2023-10-18 Tom de Vries[gdb/symtab] Fix two style issues in gdb/dwarf2/index...
2023-10-18 Tom de Vries[gdb/symtab] Fix style issues in v9 .gdb_index section...
2023-10-18 Nelson ChuRISC-V: Make sure rv32q conflict won't affect the zfa...
2023-10-18 caiyinyuLoongArch: Correct comments.
2023-10-18 GDB AdministratorAutomatic date update in version.in
2023-10-17 Neal Fragergas: testsuite: microblaze: Add new bit-field tests
2023-10-17 Markus Metzgergdb: include the end address in in-memory bfd filenames
2023-10-17 Torbjörn SVENSSONlibctf: Sanitize error types for PR 30836
2023-10-17 Nick CliftonUpdate the documentation of the LINKER_VERSIOn script...
2023-10-17 Tom de Vries[gdb/cli] Keep track of styling failures in source_cache
2023-10-17 Tom de Vries[gdb/cli] Factor out try_source_highlight
2023-10-17 Tom de Vries[gdb/cli] Skip string copy in source_cache::ensure
2023-10-17 mengqinggangLoongArch: readelf -d RELASZ excludes .rela.plt size
2023-10-17 Alan Modraasan: Invalid free in alpha_ecoff_get_relocated_section...
2023-10-17 Tsukasa OIRISC-V: Fix typo
next