binutils-gdb.git
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...
2021-12-02 Simon Marchigas: re-generate configure
2021-12-02 Simon Marchilibctf: re-generate configure
2021-12-02 H.J. Lux86: Skip __[start|stop]_SECNAME for --gc-sections...
2021-12-02 Mike Frysingerbfd: delete unused proto settings
2021-12-02 Mike Frysingergas: merge doc subdir up a level
2021-12-02 Mike Frysingerlibctf: merge doc subdir up a level
2021-12-02 Simon Marchigdb: use actual DWARF version in compunit's debugformat...
2021-12-02 H.J. Luelf: Discard input .note.gnu.build-id sections
2021-12-02 GDB AdministratorAutomatic date update in version.in
2021-12-01 Mike Frysingerbinutils: add missing prefix for binutils/index.html...
2021-12-01 Luca Boccassireadelf: recognize FDO Packaging Metadata ELF note...
2021-12-01 Luca Boccassireadelf: recognize FDO Packaging Metadata ELF note
2021-12-01 Tom de Vries[gdb/testsuite] Fix typo in gdb.multi/multi-arch-exec.exp
2021-12-01 Tom de Vries[gdb/testsuite] Fix gdb.arch/i386-pkru.exp on linux
2021-12-01 Nick CliftonFix the fields in the x_n union inside the the x_file...
2021-12-01 Andrew Burgessgdb/remote: use scoped_restore to control starting_up...
2021-12-01 Simon Marchigdb.base/corefile-buildid.exp: fix DUPLICATEs when...
2021-12-01 Mike Frysingergold: enable silent build rules
2021-12-01 GDB AdministratorAutomatic date update in version.in
2021-11-30 Carl Lovegdb: Powerpc fix gdb.multi/multi-arch-exec.exp test
2021-11-30 Mike Frysingerbinutils: regenerate Makefile.in after doc/ changes
2021-11-30 Roland McGrathFix missing build dependency for binutils man pages
2021-11-30 Richard Sandifordaarch64: Add missing system registers [PR27145]
2021-11-30 Richard Sandifordaarch64: Make LOR registers conditional on +lor
2021-11-30 Richard Sandifordaarch64: Remove ZIDR_EL1
2021-11-30 Richard Sandifordaarch64: Allow writes to MFAR_EL3
2021-11-30 Richard Sandifordaarch64: Mark PMSIDR_EL1 as read-only
2021-11-30 Richard Sandifordaarch64: Remove duplicate system register entries
2021-11-30 Richard Sandifordaarch64: Check for register aliases before mnemonics
2021-11-30 Andrew Burgessgdb/python: don't use the 'p' format for parsing args
2021-11-30 Tom de Vries[gdb/testsuite] Fix gdb.base/style.exp with stub-termcap
2021-11-30 Nick CliftonUse dwarf_vma type for offsets, ranges and section...
2021-11-30 Nick Cliftonld: pru: Add pru_irq_map output section
2021-11-30 Andrew Burgessgdb/testsuite: check the python module is available...
2021-11-30 Andrew Burgessgdb: fix disassembler regressions for 32-bit arm
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb: make packet_command function available outside...
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
next