Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/19] Convert std::unordered_{set,map} to gdb implementations
 2025-03-18  2:15 UTC  (10+ messages)
` [PATCH 01/19] Use gdb unordered set and map in corelow.c
` [PATCH 02/19] Use gdb unordered set in breakpoint.c
` [PATCH 03/19] Use gdb unordered map in dictionary.c
` [PATCH 04/19] Use gdb unordered map in gdb_bfd.c
` [PATCH 05/19] Use gdb unordered set in symtab.c
` [PATCH 08/19] Use gdb unordered map in stap-probe.c
` [PATCH 09/19] Use gdb unordered map for complaints
` [PATCH 13/19] Use gdb unordered map in ravenscar.c
` [PATCH 15/19] Use gdb unordered set and map in unit tests

[PATCH] Use scoped_fd in linux-nat.c:proc_mem_file
 2025-03-18  1:30 UTC  (2+ messages)

[PATCH] gdb: Introduce user-friendly namespace identifier for "info shared"
 2025-03-18  1:07 UTC  (11+ messages)

[PATCH] gdb: show full shared library memory range in 'info sharedlibrary'
 2025-03-17 22:08 UTC  (9+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH 1/3] gdbsupport: re-format and sort warning flags
 2025-03-17 20:15 UTC  (9+ messages)
` [PATCH 2/3] gdbsupport: add some -Wunused-* "
` [PATCH 3/3] gdb/dwarf: remove unused cooked_index::cooked_index parameter

[PATCH] Fix pp.rs test for gccrs
 2025-03-17 19:10 UTC 

[PATCH] gdb/dwarf: use gdb::unordered_set for seen_names
 2025-03-17 18:19 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/enum_cond.exp on arm-linux
 2025-03-17 17:44 UTC 

[PATCH] gdb-add-index: add --help and --version options
 2025-03-17 17:33 UTC  (9+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH] gdb/python: new styled argument to gdb.execute
 2025-03-17 17:29 UTC  (5+ messages)
` [PATCHv2] gdb/python: new styling "

[PATCH 1/1] gdb: make cli_styling static within cli/cli-style.c
 2025-03-17 16:59 UTC  (6+ messages)
