Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] gnulib: revert copyright date changes in imported files
 2025-04-08 18:23 UTC  (3+ messages)
` [PATCH 2/3] sim: fix Makefile.in copyright dates
` [PATCH 3/3] gdbsupport: "

[PATCH 0/4] Fix split DWARF + type unit regression
 2025-04-08 18:03 UTC  (9+ messages)
` [PATCH 1/4] gdb/testsuite: add DWARF 5 + split DWARF + type units board
` [PATCH 2/4] gdb/testsuite/dwarf: add support to generate DWARF 5 split compile units
` [PATCH 3/4] gdb/testsuite/dwarf: fix abbrev section name when putting type unit in DWO file
` [PATCH 4/4] gdb/dwarf2: pass correct dwarf2_cu to lookup_dwo_id in create_cus_hash_table

[PATCH] Simplify print_doc_line
 2025-04-08 17:07 UTC  (2+ messages)

[RFC] Update copyright dates to include 2025
 2025-04-08 16:54 UTC  (3+ messages)

[PATCH v2 1/1] gdb: add check for empty array
 2025-04-08 16:51 UTC  (4+ messages)

[PATCH 0/2] [pre-commit] Enable codespell hook for gdb
 2025-04-08 16:28 UTC  (4+ messages)
` [PATCH 2/2] [RFC, pre-commit] "

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-04-08 15:30 UTC  (16+ messages)
` [RFC PATCH v4 04/15] GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg

[PATCH 0/4] Add commands to modify the "local" environment
 2025-04-08 14:46 UTC  (9+ messages)
` [PATCH 3/4] Allow NULL to be passed to environment-related functions
` [PATCH 4/4] Implement local-environment commands

[PATCH v3] gdb, configure: Add disable-formats option for configure
 2025-04-08 14:44 UTC  (8+ messages)
` [PATCH v4] "

[PATCH v8] This commit adds record full support for rv64gc instruction set
 2025-04-08 12:33 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH v2] [gdb/cli] Use debug info language to pick pygments lexer
 2025-04-08  9:05 UTC  (2+ messages)

[PATCH] Rename set-solib-absolute-prefix.exp to x86-set-solib-absolute-prefix.exp
 2025-04-08  8:51 UTC  (4+ messages)

[PATCH] [gdb/cli] Use debug info language to pick pygments lexer
 2025-04-08  7:16 UTC  (4+ messages)

[PATCH 00/10] Improve startup performance when using split + type units
 2025-04-07 19:35 UTC  (14+ messages)
` [PATCH 01/10] gdb/dwarf: rename cache -> abbrev_cache
` [PATCH 02/10] gdb/dwarf: make cutu_reader populate the abbrev table cache
` [PATCH 04/10] gdb/dwarf: add abbrev cache in process_skeletonless_type_units

[Pushed as obvious] gdbserver: regcache: Update comment in supply_regblock
 2025-04-07 18:16 UTC  (2+ messages)

[PATCH 0/3] Add some linker namespaces conveniences
 2025-04-07 18:08 UTC  (9+ messages)
