[PATCH] gdb/python: remove some unreachable Py_RETURN_NONE
2026-02-21 2:40 UTC
[PATCH 00/10] Mildly better refcount safety for Python
2026-02-21 2:31 UTC (15+ messages)
` [PATCH 01/10] Return gdbpy_ref<> from symtab_and_line_to_sal_object
` [PATCH 02/10] Return gdbpy_ref<> from symbol_to_symbol_object
` [PATCH 03/10] Return gdbpy_ref<> from symtab_to_symtab_object
` [PATCH 04/10] Return gdbpy_ref<> from block_to_block_object
` [PATCH 05/10] Return gdbpy_ref<> from value_to_value_object
` [PATCH 06/10] Return gdbpy_ref<> from type_to_type_object
` [PATCH 07/10] Return gdbpy_ref<> from frame_info_to_frame_object
` [PATCH 08/10] Return gdbpy_ref<> from symtab_to_linetable_object
` [PATCH 09/10] Return gdbpy_ref<> from gdbarch_to_arch_object
` [PATCH 10/10] Return gdbpy_ref<> from gdbpy_registry::lookup
[PATCH 1/3] gdbsupport: add gdb::enumerate util
2026-02-21 1:19 UTC (8+ messages)
` [PATCH 2/3] gdb/dwarf: use enumerate in index-write.c
` [PATCH 3/3] gdb: use enumerate in gdbtypes.c
` [PATCH v2 1/3] gdbsupport: add gdb::ranges::views::enumerate util
` [PATCH v2 2/3] gdb/dwarf: use enumerate in index-write.c
` [PATCH v2 3/3] gdb: use enumerate in gdbtypes.c
[PATCH v3 0/8] Correctly handle inline functions with dwz
2026-02-20 20:42 UTC (9+ messages)
` [PATCH v3 1/8] Don't call add_dependence from index_imported_unit
` [PATCH v3 2/8] Skip partial units in process_psymtab_comp_unit
` [PATCH v3 3/8] Don't consider DW_TAG_inlined_subroutine as interesting
` [PATCH v3 4/8] Combine two cases in cooked_index_functions::search
` [PATCH v3 5/8] Remove C++ special case from process_imported_unit_die
` [PATCH v3 6/8] Have iterate_over_one_compunit_symtab search included symtabs
` [PATCH v3 7/8] Handle inline functions with dwz
` [PATCH v3 8/8] Update .debug_names documentation
[PATCH v1 0/4] gdb: more fixes for Python limited C API support
2026-02-20 20:37 UTC (12+ messages)
` [PATCH v1 1/4] gdb: switch tuple object helpers to Python limited API equivalents
` [PATCH v1 2/4] gdb: switch sequence protocol "
` [PATCH v1 3/4] gdb: switch bytes object "
` [PATCH v1 4/4] gdb: add new helpers for retrieving a type's fully qualified name
[PATCH] gdb/testsuite: fix race condition in gdb.replay/missing-thread.c
2026-02-20 19:44 UTC (4+ messages)
[PATCH] gdb/testsuite: fix non-existing-program.exp when using zsh
2026-02-20 18:58 UTC (4+ messages)
` [PATCH] gdb/testsuite: fix startup-hints.exp when running with -readnow
` [PING] "
[pushed] gdb/dwarf: remove stale comment on dwarf2_per_bfd::allocate_* methods
2026-02-20 18:24 UTC
[pushed] gdb/dwarf: remove stale comment about abbrev table
2026-02-20 18:22 UTC
[PATCH] gdb/testsuite: fix gdb.base/maint.exp odd test name
2026-02-20 18:07 UTC (3+ messages)
[PATCH] gdb/solib-frv: remove manual memory management
2026-02-20 18:05 UTC (5+ messages)
[PATCH] Fix debug_names function visibility
2026-02-20 16:47 UTC
[PATCH 0/7] Remove addrmap from blockvector
2026-02-20 16:38 UTC (23+ messages)
` [PATCH 1/7] gdb: implement readnow_functions::find_pc_sect_compunit_symtab
` [PATCH 2/7] gdb: update expanded_symbols_functions::find_pc_sect_compunit_symtab
` [PATCH 3/7] gdb: simplify find_compunit_symtab_for_pc_sect
` [PATCH 4/7] gdb: do not set blockvector address map
` [PATCH 5/7] gdb: update blockvector::lookup to handle non-contiguous blocks
` [PATCH 6/7] gdb: remove address map from struct blockvector
` [PATCH 7/7] gdb: add unit test for blockvector::lookup of non-contiguous blocks
[PATCH 0/2] Remove "stub is supported" from struct type
2026-02-20 16:32 UTC (3+ messages)
` [PATCH 1/2] Use dwarf-to-dwarf-assembler.py on dw2-icc-opaque
` [PATCH 2/2] Remove type::stub_is_supported
[PATCH] [gdb] Fix segfault in sig_write
2026-02-20 15:41 UTC (3+ messages)
[PATCH] gdb/testsuite: update C++ tests for volatile changes in C++20
2026-02-20 15:28 UTC (5+ messages)
[PATCH] [gdb/testsuite] Fix gdb.base/infcall-nested-structs.c regression
2026-02-20 15:27 UTC
[PATCH] gdbserver: require_running_or_break for the 'z' packet
2026-02-20 12:19 UTC (6+ messages)
` [PATCH v2] gdbserver: require_running_or_break for the 'z' and 'vCont' packets
[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)
2026-02-20 12:11 UTC (7+ messages)
[PATCH v2] gdb: implement "info proc environ"
2026-02-20 11:52 UTC (2+ messages)
[PATCH v2 0/4] Some minor improvements around '$_'
2026-02-20 11:48 UTC (2+ messages)
[PATCH] [gdb/testsuite] Simplify gdb.ada/mi_ex_cond.exp
2026-02-19 20:59 UTC (2+ messages)
[PATCH 1/3] gdb/gdbtypes: replace TYPE_SAFE_NAME macro with method
2026-02-19 20:57 UTC (6+ messages)
` [PATCH 2/3] gdb/gdbtypes: replace TYPE_ERROR_NAME "
` [PATCH 3/3] gdb/gdbtypes: replace TYPE_IS_OPAQUE "
[PATCH] [gdb/testsuite] Document partial regexps in quotemeta
2026-02-19 20:55 UTC (2+ messages)
[PATCH 0/5] Use bool more in ada-lang.c
2026-02-19 20:35 UTC (6+ messages)
` [PATCH 1/5] Return bool from ada_is_unconstrained_packed_array_type
` [PATCH 2/5] Return bool from ada_is_constrained_packed_array_type
` [PATCH 3/5] Return bool from ada_args_match
` [PATCH 4/5] Return bool from ada-lang.c:return_match
` [PATCH 5/5] Return bool from some Ada type predicates
[PATCH] Print overload debug messages to gdb_stdlog
2026-02-19 19:15 UTC
[PATCH 0/5] Template type parameter resolution
2026-02-19 19:07 UTC (13+ messages)
` [PATCH 2/5] gdb: Support new DWARF for template type parameters
` [PATCH 4/5] gdb: Print target type and name of template members
` [PATCH 5/5] gdb: Print template arguments of function templates
[RFC][PATCH 0/5] [PR gdb/33469] mi, python: Fix comma location when unwinder emits async records
2026-02-19 18:58 UTC (6+ messages)
[PATCH v2 0/9] Add new command to print the shadow stack backtrace
2026-02-19 18:26 UTC (13+ messages)
` [PATCH v2 1/9] gdb: Generalize handling of the shadow stack pointer
` [PATCH v2 4/9] gdb: Refactor 'find_symbol_funname' and 'info_frame_command_core' in stack.c
` [PATCH v2 6/9] gdb: Add command option 'bt -shadow' to print the shadow stack backtrace
` [PATCH v2 7/9] gdb: Provide gdbarch hook to distinguish shadow stack backtrace elements
` [PATCH v2 8/9] gdb: Implement the hook 'is_no_return_shadow_stack_address' for amd64 linux
` [PATCH v2 9/9] gdb, mi: Add -shadow-stack-list-frames command
[PATCH] gdb/dwarf: rename symtab -> compunit_symtab
2026-02-19 18:25 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/9] Add new command to print the shadow stack backtrace
2026-02-19 17:24 UTC (5+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "
[PATCH 0/4] RISC-V: Add bfloat16 and half-float support to GDB
2026-02-19 15:46 UTC (4+ messages)
` [PATCH v2 0/4] gdb/riscv: Add bfloat16 and half-float support
[PATCH 1/5] gdb/elfread: some bool-ification
2026-02-19 15:44 UTC (5+ messages)
` [PATCH 2/5] gdb: change gnu_ifunc_resolve_name parameter to reference
` [PATCH 3/5] gdb/testsuite: add aslr board
[PATCH] [gdb] Handle pagination prompt during posted event
2026-02-19 14:55 UTC (4+ messages)
` [PING][PATCH] "
` [PING^2][PATCH] "
[PATCH] [gdb/record] Fix return value for svc in aarch64_record_branch_except_sys
2026-02-19 14:08 UTC (2+ messages)
[PATCH] gdb: change a few *_print_options functions to return a value
2026-02-19 12:21 UTC (2+ messages)
[PATCH v2 0/5] Additions to "save" command
2026-02-19 0:31 UTC (9+ messages)
` [PATCH v2 1/5] Save breakpoints so they are automatically pending
` [PATCH v2 4/5] Add "save skip" command
[PATCH] Avoid minimal language when DW_LANG_HIP is used
2026-02-18 18:39 UTC (2+ messages)
[PATCH] AMDGCN: Disable subdirectory configuration for unsupported GAS and LD
2026-02-18 17:36 UTC (6+ messages)
[PATCH v2] gdb/dwarf2: skip unrecognised extended opcodes in line-number programs
2026-02-18 11:59 UTC (3+ messages)
[PATCH] gcore: Query auxv for AT_PAGESZ in gcore_copy_callback
2026-02-18 8:43 UTC (2+ messages)
[PATCH v2] gcore: Handle unreadable pages within readable memory regions
2026-02-17 21:22 UTC (6+ messages)
[RFC PATCH 0/8] Make CTF reader build full symtabs, get rid of psymtab
2026-02-17 19:50 UTC (11+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 1/9] gdb/ctf: add debug logging in ctfread.c
` [PATCH v2 2/9] gdb/ctf: add unique_ptr types
` [PATCH v2 3/9] gdb/ctf: editorial renames
` [PATCH v2 4/9] gdb/ctf: use ctf_per_objfile in ctf_archive_iter_psymtab_data and ctf_context
` [PATCH v2 5/9] gdb/ctf: check return value of ctf_type_align
` [PATCH v2 6/9] gdb/ctf: add scoped_time_it in elfctf_build_psymtabs
` [PATCH v2 7/9] gdb: make expanded_symbols_functions hold compunit symtabs
` [PATCH v2 8/9] gdb/ctf: don't use psymtabs, create symtabs directly
` [PATCH v2 9/9] gdb: remove psymtab.{c,h}
[PATCH] [gdb/testsuite] Use valnum_re more often (part 5)
2026-02-17 19:03 UTC (2+ messages)
[PATCH 0/4] [gdb/testsuite] Regexp improvements
2026-02-17 18:25 UTC (2+ messages)
[PATCH v2 0/2] GDB: aarch64-linux: Some header fixes
2026-02-17 15:35 UTC (10+ messages)
` [PATCH v2 1/2] GDB: aarch64-linux: Reorganize gdb/arch/aarch64-gcs-linux.h
` [PATCH v2 2/2] GDB: aarch64-linux: Fix build failure on musl systems
[PATCH] [gdb/doc] Improve info line command documentation
2026-02-17 14:45 UTC (4+ messages)
` [PING][PATCH] "
[PATCH v2] [gdb/build] Require makeinfo 5.0
2026-02-17 14:32 UTC (5+ messages)
[PATCH v6 0/6] gdb: refine scheduler locking settings
2026-02-17 9:03 UTC (2+ messages)
[PATCH v3 0/4] GDB: aarch64-linux: Some header fixes
2026-02-17 6:01 UTC (5+ messages)
` [PATCH v3 1/4] GDB: Add gdb/arch/aarch64-pauth-linux.h
` [PATCH v3 2/4] GDB: Add gdb/arch/aarch64-fpmr-linux.h
` [PATCH v3 3/4] GDB: aarch64-linux: Move definition of struct user_gcs
` [PATCH v3 4/4] GDB: aarch64-linux: Fix build failure on musl systems
[PATCH] GDB: aarch64-linux: Fix build failure on musl systems
2026-02-17 5:06 UTC (7+ messages)
[PATCH 0/4] [gdb] TSAN fixes
2026-02-16 18:11 UTC (4+ messages)
` [PATCH 4/4] [gdb/symtab] Fix data race in bfd_cache_close_all
[PATCH v2 0/2] [gdb] TSAN fixes
2026-02-16 18:09 UTC (3+ messages)
` [PATCH v2 1/2] [gdb/symtab] Replace per-BFD lock with global BFD lock
` [PATCH v2 2/2] [gdb/symtab] Fix data race in try_open_dwop_file
[PATCH RFC 0/2] Remove -readnow
2026-02-14 21:26 UTC (6+ messages)
` [PATCH RFC 1/2] Remove "readnow" support
[PATCH] Style file names in DWARF warnings
2026-02-14 18:49 UTC (2+ messages)
[PATCH] Don't use .debug_names if .debug_aranges is missing
2026-02-14 18:25 UTC (2+ messages)
[PATCH 0/3] Change some functions to methods of program_space
2026-02-14 17:33 UTC (4+ messages)
` [PATCH 3/3] Change have_*_symbols "
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