[PATCH] gdb: fix edge case assertion from get_selected_frame
2026-03-07 14:10 UTC
[pushed] [pre-commit] Bump black to 26.3.0
2026-03-07 13:47 UTC
Remove bfd_boolean definition from bfd
2026-03-07 3:27 UTC
Remove bfd_boolean from sim
2026-03-07 3:26 UTC
Remove bfd_boolean from gdb
2026-03-07 3:24 UTC
[PATCH v2 0/9] gdb: more fixes for Python limited C API support
2026-03-06 19:45 UTC (31+ messages)
` [PATCH v2 1/9] gdb: switch tuple object helpers to Python limited API equivalents
` [PATCH v2 2/9] gdb: introduce rgb_color type to simplify existing code
` [PATCH v2 3/9] gdb: switch bytes object helpers to Python limited API equivalents
` [PATCH v2 4/9] gdb: add new helpers for retrieving a type's fully qualified name
` [PATCH v2 5/9] gdb/python: allow ref_ptr<T, Policy>::new_reference to accept subclasses of T
` [PATCH v2 6/9] gdb/python: flatten functions calling PyObject_New and use gdbpy_ref
` [PATCH v2 7/9] gdb/python: accept gdbpy_ref in init helpers and return bool
` [PATCH v2 8/9] gdb/python: add gdbpy_dict_wrapper:allocate_dict helper
` [PATCH v2 9/9] gdb/python: add accessor helpers for __dict__ in Python extension objects
[PATCH] Fix debug_names function visibility
2026-03-06 19:35 UTC (2+ messages)
[PATCH 00/13] DWARF refactorings and cleanups
2026-03-06 19:33 UTC (6+ messages)
` [PATCH 05/13] gdb/dwarf: remove unnecessary compunit_symtab_set_p check in dw2_do_instantiate_symtab
` [PATCH 13/13] gdb/dwarf: use gdb::unordered_map for line headers
[PATCH] gdb/README: Document GNU Make requirement
2026-03-06 19:20 UTC (10+ messages)
` [PATCH v2] gdb/README: Refactor where build requirements are explained
[PATCH 00/11] [gdb/testsuite] Handle Tcl 9.0
2026-03-06 16:34 UTC (18+ messages)
` [PATCH 01/11] [gdb/testsuite, Tcl 9.0] Fix use of deprecated trace variable subcommand
` [PATCH 02/11] [gdb/testsuite, Tcl 9.0] Fix Tcl version check
` [PATCH 03/11] [gdb/testsuite, Tcl 9.0] Fix error: no such variable: Term::_TERM
` [PATCH 04/11] [gdb/testsuite, Tcl 9.0] Fix error: no such variable: Dwarf::_line_unit_version
` [PATCH 05/11] [gdb/testsuite, Tcl 9.0] Namespace fixes
` [PATCH 06/11] [gdb/testsuite, Tcl 9.0] Fix error: invalid character in array index
` [PATCH 07/11] [gdb/testsuite, Tcl 9.0] Fix clipping by format %x
` [PATCH 08/11] [gdb/testsuite, Tcl 9.0] Fix uninitialized string in gdb.fortran/function-calls.f90
` [PATCH 09/11] [gdb/testsuite, Tcl 9.0] Fix error: invalid or incomplete multibyte or wide character
` [PATCH 10/11] [gdb/testsuite, Tcl 9.0] Avoid non-UTF-8 GDB IO (part 1)
` [PATCH 11/11] [gdb/testsuite, Tcl 9.0] Avoid non-UTF-8 GDB IO (part 2)
[PATCH v3 0/2] Add warning if the native target is not supported
2026-03-06 13:45 UTC (7+ messages)
` [PATCH v3 1/2] gdb: improve help text for set commands with limited options
` [PATCH v3 2/2] gdb: Improve warning when no native target is available
` [PING] [PATCH v3 0/2] Add warning if the native target is not supported
[PATCH v2 0/9] Add new command to print the shadow stack backtrace
2026-03-06 9:39 UTC (7+ messages)
` [PATCH v2 1/9] gdb: Generalize handling of the shadow stack pointer
` [PATCH v2 6/9] gdb: Add command option 'bt -shadow' to print the shadow stack backtrace
[PATCH 32 0/2] Handle the new .note section introduced in Linux
2026-03-06 8:13 UTC (6+ messages)
[pushed] [pre-commit] Bump codespell to 2.4.2
2026-03-06 7:44 UTC
[PATCH 0/9] Add new command to print the shadow stack backtrace
2026-03-06 2:44 UTC (20+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "
` [PATCH 9/9] gdb, mi: Add -shadow-stack-list-frames command
[pushed] gdb: rename blockvec to rangevec in dwarf2_record_block_ranges
2026-03-05 23:08 UTC
[PATCH v2 0/2] [gdb] TSAN fixes
2026-03-05 21:13 UTC (7+ 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
` [PING][PATCH v2 0/2] [gdb] TSAN fixes
[PATCH v2 0/8] Correctly handle inline functions with dwz
2026-03-05 18:53 UTC (3+ messages)
[PATCH 0/4] Fixes for tail call, until, and FinishBreakpoints
2026-03-05 17:49 UTC (8+ messages)
` [PATCHv2 "
` [PATCHv2 1/4] gdb: fix frame_unwind_caller_WHAT functions for inline and tail calls
` [PATCHv2 2/4] gdb/python: fix FinishBreakpoint.return_value for tail call functions
` [PATCHv2 3/4] gdb/python: don't allow FinishBreakpoints for inline frames
` [PATCHv2 4/4] gdb/python: fix gdb.FinishBreakpoint returning to a tail call frame
[pushed] [gdb/testsuite] Fix gdb.python/py-selected-context.exp with glibc debuginfo
2026-03-05 16:46 UTC (2+ messages)
[PATCH 0/5] 'x' command and type instance flags
2026-03-05 16:33 UTC (6+ messages)
` [PATCH 1/5] gdb: remove parameters from do_examine
` [PATCH 2/5] gdb: do minor refactoring in do_examine_next_address
` [PATCH 3/5] gdb: extract a function out of do_examine_next_address
` [PATCH 4/5] gdb: track type instead of gdbarch for `next_address`
` [PATCH 5/5] gdb: preserve type instance flags in 'x' command
[PATCH] gdb: rename blockvec to rangevec in dwarf2_record_block_ranges
2026-03-05 16:04 UTC (2+ messages)
[PATCH] [gdb/testsuite] Fix gdb.opt/inline-entry.exp with clang
2026-03-05 16:04 UTC (2+ messages)
[pushed] [gdb/testsuite] Fix flake8 error in gdb.python/py-selected-context.py
2026-03-05 15:46 UTC
[PATCH v2 0/4] Some minor improvements around '$_'
2026-03-05 14:58 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/4] gdb: update doc for the $_ variable and search commands
` [PATCH v3 2/4] gdb: use builtin_func_ptr for `$_` set by "info breakpoints" and "info line"
` [PATCH v3 3/4] gdb: use builtin_func_ptr for `$_` set by "x/i"
` [PATCH v3 4/4] gdb: remove last_examine_address
[PATCH] gdbserver: require_running_or_break for the 'z' packet
2026-03-05 14:54 UTC (8+ messages)
` [PATCH v2] gdbserver: require_running_or_break for the 'z' and 'vCont' packets
[PATCH 0/6] Introduce '**' syntax for skip file globs
2026-03-05 13:52 UTC (4+ messages)
` [PATCHv2 0/2] "
` [PATCHv2 1/2] gdb: move debug logging around in some skip related functions
` [PATCHv2 2/2] gdb: introduce '**' for skip globs
[PATCH v3] gdb: add tutorial command
2026-03-05 13:35 UTC (4+ messages)
[PATCH] [gdb/record] Fix syscall recording for riscv
2026-03-05 13:19 UTC (2+ messages)
[PATCH v6 0/3] Introduce syntax for linker-namespace specific symbols
2026-03-05 12:21 UTC (6+ messages)
` [PING]Re: "
` [PINGv2][PATCH "
` [PINGv3][PATCH "
[PATCH v7] gdb: Print linker namespace when showing a frame
2026-03-05 12:18 UTC (2+ messages)
` [PING][PATCH "
[PATCH 0/2] New gdb.Symtab.source_lines method
2026-03-05 10:18 UTC (6+ messages)
` [PATCH 1/2] gdb: return optional from last_symtab_line, and use this more
` [PATCH 2/2] gdb/python: introduce gdb.Symtab.source_lines method
[PATCH] gdb/python: new selected_context event
2026-03-05 9:49 UTC (4+ messages)
` [PATCHv2] "
[PATCH v2 0/7] Remove addrmap from blockvector
2026-03-04 21:19 UTC (9+ messages)
` [PATCH v2 1/7] gdb: implement readnow_functions::find_pc_sect_compunit_symtab
` [PATCH v2 2/7] gdb: update expanded_symbols_functions::find_pc_sect_compunit_symtab
` [PATCH v2 3/7] gdb: simplify find_compunit_symtab_for_pc_sect
` [PATCH v2 4/7] gdb: update blockvector::lookup to handle non-contiguous blocks
` [PATCH v2 5/7] gdb: do not set blockvector address map
` [PATCH v2 6/7] gdb: remove address map from struct blockvector
` [PATCH v2 7/7] gdb: add unit test for blockvector::lookup of non-contiguous blocks
[RFC 0/4] Better Python safety
2026-03-04 21:02 UTC (3+ messages)
[PATCH] [gdb/record] Fix syscall recording for arm
2026-03-04 20:13 UTC (2+ messages)
[PATCH v2 0/9] Make CTF reader build full symtabs, get rid of psymtab
2026-03-04 19:33 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 7/9] gdb: make expanded_symbols_functions hold compunit symtabs
` [PATCH v3 8/9] gdb/ctf: don't use psymtabs, create symtabs directly
[PATCH 0/3] Simplify gdbpy_ref upcasts in Python code
2026-03-04 17:10 UTC (9+ messages)
` [PATCH 1/3] Don't use template for gdbpy_ref_policy
` [PATCH 2/3] Allow upcasts in gdb::ref_ptr
` [PATCH 3/3] Use ref_ptr upcasts in Python code
[PATCH] gdb/corelow: mark bytes unavailable when reading from unavailable mapping
2026-03-04 16:38 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/8] More booleanization
2026-03-04 16:31 UTC (9+ messages)
` [PATCH 1/8] Return bool from ada-lang.c:is_suffix
` [PATCH 2/8] Return bool from array-related Ada predicates
` [PATCH 3/8] Return bool from various Ada type predicates
` [PATCH 4/8] Return bool from lookup_cached_symbol
` [PATCH 5/8] Return bool from iterate_over_objfiles_in_search_order callbacks
` [PATCH 6/8] More Ada boolean-ization
` [PATCH 7/8] Return bool from ada-lang.c:is_name_suffix
` [PATCH 8/8] Return bool from some Ada wild-match functions
[PATCH] gdb/testsuite: Skip gdb.base/watchpoint-unaligned.exp on s390x
2026-03-04 6:40 UTC (2+ messages)
[PATCH v4 0/6] GDB: aarch64-linux: Some header fixes
2026-03-04 4:27 UTC (16+ messages)
` [PATCH v4 1/6] GDB: Add aarch64-pauth-linux.h to gdb/arch/ and gdb/nat/
` [PATCH v4 2/6] GDB: Add aarch64-fpmr-linux.h "
` [PATCH v4 3/6] GDB: aarch64-linux: Reorganize MTE-related definitions
` [PATCH v4 4/6] GDB: aarch64-linux: Reorganize SME-related definitions
` [PATCH v4 5/6] GDB: aarch64-linux: Reorganize GCS-related definitions
` [PATCH v4 6/6] GDB: aarch64-linux: Fix build failure on musl systems
[PATCH] gdb/testsuite: Skip gdb.base/watchpoint-adjacent.exp on s390x
2026-03-03 21:45 UTC (3+ messages)
[PATCH 00/33] gdbarch int -> bool conversion and more
2026-03-03 19:42 UTC (4+ messages)
` [PATCH 23/33] gdb: change gdbarch_has_shared_address_space to return bool
Test failures in gdb.opt/empty-inline.exp and gdb.cp/step-and-next-inline.exp on ppc64le (Power9) after commit 196349e7e5
2026-03-03 19:33 UTC (2+ messages)
[PATCH v3] gdb/symtab.c Fix completion of template class members
2026-03-03 18:19 UTC (2+ messages)
[PATCH 0/5] Use bool more in ada-lang.c
2026-03-03 17:34 UTC (2+ messages)
[PATCH] [gdb/testsuite] Document partial regexps in quotemeta
2026-03-03 16:16 UTC (3+ messages)
[PATCH] [gdb/testsuite] Forbid partial regexps in quotemeta
2026-03-03 16:04 UTC
[PATCH] [gdb/testsuite] Handle debuginfod output in gdb.debuginfod/solib-with-dwz.exp
2026-03-03 15:33 UTC (2+ messages)
` [PING][PATCH] "
[PATCH] [gdb/testsuite] Handle to many watchpoints in gdb.base/watchpoint-adjacent.exp
2026-03-03 13:40 UTC (2+ messages)
[PATCH v1] gdb/testsuite: fix printf regexp for ppc64le with glibc ieee128 fix
2026-03-03 13:03 UTC (2+ messages)
[PATCH 0/7] Remove addrmap from blockvector
2026-03-03 11:06 UTC (6+ messages)
` [PATCH 5/7] gdb: update blockvector::lookup to handle non-contiguous blocks
[PATCH] [gdb/record] Fix syscall recording some more
2026-03-03 8:23 UTC (3+ messages)
[PATCH v6 0/6] gdb: refine scheduler locking settings
2026-03-03 8:15 UTC (3+ messages)
[PATCH v1] PowerPC: Fix process record return value for exit_group syscall
2026-03-03 5:39 UTC (3+ 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