binutils-gdb.git
2023-09-11 Tom TromeySpecialize std::hash for ptid_t
2023-09-11 Tom TromeyUpdate Python signal-handling documentation
2023-09-11 Simon Marchigdb/testsuite: use foreach_with_prefix in gdb.guile...
2023-09-11 Ijaz, Abdul Btestsuite, fortran: Fix regression due to fix for ifort...
2023-09-11 Markus Metzgergdb: c++ify btrace_target_info
2023-09-11 Markus Metzgergdb, btrace: move xml parsing into remote.c
2023-09-11 Simon Marchigdb/testsuite: fix gdb.arch/amd64-init-x87-values.exp...
2023-09-11 GDB AdministratorAutomatic date update in version.in
2023-09-10 GDB AdministratorAutomatic date update in version.in
2023-09-09 GDB AdministratorAutomatic date update in version.in
2023-09-08 Jinyang HeMake sure DW_CFA_advance_loc4 is in the same frag
2023-09-08 Tom TromeyRun 'black' on recent test case
2023-09-08 Vladimir MezentsevSet insn_type for branch instructions on aarch64
2023-09-08 Simon Marchigdb/doc: describe x87 registers
2023-09-08 Simon Marchigdb/doc: rename "x86 Architecture-specific Issues"...
2023-09-08 Richard Sandifordaarch64: Remove unused function
2023-09-08 Tom de Vries[gdb/testsuite] Make gdb.dwarf2/dwzbuildid.exp more...
2023-09-08 Tom de Vries[gdb/testsuite] Add kfail in gdb.dwarf2/dwzbuildid.exp
2023-09-08 Tom de Vries[gdb/testsuite] Add aranges in gdb.dwarf2/dwzbuildid.exp
2023-09-08 Tom de Vries[gdb/testsuite] Fix build-ids in gdb.dwarf2/dwzbuildid.exp
2023-09-08 Andrew Burgessgdb/testsuite: fix gdb.mi/mi-condbreak-throw.exp failure
2023-09-08 Jan Beulichx86: restrict prefix use with .insn VEX/XOP/EVEX
2023-09-08 Simon Marchigdb: remove interp_supports_command_editing
2023-09-08 Simon Marchigdb: remove interp_pre_command_loop
2023-09-08 GDB AdministratorAutomatic date update in version.in
2023-09-07 Nils-Christian... testsuite, fortran: make kfail gfortran specific
2023-09-07 Nils-Christian... testsuite, fortran: adapt tests for ifort's 'start...
2023-09-07 Nils-Christian... testsuite, fortran: Remove self assignment non-statements
2023-09-07 Nils-Christian... testsuite, fortran: make mixed-lang-stack less compiler...
2023-09-07 Ijaz, Abdul Bgdb: add Abdul Basit Ijaz to gdb/MAINTAINERS
2023-09-07 Paul Iannettakvx: Add a testcase for bundles with KVXMAXBUNDLEWORDS...
2023-09-07 Alan ModraPR30793, kvx_reassemble_bundle index 8 out of bounds
2023-09-07 Tom TromeyFix bug in -var-evaluate-expression
2023-09-07 Tom TromeyRemove variable_default_display
2023-09-07 Tom TromeyRemove dead code from varobj_set_display_format
2023-09-07 Tom TromeyAllow pretty-printer 'children' method to return strings
2023-09-07 Tom de Vries[gdb/symtab] Fix gdb-index writing for .debug_types
2023-09-07 Tom de Vries[gdb/ada] Extend type equivalence test in ada_resolve_enum
2023-09-07 Tom de Vries[gdb/ada] Move identical enums handling later
2023-09-07 Tom TromeySimplify block_find_symbol
2023-09-07 Simon Marchigdb/mi: make current_token a field of mi_interp
2023-09-07 Simon Marchigdb: fix indentation in mi/mi-parse.h
2023-09-07 cailuluAdd testcase for generation of 32/64_PCREL.
2023-09-07 cailuluUse 32/64_PCREL to replace a pair of ADD32/64 and SUB32/64.
2023-09-07 Nelson ChuRISC-V: Clarify the naming rules of vendor operands.
2023-09-07 Roland McGrathgold: Use char16_t, char32_t instead of uint16_t, uint3...
2023-09-07 GDB AdministratorAutomatic date update in version.in
2023-09-06 Alan ModraPR30828, notes obstack memory corruption
2023-09-06 Tom de Vries[gdb/testsuite] Fix gdb.ada/same_enum.exp
2023-09-06 Tom de Vries[gdb/symtab] Fix too many symbols in gdbpy_lookup_stati...
2023-09-06 Tom de Vries[gdb/symtab] Handle PU in iterate_over_some_symtabs
2023-09-06 Hans-Peter... src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libct...
2023-09-06 GDB AdministratorAutomatic date update in version.in
2023-09-05 Vladimir MezentsevFix 30808 gprofng tests failed
2023-09-05 Sandra Loosemoregdb/testsuite: Make hook-stop.exp ignore termination...
2023-09-05 Sandra Loosemoregdb/testsuite: Disable some tests that are broken on...
2023-09-05 Sandra Loosemoregdb/testsuite: Adjust some testcases to allow Windows...
2023-09-05 Sandra Loosemoregdb/testsuite: Fix style.exp failures on targets withou...
2023-09-05 Tom TromeyHandle array- and string-like values in no-op pretty...
2023-09-05 Tom TromeyAdd new Python APIs to support DAP value display
2023-09-05 Tom TromeySelect frame when fetching a frame variable in DAP
2023-09-05 Tom TromeyIntroduce type::is_array_like and value_to_array
2023-09-05 Tom TromeyUse ada_value_subscript in valpy_getitem
2023-09-05 Tom TromeyIntroduce TYPE_SPECIFIC_RUST_STUFF
2023-09-05 Tom TromeyRefactor Rust code for slice-to-array operation
2023-09-05 Tom TromeyMove rust_language::lookup_symbol_nonlocal
2023-09-05 Ciaran Woodwardgdb/riscv: Fix oob memory access when printing info...
2023-09-05 Tom TromeyRead Ada main name from executable, not inferior
2023-09-05 Tom TromeyAvoid crash with Ada and -fdata-sections
2023-09-05 Nick Cliftonreadelf: Add option to display the names of sections...
2023-09-05 Jan BeulichRISC-V: fold duplicate code in vector_macro()
2023-09-05 Tsukasa OIRISC-V: Add stub support for the 'Svadu' extension
2023-09-05 Tsukasa OIRISC-V: Fix typo in the testsuite
2023-09-05 Tsukasa OIRISC-V: Add 'Smcntrpmf' extension and its CSRs
2023-09-05 Tsukasa OIRISC-V: Prohibit combination of 'E' and 'H'
2023-09-05 GDB AdministratorAutomatic date update in version.in
2023-09-04 Christophe... arm: Make 'conflicting CPU architectures' error message...
2023-09-04 Tom de Vries[gdb/testsuite] Fix race in gdb.base/add-symbol-file...
2023-09-04 GDB AdministratorAutomatic date update in version.in
2023-09-03 GDB AdministratorAutomatic date update in version.in
2023-09-02 Simon Marchigdbserver: i387_cache_to_xsave: fix copy dest of zmm...
2023-09-02 GDB AdministratorAutomatic date update in version.in
2023-09-01 Joseph Myersconfig: Fix host -rdynamic detection for build != host...
2023-09-01 Tom TromeyFix "usage" errors for some MI varobj commands
2023-09-01 Jan Beulichx86: unindent most of set_cpu_arch()
2023-09-01 Jan Beulichx86: rename CpuPCLMUL
2023-09-01 Jan Beulichx86: correct source used for two non-AVX512 VEXWIG...
2023-09-01 Jan Beulichx86: drop Size64 from VMOVQ
2023-09-01 Jan BeulichRISC-V: move various alias entries
2023-09-01 Jerry Zhang... Fix ld Makefile variable naming: ELF_CLFAGS -> ELF_CFLAGS
2023-09-01 Nelson ChuRISC-V: Fixed the wrong expansion for pseudo vmsge...
2023-09-01 Simon Marchigdb: remove uses of alloca in gdbtypes.c
2023-09-01 GDB AdministratorAutomatic date update in version.in
2023-08-31 Nicolas BoulenguezPR30806, CPPFLAGS are missing for bfd/chew, syslex_wrap...
2023-08-31 H.J. Luelf: Adjust PR ld/30791 tests
2023-08-31 Tom TromeyAdd symbol::matches method
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_PACKED
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31 Simon Marchigdb: remove FIELD_BITSIZE
2023-08-31 Simon Marchigdb: introduce field::bitsize / field::set_bitsize
next