]> git.ipfire.org Git - thirdparty/binutils-gdb.git/shortlog
thirdparty/binutils-gdb.git
2023-03-28  Tom TromeyRename "raw" to "unrelocated"
2023-03-28  Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-28  Tom TromeyUse unrelocated_addr in psymbols
2023-03-28  Tom TromeyUse unrelocated_addr in partial symbol tables
2023-03-28  Tom TromeyMove definition of unrelocated_addr earlier
2023-03-28  Tom TromeyUse function_view in gdb_bfd_lookup_symbol
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.btrace/multi-inferior.exp for...
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.btrace/gcore.exp for remote...
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.btrace/reconnect.exp for remote...
2023-03-28  Tom TromeyPut pretty-printers to_string output in varobj result
2023-03-28  Simon Marchigdb/testsuite: allow "require" callbacks to provide...
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.server/server-kill-python.exp...
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.server/sysroot.exp for remote...
2023-03-28  Tom de Vries[gdb/testsuite] Require non-remote host for gdb.server...
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.server/solib-list.exp for remot...
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.server/file-transfer.exp for...
2023-03-28  Tom de Vries[gdb/testsuite] Fix local-remote-host-native.exp for...
2023-03-28  Enze Ligdb: use dynamic year in update-freebsd.sh
2023-03-28  Tom de Vries[gdb/testsuite] Fix gdb.server/non-existing-program...
2023-03-28  Alan ModraAvoid undefined behaviour in m68hc11 md_begin
2023-03-28  Tom de Vries[gdb/testsuite] Allow gdb.rust/expr.exp without rust...
2023-03-28  Tom de Vries[gdb/testsuite] Add can_compile rust
2023-03-28  Tom de Vries[gdb/testsuite] Unsupport gdb.rust for remote host
2023-03-28  Alan Modraubsan: elfnn-aarch64.c:4595:19: runtime error: load...
2023-03-28  GDB AdministratorAutomatic date update in version.in
2023-03-27  Tom de Vries[gdb/testsuite] Fix gnat_runtime_has_debug_info for...
2023-03-27  John Baldwinfbsd-nat: Use correct constant for target_waitstatus...
2023-03-27  John Baldwinfbsd-nat: Avoid a direct write to target_waitstatus...
2023-03-27  John Baldwinfbsd-nat: Add missing spaces.
2023-03-27  Vladimir Mezentsevgprofng: 30089 [display text] Invalid number of threads
2023-03-27  Pedro Alveslinux-nat: introduce pending_status_str
2023-03-27  Pedro Alvesdisplaced step: pass down target_waitstatus instead...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.stabs/exclfwd.exp for remote...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.stabs/weird.exp for remote...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.gdb/unittest.exp for remote...
2023-03-27  Tom de Vries[gdb/testsuite] Skip do_self_tests on remote host
2023-03-27  Tom TromeyChange symbol::line to unsigned int
2023-03-27  Tom TromeyFix 128-bit integer bug in Ada
2023-03-27  Tom TromeyUse gdb_gmp for scalar arithmetic
2023-03-27  Tom TromeyUse value_true in value_equal and value_less
2023-03-27  Tom TromeySimplify binop_promote
2023-03-27  Tom TromeyAdd value_as_mpz and value_from_mpz
2023-03-27  Tom TromeyAdd truncation mode to gdb_mpz
2023-03-27  Tom TromeyAvoid a copy in gdb_mpz::safe_export
2023-03-27  Tom TromeyAdd many operators to gdb_mpz
2023-03-27  Tom TromeyPopulate seen_names hash in cooked_index_shard::do_finalize
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.asm/asm-source.exp for remote...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/imported-unit-bp-c.exp...
2023-03-27  Tom de Vries[gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/gdb-index-cxx.exp for...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/gdb-index.exp on remote...
2023-03-27  Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp...
2023-03-27  Tom de Vries[gdb/testsuite] Fix quoting issue in gdb.base/index...
2023-03-27  Tom de Vries[gdb/testsuite] Fix quoting issues in gdb.dwarf2 for...
2023-03-27  Tom de Vries[gdb/testsuite] Fix have_index for remote host
2023-03-27  Tom de Vries[gdb/testsuite] Add missing include_file in gdb.dwarf...
2023-03-27  Tom de Vries[gdb/testsuite] Add test-case gdb.dlang/dlang-start...
2023-03-27  Alan ModraTidy tc-ppc.c XCOFF auxent access
2023-03-27  Alan ModraRemove coff_pointerize_aux table_end param
2023-03-27  Alan ModraUse stdint types in coff internal_auxent
2023-03-27  Alan ModraSet proper union selector tag
2023-03-27  Alan Modracoffgrok access of u.auxent.x_sym.x_tagndx.p
2023-03-27  Alan ModraDuplicate DW_AT_call_file leak
2023-03-27  Alan ModraXCOFF sanity check
2023-03-27  Nick CliftonAdd an option to the gold linker to put its version...
2023-03-27  Tom de Vries[gdb/testsuite] Handle missing gdc in gdb.dlang/dlang...
2023-03-27  Tom de Vries[gdb/testsuite] Remove superfluous pid in temp files
2023-03-27  GDB AdministratorAutomatic date update in version.in
2023-03-26  Tom de Vries[gdb/testsuite] Introduce allow_dap_tests
2023-03-26  GDB AdministratorAutomatic date update in version.in
2023-03-25  GDB AdministratorAutomatic date update in version.in
2023-03-24  Tom TromeyPreserve name of range types
2023-03-24  Tom TromeyImplement repl evaluation for DAP
2023-03-24  Tom de Vries[gdb/symtab] Fix line number of static const class...
2023-03-24  Nick Alcocklibctf: get the offsets of fields of unnamed structs...
2023-03-24  Nick Alcocklibctf: fix a comment typo
2023-03-24  Nick Alcocklibctf: work around an uninitialized variable warning
2023-03-24  Nick Alcocklibctf: fix assertion failure with no system qsort_r
2023-03-24  Tom TromeyFix race in DAP startup
2023-03-24  Luis Machadoaarch64: Check for valid inferior thread/regcache befor...
2023-03-24  Alan ModraTidy string_ptr increment
2023-03-24  Alan ModraTidy dwarf1 cached section contents
2023-03-24  Tom de Vries[gdb/testsuite] Fix unbalanced quotes in mi_expect_stop...
2023-03-24  Tom de Vries[gdb/testsuite] Fix gdb.cp/m-static.exp regression...
2023-03-24  Tom de Vries[gdb/dap] Add logging of ignored lines
2023-03-24  GDB AdministratorAutomatic date update in version.in
2023-03-23  Tom TromeyFix minor grammar issue in python.texi
2023-03-23  Frederic CambusAdd support to readelf for the PT_OPENBSD_MUTABLE segme...
2023-03-23  Tom de Vries[gdb/testsuite] Use gdb_remote_download in allow_opencl...
2023-03-23  Szabolcs Nagybfd: aarch64: Optimize BTI stubs PR30076
2023-03-23  Szabolcs Nagybfd: aarch64: Fix stubs that may break BTI PR30076
2023-03-23  Szabolcs Nagybfd: aarch64: Refactor stub sizing code
2023-03-23  Andrew Burgessgdb/riscv: add systemtap support
2023-03-23  GDB AdministratorAutomatic date update in version.in
2023-03-22  Andrew Burgessgdb: remove gdbarch_displaced_step_fixup_p
2023-03-22  Tom TromeyRemove unnecessary cast
2023-03-22  Simon Marchigdb/testsuite: adjust test cases to previous "maintenan...
2023-03-22  Tom de Vries[gdb/testsuite] Fix gdb.cp/cp-relocate.exp for remote...
2023-03-22  Tom de Vries[gdb/testsuite] Fix gdb.cp/annota{2,3}.exp for native...
next