Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[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 v3 0/2] Add warning if the native target is not supported
 2026-03-05 12:19 UTC  (2+ messages)
` [PING] "

[PATCH v7] gdb: Print linker namespace when showing a frame
 2026-03-05 12:18 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v2 0/4] Some minor improvements around '$_'
 2026-03-05 11:46 UTC  (7+ 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 10:51 UTC  (7+ messages)
` [PATCH v2] gdbserver: require_running_or_break for the 'z' and 'vCont' packets

[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 v2 0/2] [gdb] TSAN fixes
 2026-03-04 20:29 UTC  (6+ 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] [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  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] gdb/ctf: add debug logging in ctfread.c
  ` [PATCH v3 2/9] gdb/ctf: add unique_ptr types
  ` [PATCH v3 3/9] gdb/ctf: editorial renames
  ` [PATCH v3 4/9] gdb/ctf: use ctf_per_objfile in ctf_archive_iter_psymtab_data and ctf_context
  ` [PATCH v3 5/9] gdb/ctf: check return value of ctf_type_align
  ` [PATCH v3 6/9] gdb/ctf: add scoped_time_it in elfctf_build_psymtabs
  ` [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 v3 9/9] gdb: remove psymtab.{c,h}

[PATCH v2 0/9] gdb: more fixes for Python limited C API support
 2026-03-04 18:55 UTC  (23+ 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 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  (8+ 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: rename blockvec to rangevec in dwarf2_record_block_ranges
 2026-03-04 15:06 UTC 

[PATCH] [gdb/testsuite] Fix gdb.opt/inline-entry.exp with clang
 2026-03-04  9:29 UTC 

[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  (36+ messages)
` [PATCH 01/33] gdb: change gdbarch_ax_pseudo_register_collect to return void
` [PATCH 02/33] gdb: change gdbarch_ax_pseudo_register_push_stack to return bool
` [PATCH 03/33] gdb: change gdbarch_wchar_signed to bool
` [PATCH 04/33] gdb: change gdbarch_char_signed "
` [PATCH 05/33] gdb: change gdbarch_code_of_frame_writable to return bool
` [PATCH 06/33] gdb: change gdbarch_return_in_first_hidden_param_p "
` [PATCH 07/33] gdb: change gdbarch_single_step_through_delay "
` [PATCH 08/33] gdb: change gdbarch_in_solib_return_trampoline_ftype "
` [PATCH 09/33] gdb: change gdbarch_stack_frame_destroyed_p "
` [PATCH 10/33] gdb: change gdbarch_cannot_step_breakpoint to bool
` [PATCH 11/33] gdb: change gdbarch_have_nonsteppable_watchpoint "
` [PATCH 12/33] gdb: change gdbarch_register_reggroup_p to return bool
` [PATCH 13/33] gdb: change *_find_memory_regions "
` [PATCH 14/33] gdb: change gdbarch_vtable_function_descriptors to bool
` [PATCH 15/33] gdb: change gdbarch_vbit_in_delta "
` [PATCH 16/33] gdb: change gdbarch_cannot_{fetch, store}_register to return bool
` [PATCH 17/33] gdb: change gdbarch_get_longjmp_target "
` [PATCH 18/33] gdb: change gdbarch_convert_register_p "
` [PATCH 19/33] gdb: change gdbarch_register_to_value to return and take bool
` [PATCH 20/33] gdb: change gdbarch_stap_is_single_operand to return bool
` [PATCH 21/33] gdb: change gdbarch_dtrace_probe_is_enabled "
` [PATCH 22/33] gdb: change gdbarch_has_global_{solist, breakpoints} to bool
` [PATCH 23/33] gdb: change gdbarch_has_shared_address_space to return bool
` [PATCH 24/33] gdb: change gdbarch_fast_tracepoint_valid_at "
` [PATCH 25/33] gdb: change gdbarch_has_dos_based_file_system to bool
` [PATCH 26/33] gdb: change gdbarch_insn_is_{call, ret, jump} to return bool
` [PATCH 27/33] gdb: change gdbarch_vsyscall_range "
` [PATCH 28/33] gdb: better gdbarch init values
` [PATCH 29/33] gdb: NULL -> nullptr in gdbarch-gen.c
` [PATCH 30/33] gdb: remove unnecessary predefaults in gdbarch.py
` [PATCH 31/33] gdb: adjust formatting of pointers in gdbarch-gen.{c, h}
` [PATCH 32/33] gdb: convert typedefs to using in gdbarch-gen.h
` [PATCH 33/33] gdb: remove extern from function declarations "

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)

[PATCH v3 0/4] GDB: aarch64-linux: Some header fixes
 2026-03-03  5:00 UTC  (9+ messages)
` [PATCH v3 1/4] GDB: Add gdb/arch/aarch64-pauth-linux.h

[pushed] Remove obsolete comment from solib_bfd_fopen
 2026-03-02 16:58 UTC 

[PATCH] Use gdb_bfd_openr in corelow.c
 2026-03-02 16:55 UTC  (2+ messages)

[PATCH v1 0/4] gdb: more fixes for Python limited C API support
 2026-03-02 15:36 UTC  (14+ messages)
` [PATCH v1 1/4] gdb: switch tuple object helpers to Python limited API equivalents
` [PATCH v1 3/4] gdb: switch bytes "
` [PATCH v1 4/4] gdb: add new helpers for retrieving a type's fully qualified name

[PATCH] Cache most recent state in remote_state
 2026-03-02 14:02 UTC  (2+ messages)

[PATCH v2 0/9] Add new command to print the shadow stack backtrace
 2026-03-02 12:39 UTC  (8+ messages)
` [PATCH v2 1/9] gdb: Generalize handling of the shadow stack pointer

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2026-03-02 12:24 UTC  (6+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "

[PATCH 0/3] [gdb/symtab] Tweak fix-up of truncated inline function block ranges
 2026-03-02 11:48 UTC  (4+ messages)
` [PATCH 1/3] [gdb/symtab] Rename lnp_state_machine::m_last_line to m_last_recorded_line
` [PATCH 2/3] [gdb/symtab] Re-add lnp_state_machine::m_last_line
` [PATCH 3/3] [gdb/symtab] Tweak fix-up of truncated inline function block ranges

[pushed] gdb/linux-tdep: pass string by reference
 2026-03-02  3:29 UTC 

[pushed] [pre-commit] Bump isort to 8.0.1
 2026-03-01  8:33 UTC 

[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-28 18:33 UTC  (3+ messages)
` [PATCH v3] gdb/infrun: do not restart a stepped thread if not running

[PATCH v2] gdb/symtab.c Fix completion of template class members
 2026-02-27 20:43 UTC  (3+ messages)
` [PING][PATCH "

[PATCH] Use the "O!" format more in the Python code
 2026-02-27 20:24 UTC  (6+ messages)

[PATCH v3 0/3] Stronger typing for remote file i/o
 2026-02-27 20:00 UTC  (4+ messages)
` [PATCH v3 1/3] Use a newtype for remote file descriptor

page:  |  | latest

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