` [PATCHv2] "

[PATCHv6 0/6] Add Python API for the disassembler
 2025-03-17 16:58 UTC  (9+ messages)
` [PUSHED "
  ` [PUSHED 4/6] gdb/python: implement the print_insn extension language hook

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-03-17 16:33 UTC  (10+ messages)
` [RFC PATCH v4 08/15] GDB: Allow DWARF expression evaluation to use regcache
` [RFC PATCH v4 11/15] gdbserver: Add concept of variable-size registers to the regcache

[RFC v3 00/10] Attempt to unify Python object's lifecycle
 2025-03-17 15:27 UTC  (11+ messages)
` [RFC v3 01/10] gdb/python: preserve identity for gdb.Symtab objects
` [RFC v3 02/10] gdb/python: preserve identity for gdb.Symbol objects
` [RFC v3 03/10] gdb/python: do not hold on gdb.Symtab object from gdb.Symtab_and_line
` [RFC v3 04/10] gdb/python: preserve identity for gdb.Type objects
` [RFC v3 05/10] gdb/python: do not hold on gdb.Type object from gdb.Value
` [RFC v3 06/10] gdb/python: introduce gdbpy_registry
` [RFC v3 07/10] gdb/python: convert gdb.Symbol to use gdbpy_registry
` [RFC v3 08/10] gdb/python: convert gdb.Type "
` [RFC v3 09/10] gdb/python: convert gdb.Symtab "
` [RFC v3 10/10] gdb/python: convert gdb.Symtab_and_line "

[PATCH] Fix Guile pretty printer display hints
 2025-03-17 15:09 UTC  (2+ messages)

[PATCH 0/2] Adding ability to disable GDB compile
 2025-03-17 14:53 UTC  (7+ messages)
` [PATCH 1/2] gdb: Remove compile-related attributes from struct language
` [PATCH 2/2] gdb: add configure option to disable compile

[PATCH 1/2] gdb/dwarf: fix spurious error when encountering dummy CU
 2025-03-17 14:34 UTC  (2+ messages)
` [PATCH 2/2] gdb/dwarf: set m_top_level_die directly in read_cutu_die_from_dwo

[PATCH] [gdb/tdep] Handle ldaex in thumb_deal_with_atomic_sequence_raw
 2025-03-17 12:21 UTC 

[PATCH 0/2] [gdb/tdep] Refactor syscall canonicalization functions
 2025-03-17  9:31 UTC  (4+ messages)
` [PATCH 1/2] [gdb/tdep] Use SYSCALL_MAP_RENAME for aarch64 and loongarch
` [PATCH 2/2] [gdb/tdep] Fix mmap syscall mapping

GDB 16.3 release - 2025-03-16 update
 2025-03-16  2:59 UTC 

[PATCH] gdb/python: handle non-utf-8 character from gdb.execute()
 2025-03-15 12:44 UTC  (2+ messages)

[RFC v2 00/10] Attempt to unify Python object's lifecycle
 2025-03-14 20:16 UTC  (6+ messages)
` [RFC v2 04/10] gdb/python: preserve identity for gdb.Type objects
` [RFC v2 10/10] gdb/python: convert gdb.Symtab_and_line to use gdbpy_registry

[PATCH 00/11] More DWARF cleanups
 2025-03-14 16:55 UTC  (20+ messages)
` [PATCH 01/11] gdb/dwarf: remove pretend_language parameter from load_full_{comp, type}_unit
` [PATCH 02/11] gdb/dwarf: factor out to cutu_reader::skip_one_attribute method
` [PATCH 03/11] gdb/dwarf: access m_info_ptr directly instead of passing info_ptr around
` [PATCH 04/11] gdb/dwarf: change cutu_reader::read_die_and_siblings to cutu_reader::read_all_dies
` [PATCH 05/11] gdb/dwarf: remove cutu_reader::keep, add cutu_reader::release_cu
` [PATCH 06/11] gdb/dwarf: remove some _1 suffixes
` [PATCH 07/11] gdb/dwarf: remove unnecessary per_objfile parameter in cooked_indexer::ensure_cu_exists
` [PATCH 08/11] gdb/dwarf: rename local variables in follow_die_offset
` [PATCH 09/11] gdb/dwarf: assume that source_cu->dies is always set "
` [PATCH 10/11] gdb/dwarf: remove existing_cu parameter of load_full_comp_unit
` [PATCH 11/11] gdb/dwarf: assume that no dwarf2_cu exist when calling load_full_comp_unit

[PATCH] Remove std::hash specialization
 2025-03-14 16:04 UTC  (4+ messages)

[PATCH] [gdb/tdep] Backport i386_canonicalize_syscall rewrite to gdb-16-branch
 2025-03-14 15:50 UTC  (8+ messages)

[PATCH 0/6] Update gdb.ada tests for gnat-llvm
 2025-03-14 14:05 UTC  (4+ messages)
` [PATCH 1/6] Check for compiler support in scalar_storage.exp

[PATCH 1/2] gdb/testsuite: fail less catastrophically in gdb.base/style.exp
 2025-03-13 16:10 UTC  (5+ messages)
` [PATCH 2/2] gdb/dwarf: keep going even if reading macro information fails

[PATCH 0/3] DWARF type signature lookup fallback
 2025-03-13 15:37 UTC  (16+ messages)
` [PATCH 1/3] Add new commands for controlling type signature fallback
` [PATCH 2/3] Add type signature fallback and JIT objfile restriction
` [PATCH 3/3] Add testing for type signature fallback
` [PATCH v2 0/3] DWARF type signature lookup fallback
  ` [PATCH v2 1/3] Add new commands for controlling type signature fallback
  ` [PATCH v2 2/3] Add type signature fallback and JIT objfile restriction
  ` [PATCH v2 3/3] Add testing for type signature fallback

[PING][PATCH v8] This commit adds record full support for rv64gc instruction set
 2025-03-13 15:03 UTC  (5+ messages)
` [PATCH] "
  ` [PATCH][PING] "

[PATCH] [gdb/record] Fix out-of-bounds write in aarch64_record_asimd_load_store
 2025-03-13 10:17 UTC  (4+ messages)

[PATCH 0/2] [gdb/record] Syscall handling improvements
 2025-03-13 10:11 UTC  (5+ messages)
` [PATCH 1/2] [gdb/tdep] Rewrite i386_canonicalize_syscall
` [PATCH 2/2] [gdb/record] Support recording syscall accept4

[pushed] gdb/dwarf: use all_units_range in dwarf2_base_index_functions::expand_all_symtabs
 2025-03-13  3:36 UTC 

[pushed 1/3] gdb/dwarf: use ranged for loop in some spots
 2025-03-13  2:33 UTC  (3+ messages)
` [pushed 2/3] gdb/dwarf: remove unnecessary braces
` [pushed 3/3] gdb/dwarf: remove unused parameter of create_dwo_cu_reader

[pushed] Use correct types in string-set.h
 2025-03-12 20:31 UTC 

[pushed 1/3] gdb: remove include from process-stratum-target.h
 2025-03-12 18:22 UTC  (3+ messages)
` [pushed 2/3] gdb: remove trailing whitespaces in exceptions.c
` [pushed 3/3] gdb: remove unused includes "

[PATCH] gdb: silence some 'Can't open file' warnings from core file loading
 2025-03-12 16:11 UTC 

[PATCH 0/2] include shared memory with id zero in core NT_FILE note
 2025-03-12 10:52 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: add gcore_cmd_available predicate proc
` [PATCH 2/2] gdb: support zero inode in generate-core-file command

[PATCH v2 00/11] Add CET shadow stack support
 2025-03-12 10:50 UTC  (2+ messages)
` [PING][PATCH "

[PING][PATCH] This commit adds record full support for rv64gc instruction set
 2025-03-12  0:23 UTC  (2+ messages)

[PATCH 0/7] Handle unsigned DW_FORM_data* constants more nicely
 2025-03-11 17:00 UTC  (8+ messages)
` [PATCH 1/7] Rename form_is_signed to form_is_strictly_signed
` [PATCH 2/7] Introduce and use attribute::unsigned_constant
` [PATCH 3/7] Use form name in complaint in dwarf2_record_block_entry_pc
` [PATCH 4/7] Assume DW_AT_decl_line is unsigned
` [PATCH 5/7] Assume DW_AT_alignment "
` [PATCH 6/7] Handle DW_END_default
` [PATCH 7/7] Remove is_nonnegative and as_nonnegative

[PATCH] Handle DW_END_default
 2025-03-11 16:49 UTC  (4+ messages)

[PATCH v2] gdb/testsuite: add test for memory requirements of gcore
 2025-03-11 16:43 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 00/10] Some simple changes to use gdb's unordered set and map
 2025-03-11 14:51 UTC  (11+ messages)
` [PATCH 02/10] Use gdb set and map in TUI
` [PATCH 06/10] Use gdb map in target-connection.c

[PATCH 00/28] Search symbols via quick API
 2025-03-11 14:13 UTC  (7+ messages)
` [PATCH 10/28] Have expand_symtabs_matching work for already-expanded CUs
` [PATCH 14/28] Convert ada_add_global_exceptions
` [PATCH 15/28] Convert ada_language_defn::collect_symbol_completion_matches
` [PATCH 20/28] Convert linespec.c:iterate_over_all_matching_symtabs
` [PATCH 21/28] Simplify block_lookup_symbol_primary
` [PATCH 24/28] Add best_symbol_tracker

page:  |  | latest

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