` [PATCH 1/3] gdb: add convenience variables around linker namespace debugging
` [PATCH 2/3] gdb: factor out printing a table of solibs for info sharedlibrary
` [PATCH 3/3] GDB: Introduce "info namespaces" command

[PATCH] [gdb/tui] Don't try deferred curses initialization twice
 2025-04-07 15:35 UTC  (3+ messages)

[PATCH v10 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-04-07 14:41 UTC  (3+ messages)
` [PATCH v10 1/2] gdb: "
` [PATCH v10 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH/gdb-16] Fix build failure for gdbserver's raw_compare self test
 2025-04-07 14:20 UTC  (4+ messages)

[PATCH v2] gdb: Introduce user-friendly namespace identifier for "info shared"
 2025-04-07 13:07 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2] Fix 64-bit BFD detection causing build failures
 2025-04-07 11:37 UTC  (2+ messages)
` [PING^4][PATCH "

GDB 16.3 release - 2025-04-04 update
 2025-04-07  9:08 UTC  (9+ messages)

[PATCH] cobol: Diagnose ignored SECTIONs [PR119632]
 2025-04-07  0:19 UTC 

[PATCH v2] Add gdb.base/set-solib-absolute-prefix.exp
 2025-04-06 17:05 UTC  (3+ messages)

[PATCH] Document that index-cache requires build ID
 2025-04-06 11:15 UTC 

[PATCH v6 0/3] Tab complete convenience variables
 2025-04-06  5:22 UTC  (7+ messages)
` [PATCH v6 1/3] gdb: Do not create variables when parsing expressions
` [PATCH v6 2/3] gdb: Tab complete internalvars in expressions
` [PATCH v6 3/3] gdb: Tab-complete registers "

[PATCH] gdb/testsuite: Add gdb.arch/aarch64-sve-vg-sigunwind.exp
 2025-04-05  0:50 UTC 

[PATCH] gdb, gdbserver: introduce the 'e' RSP packet
 2025-04-04 23:40 UTC  (3+ messages)

[PATCH v6 00/11] GDB-internal TLS support for Linux targets
 2025-04-04 23:37 UTC  (12+ messages)
` [PATCH v6 01/11] Don't attempt to find TLS address when target has no registers
` [PATCH v6 02/11] Allow TLS access to work in gdb.server/no-thread-db.exp
` [PATCH v6 03/11] Track and fetch TLS module ids for MUSL and GLIBC
` [PATCH v6 04/11] Implement internal TLS address lookup for select Linux targets
` [PATCH v6 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [PATCH v6 06/11] Internal, but disabled, TLS support for i386
` [PATCH v6 07/11] Delete disabled i386 internal TLS support
` [PATCH v6 08/11] New test - gdb.base/tls-nothreads.exp
` [PATCH v6 09/11] New test - gdb.base/tls-multiobj.exp
` [PATCH v6 10/11] New test - gdb.base/tls-dlobj.exp
` [PATCH v6 11/11] Add TLS NEWS entry and document 'set force-internal-tls-address-lookup' command

[PATCH v3 0/3] Allow debuginfo support to be selected at configure time
 2025-04-04 20:10 UTC  (4+ messages)
` [PATCH v3 1/3] gdb: Use multiple minimal_symbol_readers in mipscoff_symfile_read
` [PATCH v3 2/3] gdb: wrap mdebug debuginfo reading in ifdefs
` [PATCH v3 3/3] gdb: Make dwarf support optional at compile time

[RFC 0/3] Wait for inferior after attaching
 2025-04-04 13:45 UTC  (7+ messages)
` [RFC 2/3] gdb: wait for inferior after attaching instead of adding a continuation

[PATCH v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread control's step info in end_stepping_range)
 2025-04-04 13:44 UTC  (5+ messages)

[PATCH] gdbserver: require_running_or_break for the 'z' packet
 2025-04-04 13:43 UTC  (4+ messages)
` [PATCH v2] gdbserver: require_running_or_break for the 'z' and 'vCont' packets

[PATCH v2 0/2] Option to show stopped threads only
 2025-04-04 13:39 UTC  (3+ messages)

[PATCH 0/3] Option to show stopped threads only
 2025-04-04 13:36 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] gdb: pass info_threads_opts to print_thread_info_1
  ` [PATCH v3 2/2] gdb: add a '-stopped' option to "info threads"

[PATCH] Make gdb/guile codespell-clean
 2025-04-03 22:08 UTC  (2+ messages)

[PATCH] Make gdb/python codespell-clean
 2025-04-03 22:02 UTC  (2+ messages)

[PATCH v2 0/3] Allow debuginfo support to be selected at
 2025-04-03 20:27 UTC  (7+ messages)
` [PATCH v2 2/3] gdb: wrap mdebug debuginfo reading in ifdefs
` [PATCH v2 3/3] gdb: Make dwarf support optional at compile time

[RFC] [gdb] Add maint interrupt
 2025-04-03 18:41 UTC  (2+ messages)

[PATCH] Add syscall tests when following/detaching from fork
 2025-04-03 17:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2025-04-03 17:27 UTC  (4+ messages)

[PATCH] Many minor typo fixes
 2025-04-03 16:56 UTC  (3+ messages)

[PATCH 1/2] gdb/testsuite: Fix flakiness in gdb.base/default.exp
 2025-04-03 16:26 UTC  (2+ messages)
` [PATCH 2/2] gdb/testsuite: Clarify -lbl option in gdb_test_multiple

[PATCH 0/2] [gdb/testsuite] Fix xfail in gdb.ada/array_of_variant.exp
 2025-04-03 16:17 UTC  (8+ messages)
` [PATCH 1/2] [gdb/testsuite] Add gdb.testsuite/version-compare.exp
` [PATCH 2/2] [gdb/testsuite] Fix xfail in gdb.ada/array_of_variant.exp

[PATCH][PR symtab/32658] Fix parsing .debug_aranges section for MIPS signed addresses
 2025-04-03 15:03 UTC  (4+ messages)
  ` [PATCH v2][PR "

[PATCH 0/3] Support DWARF 5 .debug_sup section
 2025-04-03 14:39 UTC  (5+ messages)
` [PATCH 2/3] Handle DWARF 5 separate debug sections

[PATCH] Fix pp.rs test for gccrs
 2025-04-03 14:15 UTC  (2+ messages)

[PATCH] [pre-commit] Add codespell-clean gdb subdirs
 2025-04-03 13:36 UTC  (2+ messages)

[PATCH v2 00/28] Search symbols via quick API
 2025-04-02 23:45 UTC  (29+ messages)
` [PATCH v2 01/28] Add another minor hack to cooked_index_entry::full_name
` [PATCH v2 02/28] Change ada_decode to preserve upper-case in some situations
` [PATCH v2 03/28] Emit some type declarations in .gdb_index
` [PATCH v2 04/28] Ada import functions not in index
` [PATCH v2 05/28] Fix index's handling of DW_TAG_imported_declaration
` [PATCH v2 06/28] Put all CTF symbols in global scope
` [PATCH v2 07/28] Restore "ingestion" of .debug_str when writing .debug_names
` [PATCH v2 08/28] Entries from anon-struct.exp not in cooked index
` [PATCH v2 09/28] Remove dwarf2_per_cu_data::mark
` [PATCH v2 10/28] Have expand_symtabs_matching work for already-expanded CUs
` [PATCH v2 11/28] Rewrite the .gdb_index reader
` [PATCH v2 12/28] Convert default_collect_symbol_completion_matches_break_on
` [PATCH v2 13/28] Convert gdbpy_lookup_static_symbols
` [PATCH v2 14/28] Convert ada_add_global_exceptions
` [PATCH v2 15/28] Convert ada_language_defn::collect_symbol_completion_matches
` [PATCH v2 16/28] Convert ada-lang.c:map_matching_symbols
` [PATCH v2 17/28] Remove expand_symtabs_matching
` [PATCH v2 18/28] Simplify basic_lookup_transparent_type
` [PATCH v2 19/28] Remove objfile::expand_symtabs_for_function
` [PATCH v2 20/28] Convert linespec.c:iterate_over_all_matching_symtabs
` [PATCH v2 21/28] Simplify block_lookup_symbol_primary
` [PATCH v2 22/28] Pass lookup_name_info to block_lookup_symbol_primary
` [PATCH v2 23/28] Simplify block_lookup_symbol
` [PATCH v2 24/28] Add best_symbol_tracker
` [PATCH v2 25/28] Convert lookup_symbol_via_quick_fns
` [PATCH v2 26/28] Convert lookup_symbol_in_objfile
` [PATCH v2 27/28] Make dw_expand_symtabs_matching_file_matcher static
` [PATCH v2 28/28] Remove enter_symbol_lookup

[PATCH] Clean up cooked_index::done_reading
 2025-04-02 20:33 UTC  (3+ messages)

[PATCH 0/2] shell fixes for gcore, gdb-add-index
 2025-04-02 20:31 UTC  (10+ messages)
` [PATCH 1/2] gcore: improve shell use

[PATCH v2] Update copyright.py
 2025-04-02 17:00 UTC  (2+ messages)

[pushed] gdb/dwarf2: remove unused includes
 2025-04-02 16:43 UTC 

[pushed] gdb: remove unused includes in dbxread.c
 2025-04-02 16:39 UTC 

[PATCH] [aarch64] Fix gdbserver crashes on SVE/SME-enabled systems
 2025-04-02 16:13 UTC  (6+ messages)
` [PATCH, v2] "
` [PATCH, v3] "

[PATCH for 16.3] gdb: allow selecting default fg/bg colors in tui mode
 2025-04-02 15:11 UTC  (4+ messages)
` [PATCHv2 "

[PATCH] Check gnatmake version in gnat_version_compare
 2025-04-02 14:43 UTC  (6+ messages)

[PATCH] MicroBlaze: Make sure we see memory breakpoints before reading
 2025-04-02  3:24 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox