]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2020-11-03  Howard ChuAdd an option to the archiver to add a section recordin...
2020-11-03  Przemyslaw... [PATCH][GAS] aarch64: Add atomic 64-byte load/store...
2020-11-03  Alan ModraPowerPC problem building gold with clang
2020-11-03  Przemyslaw... [PATCH] aarch64: Update missing ChangeLog for AArch64...
2020-11-03  Nick CliftonFix compile time warning
2020-11-03  Christian Eggersgas: fix symbol value calculation for versioned symbol...
2020-11-03  Alan Modraasan: leak in bfd_section_from_shdr
2020-11-03  Nick Gassongold: ensure file_counts_lock is initialized before...
2020-11-03  GDB AdministratorAutomatic date update in version.in
2020-11-02  Simon Marchigdb/testsuite: fix failure in gdb.base/step-over-no...
2020-11-02  Tom TromeyAdd x86_64 ravenscar support
2020-11-02  Andrew Burgessgdb: new function to wrap up executing command line...
2020-11-02  Andrew Burgessgdb: use get_standard_config_dir when looking for ...
2020-11-02  Tom TromeyAdd get_standard_config_dir function
2020-11-02  Tom TromeyMinor Python simplifications
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-11-02  Gary BensonFix gdb.base/print-file-var.exp with Clang
2020-11-02  Gary BensonDetect and report incompatible gdb_compile options
2020-11-02  Gary BensonFix testcases using __attribute__((noclone)) with Clang
2020-11-02  Tom de Vries[gdb/testsuite] Remove .debug_line.dwo from gdb.dwarf2...
2020-11-02  Andrew Burgessgdb/riscv: read frame base register as unsigned in...
2020-11-02  Simon Marchisim/bpf: re-generate configure
2020-11-02  GDB AdministratorAutomatic date update in version.in
2020-11-01  Alan ModraPR26806, Suspected linker bug with LTO
2020-11-01  Tom TromeyChange end_psymtab_common to a method
2020-11-01  Tom TromeyRemove partial symbol statistics
2020-11-01  Tom TromeyRemove parameter from end_psymtab_common
2020-11-01  Tom TromeyRemove init_psymbol_list
2020-11-01  Joel Brobeckeravoid unwarranted assumption in gdb.ada/fixed_points...
2020-11-01  Joel Brobeckerada-lang.c: Rename gnat_encoded_fixed_type_info
2020-11-01  Joel Brobeckerada-lang.c: fix line too long in cast_from_gnat_encoded...
2020-11-01  Joel Brobeckerada-lang.c: Renaming some fixed-point-related routines
2020-11-01  GDB AdministratorAutomatic date update in version.in
2020-10-31  Andrew Burgessgdb: restore some checks of debug flags
2020-10-31  Simon Marchigdb, gdbsupport: add debug_prefixed_printf, remove...
2020-10-31  Simon Marchigdbserver: replace AC_TRY_COMPILE in acinclude.m4
2020-10-31  Simon Marchigdb: replace AC_TRY_LINK in sanitize.m4
2020-10-31  Simon Marchigdbsupport: replace AC_TRY_COMPILE in common.m4
2020-10-31  Simon Marchigdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK
2020-10-31  Simon Marchigdbsupport: replace AC_TRY_COMPILE in warning.m4
2020-10-31  Simon Marchigdbsupport: replace AC_TRY_COMPILE in ptrace.m4
2020-10-31  Simon Marchigdbsupport: re-indent ptrace.m4
2020-10-31  Simon Marchigdb: modernize acinclude.m4
2020-10-31  Simon Marchigdb/testsuite: modernize configure.ac
2020-10-31  Simon Marchigdb: modernize configure.ac
2020-10-31  Simon Marchigdbserver: modernize configure.ac
2020-10-31  Simon Marchigdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC
2020-10-31  Simon Marchigdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD...
2020-10-31  GDB AdministratorAutomatic date update in version.in
2020-10-30  Simon Marchigdb: introduce displaced_debug_printf
2020-10-30  Simon Marchigdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown...
2020-10-30  Tom TromeyHave stamp-init depend on config.status
2020-10-30  H.J. Lugold: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
2020-10-30  H.J. Lux86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
2020-10-30  Przemyslaw... [PATCH][GAS] aarch64: Add WFIT instruction for Armv8.7-a
2020-10-30  Tankut Baris... gdb/infrun: disable pagination in fetch_inferior_event
2020-10-30  Pedro AlvesMove lookup_selected_frame to frame.c
2020-10-30  Pedro AlvesMake scoped_restore_current_thread's cdtors exception...
2020-10-30  GDB AdministratorAutomatic date update in version.in
2020-10-29  Simon Marchigdb: fix documentation of gdbarch_displaced_step_hw_sin...
2020-10-29  Simon Marchigdb: remove parameter of gdbarch_displaced_step_hw_sing...
2020-10-29  Tom TromeyRemove call to exec_close
2020-10-29  Tom TromeyDon't change current program space in exec_target:...
2020-10-29  Tom TromeyChange add_target_sections_of_objfile to method on...
2020-10-29  Tom TromeyChange add_target_sections to method on program_space
2020-10-29  Tom TromeyChange remove_target_sections to method on program_space
2020-10-29  Tom TromeyChange program_space_empty_p to method on program_space
2020-10-29  Tom TromeyChange clear_program_space_solib_cache to method on...
2020-10-29  Tom TromeyRemove symfile_objfile macro
2020-10-29  Tom TromeyChange program_space::ebfd to a gdb_bfd_ref_ptr
2020-10-29  Tom TromeyRemove the exec_bfd macro
2020-10-29  Tom TromeyRemove current_target_sections macro
2020-10-29  Tom TromeyRemove exec_bfd_mtime define
2020-10-29  Tom TromeyRemove commented-out code from gcore.c
2020-10-29  Tom TromeyChange exec_close to be a method on program_space
2020-10-29  Tom TromeyRemove exec_filename macro
2020-10-29  Tom TromeyAdd target_section constructor
2020-10-29  Nick CliftonFix an illegal memory access problem when processing...
2020-10-29  Przemyslaw... aarch64: Fix DSB instruction 'missing immediate express...
2020-10-29  H.J. Ludwarf: Also match abbrev base when searching abbrev...
2020-10-29  Tankut Baris... gdb: restore thread after detaching or killing an inferior
2020-10-29  Nick CliftonFix a potential illegal memory access by objcopy when...
2020-10-29  Tom de Vries[gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.exp
2020-10-29  GDB AdministratorAutomatic date update in version.in
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.python/py-symbol.exp with ...
2020-10-28  Tom de Vries[gdb/testsuite] Fix re-read FAILs with -readnow
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.rust/traits.exp with -readnow
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.base/relocate.exp with -readnow
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with ...
2020-10-28  Tom de Vries[gdb/symtab] Fix language of frame without debug info
2020-10-28  Andreas RammholdUse sha256 for hashes in the release process
2020-10-28  Przemyslaw... aarch64: Add CSR PDEC instruction
2020-10-28  Przemyslaw... aarch64: Add WFET instruction for Armv8.7-a
2020-10-28  Przemyslaw... aarch64: Add DSB instruction Armv8.7-a variant
2020-10-28  Przemyslaw... aarch64: Add basic support for armv8.7-a architecture
2020-10-28  Nick CliftonFix a potential illegal memory access when creating...
2020-10-28  Nick CliftonFix compile time warning building with gcc 11.
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnow
2020-10-28  Tom de Vries[gdb/testsuite] Fix typo in gdb.cp/nsalias.exp
2020-10-28  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with...
next