]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2021-12-09  Simon Marchigdb, gdbserver: detach fork child when detaching from...
2021-12-09  Simon Marchigdb: move clearing of tp->pending_follow to follow_fork...
2021-12-09  Simon Marchigdb/remote.c: refactor pending fork status functions
2021-12-09  Simon Marchigdb/remote.c: move some things up
2021-12-09  Simon Marchigdb/linux-nat: factor ptrace-detach code to new detach_...
2021-12-09  Simon Marchigdbserver: hide fork child threads from GDB
2021-12-09  GDB AdministratorAutomatic date update in version.in
2021-12-08  Tom TromeyUse for-each more in gdb
2021-12-08  Tom TromeyFix error in file_and_directory patch
2021-12-08  Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-12-08  Andrew Burgessgdb: use try/catch around a gdb_disassembler::print_ins...
2021-12-08  Jan Vranyppc: recognize all program traps
2021-12-08  Jan Vranyppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
2021-12-08  Fangrui Songbfd_section_from_shdr: Support SHT_RELR sections
2021-12-08  Alan ModraPR28673, input file 'gcov' is the same as output file
2021-12-08  Tom TromeyFix bug in source.c change
2021-12-08  Simon Marchigdb: make struct linespect contain vectors, not pointer...
2021-12-08  GDB AdministratorAutomatic date update in version.in
2021-12-07  Tom TromeyRemove an xfree from add_path
2021-12-07  Simon Marchigdb/linespec.c: simplify condition
2021-12-07  Simon Marchigdb: rename "maint agent" functions
2021-12-07  Simon Marchigdb: make set_raw_breakpoint static
2021-12-07  John BaldwinSupport AT_FXRNG and AT_KPRELOAD on FreeBSD.
2021-12-07  Tom TromeyAvoid extra work in global_symbol_searcher::expand_symtabs
2021-12-07  Tom de Vries[gdb/testsuite] Fix options arg handling in compile_jit...
2021-12-07  Tom de Vries[gdb/testsuite] Fix FAIL in gdb.tui/basic.exp
2021-12-07  Tom de Vries[gdb/tdep] Fix inferior plt calls in PIE for i386
2021-12-07  Tom de Vries[gdb/symtab] Support -readnow during reread
2021-12-07  Tom de Vries[gdb/ada] Fix assert in ada_is_unconstrained_packed_arr...
2021-12-07  Alan ModraRe: Add support for AArch64 EFI (efi-*-aarch64)
2021-12-07  Alan ModraError on ld output file name matching input file name
2021-12-07  GDB AdministratorAutomatic date update in version.in
2021-12-06  Carl Lovegdb: Add PowerPC support to gdb.dwarf2/frame-inlined...
2021-12-06  Tom de Vries[gdb/testsuite] Use precise align in gdb.arch/i386...
2021-12-06  Tom de Vries[gdb/testsuite] Fix data alignment in gdb.arch/i386...
2021-12-06  Alan Modra[GOLD] PowerPC64 inline plt sequences
2021-12-06  Clément Chigotld: improve shared tests for AIX
2021-12-06  GDB AdministratorAutomatic date update in version.in
2021-12-05  Tom TromeyPreserve artificial CU name in process_psymtab_comp_uni...
2021-12-05  Mike Frysingersim: include ansidecl.h when needed
2021-12-05  Mike Frysingersim: include stdint.h when needed
2021-12-05  Mike Frysingersim: include stdarg.h when used
2021-12-05  Mike Frysingersim: reorder header includes
2021-12-05  Simon Marchigdbsupport: fix memory leak in create_file_handler...
2021-12-05  GDB AdministratorAutomatic date update in version.in
2021-12-04  Mike Frysingersim: moxie: hoist dtb rules up to common builds
2021-12-04  Mike Frysingersim: m68hc11: delete unused profile flags
2021-12-04  Mike Frysingersim: msp430: delete redundant comments & settings
2021-12-04  Mike Frysingersim: erc32: drop old configure target
2021-12-04  Mike Frysingersim: m32c/rl78: drop redundant -Wall settings
2021-12-04  Tom TromeyCache the result of find_file_and_directory
2021-12-04  Tom TromeyMove file_and_directory to new file and C++-ize
2021-12-04  Tom TromeyRemove Irix case from find_file_and_directory
2021-12-04  Mike Frysingersim: frv: split up testsuite a bit
2021-12-04  Simon Marchigdb: don't show deprecated aliases
2021-12-04  Simon Marchigdb/testsuite: fix two "maint info line-table"-related...
2021-12-04  Simon Marchigdb: revert one array_view copy change in ada-lang.c
2021-12-04  Mike Frysingerbfd: unify header generation rules
2021-12-04  Mike Frysingerbfd: move header updates up a directory
2021-12-04  Mike Frysingerbfd: convert bfdver.h to silent automake rules
2021-12-04  GDB AdministratorAutomatic date update in version.in
2021-12-03  Simon Marchigdb: small "maintenance info line-table" readability...
2021-12-03  Simon Marchigdb: change some alias functions parameters to const...
2021-12-03  Simon Marchigdb: use intrusive_list for cmd_list_element aliases...
2021-12-03  Simon Marchigdb: trivial changes to use array_view
2021-12-03  Simon Marchigdb: make extract_integer take an array_view
2021-12-03  Simon Marchigdbsupport: add array_view copy function
2021-12-03  Simon Marchigdb: change store_waitstatus to return a target_waitsta...
2021-12-03  Simon Marchigdb: return *this in target_waitstatus setters
2021-12-03  Simon Marchigdb: make saved_filename an std::string
2021-12-03  Richard Sandifordaarch64: Fix uninitialised memory
2021-12-03  Andrew Burgessgdb: make value_subscripted_rvalue static
2021-12-03  Andrew Burgessgdb/testsuite: give a test a real name
2021-12-03  Andrew Burgessgdb/remote: fix use after free bug
2021-12-03  Mike Frysingerlibctf: workaround automake bug with conditional info...
2021-12-03  Chenghua XuAdd myself and Zhensong Liu as the LoongArch port maint...
2021-12-03  Alan ModraRevert "Re: Don't compile some opcodes files when bfd...
2021-12-03  GDB AdministratorAutomatic date update in version.in
2021-12-02  Simon Marchigdb: remove unexpected xstrdup in _initialize_maint_tes...
2021-12-02  Nick CliftonFix illegal memory access whilst parsing corrupt DWARF...
2021-12-02  Tom de Vries[gdb/tdep] Fix avx512 -m32 support in gdbserver
2021-12-02  Simon Marchigdb/testsuite: update tests looking for "DWARF 2" debug...
2021-12-02  Joel Brobecker(PPC64) fix handling of fixed-point values when using...
2021-12-02  Joel Brobecker(RISCV) fix handling of fixed-point type return values
2021-12-02  Joel Brobecker(ARM/fixed-point) wrong value shown by "finish" command:
2021-12-02  Xavier Roirand(Ada/AArch64) fix fixed point argument passing in infer...
2021-12-02  Tom TromeyImplement 'task apply'
2021-12-02  Tom TromeyAdd "task" keyword to the "watch" command
2021-12-02  Richard Sandifordaarch64: Update gas/NEWS for recent changes
2021-12-02  Richard Sandifordaarch64: Add BC instruction
2021-12-02  Richard Sandifordaarch64: Enforce P/M/E order for MOPS instructions
2021-12-02  Richard Sandifordaarch64: Add support for +mops
2021-12-02  Richard Sandifordaarch64: Add Armv8.8-A system registers
2021-12-02  Richard Sandifordaarch64: Add id_aa64isar2_el1
2021-12-02  Richard Sandifordaarch64: Add support for Armv8.8-A
2021-12-02  Richard Sandifordaarch64: Provide line info for unclosed sequences
2021-12-02  Richard Sandifordaarch64: Tweak insn sequence code
2021-12-02  Richard Sandifordaarch64: Add maximum immediate value to aarch64_sys_reg
2021-12-02  Marcus NilssonAllow the --visualize-jumps feature to work with the...
2021-12-02  Simon Marchigdb, include: replace pragmas with DIAGNOSTIC macros...
next