[PATCH] gdb: Introduce user-friendly namespace identifier for "info shared"
2025-03-19 12:30 UTC (12+ messages)
` [PATCH v2] "
[PATCH 1/1] gdb: remember previously selected thread per inferior
2025-03-19 12:22 UTC (3+ messages)
[PATCH] gdb/gdbserver: add a '--no-escape-args' command line option
2025-03-19 10:40 UTC
[PATCH] [gdb/testsuite] Fix timeout in gdb.threads/main-thread-exit-during-detach.exp
2025-03-19 9:29 UTC (3+ messages)
[PATCH v2] [gdb/testsuite] Fix timeout in gdb.threads/main-thread-exit-during-detach.exp
2025-03-19 9:14 UTC
[PATCH] gdbserver: fix build on NetBSD
2025-03-19 5:09 UTC
[PATCH] Pass CPPFLAGS in HOST_EXPORTS for cross-compilation
2025-03-19 3:19 UTC
[PATCH] gdb/dwarf: use gdb::unordered_set for cooked_index_storage::m_reader_hash
2025-03-18 20:26 UTC (3+ messages)
[PATCH 1/2] gdb/dwarf: use gdb::unordered_map for dwarf2_per_bfd::{quick_file_names_table, type_unit_groups}
2025-03-18 19:38 UTC (7+ messages)
` [PATCH 2/2] gdb/dwarf: remove type_unit_group
[PATCH] This commit adds record full support for rv64gc instruction set
2025-03-18 18:49 UTC (2+ messages)
` [PATCH v8] "
[PATCH 0/7] Handle unsigned DW_FORM_data* constants more nicely
2025-03-18 18:43 UTC (5+ messages)
` [PATCH 2/7] Introduce and use attribute::unsigned_constant
[RFC 0/3] Wait for inferior after attaching
2025-03-18 18:22 UTC (6+ 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-03-18 18:11 UTC (4+ messages)
[PATCH] gdbserver: require_running_or_break for the 'z' packet
2025-03-18 18:09 UTC (3+ messages)
` [PATCH v2] gdbserver: require_running_or_break for the 'z' and 'vCont' packets
[PATCH 0/3] Option to show stopped threads only
2025-03-18 18:05 UTC (4+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] gdb: pass info_threads_opts to print_thread_info_1
` [PATCH v2 2/2] gdb: add a '-stopped' option to "info threads"
[PATCH] gdb/python: change escaping rules when setting arguments
2025-03-18 17:39 UTC
[PATCH 0/2] Add some unit tests for remote argument passing
2025-03-18 17:00 UTC (3+ messages)
` [PATCH 1/2] gdb: move remote arg splitting and joining into gdbsupport/
` [PATCH 2/2] gdb: add remote argument passing unit tests
[PATCH] gdb: show full shared library memory range in 'info sharedlibrary'
2025-03-18 15:22 UTC (10+ messages)
` [PATCHv2] "
` [PATCHv3] "
[PATCH v2] [gdb/testsuite] Fix gdb.base/enum_cond.exp on arm-linux
2025-03-18 14:47 UTC (4+ messages)
[PATCH 1/2] gdb/dwarf: fix spurious error when encountering dummy CU
2025-03-18 13:39 UTC (5+ messages)
` [PATCH 2/2] gdb/dwarf: set m_top_level_die directly in read_cutu_die_from_dwo
[PATCH] gdb/dwarf: remove create_dwo_cu_reader
2025-03-18 13:37 UTC (3+ messages)
[PATCH] gdb/python: new styled argument to gdb.execute
2025-03-18 13:37 UTC (6+ messages)
` [PATCHv2] gdb/python: new styling "
[RFC v3 00/10] Attempt to unify Python object's lifecycle
2025-03-18 13:23 UTC (12+ 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 0/2] quote inferior args even for !startup_with_shell
2025-03-18 13:08 UTC (2+ messages)
[pushed] Preserve a local variable in a gdb test
2025-03-18 12:31 UTC
[PATCH 00/19] Convert std::unordered_{set,map} to gdb implementations
2025-03-18 11:43 UTC (26+ 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 06/19] Use gdb unordered map in ada-exp.y
` [PATCH 07/19] Use gdb unordered map in inferior.h
` [PATCH 08/19] Use gdb unordered map in stap-probe.c
` [PATCH 09/19] Use gdb unordered map for complaints
` [PATCH 10/19] Use gdb unordered map in linux-nat.c
` [PATCH 11/19] Use gdb unordered set in linux-procfs.c
` [PATCH 12/19] Use gdb unordered set and map in Python layer
` [PATCH 13/19] Use gdb unordered map in ravenscar.c
` [PATCH 14/19] Use gdb unordered map in target.c
` [PATCH 15/19] Use gdb unordered set and map in unit tests
` [PATCH 16/19] Use gdb unordered map in xml-tdesc.c
` [PATCH 17/19] Use gdb unordered set and map in cp-namespace.c
` [PATCH 18/19] Use gdb unordered map in tui-io.c
` [PATCH 19/19] Use gdb unordered map in regcache.c
[PATCH] Use scoped_fd in linux-nat.c:proc_mem_file
2025-03-18 11:29 UTC (4+ messages)
[PATCH] gdb/testsuite/rocm: Dynamically determine if precise-memory is supported
2025-03-18 11:00 UTC
[PATCH 0/2] [gdb/tdep] Refactor syscall canonicalization functions
2025-03-18 7:46 UTC (4+ messages)
` [PATCH 1/2] [gdb/tdep] Use SYSCALL_MAP_RENAME for aarch64 and loongarch
[PATCH] [gdb/testsuite] Fix gdb.base/enum_cond.exp on arm-linux
2025-03-18 7:32 UTC (3+ messages)
[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-add-index: add --help and --version options
2025-03-17 17:33 UTC (9+ messages)
` [PATCHv2] "
` [PATCHv3] "
[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 (4+ messages)
` [RFC PATCH v4 11/15] gdbserver: Add concept of variable-size registers to the regcache
[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] [gdb/tdep] Handle ldaex in thumb_deal_with_atomic_sequence_raw
2025-03-17 12:21 UTC
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 (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox