Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFC PATCH] gdb: Add python support for demangling register unwind values
 2026-04-30 16:05 UTC  (6+ messages)
` [RFC PATCH v2] "
    ` [PATCH v3] "

[PATCH v3 00/11] Windows non-stop mode
 2026-04-30 15:09 UTC  (18+ messages)
` [PATCH v3 01/11] Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
` [PATCH v3 02/11] linux-nat: Factor out get_detach_signal code to common code
` [PATCH v3 03/11] Windows GDB: make windows_thread_info be private thread_info data
` [PATCH v3 04/11] Introduce windows_nat::event_code_to_string
` [PATCH v3 05/11] Windows gdb: Add non-stop support
` [PATCH v3 06/11] Windows gdb: Watchpoints while running (internal vs external stops)
` [PATCH v3 07/11] Windows gdb: extra thread info => show exiting
` [PATCH v3 08/11] Add gdb.threads/leader-exit-schedlock.exp
` [PATCH v3 09/11] infrun: with AS+NS, prefer process exit over thread exit
` [PATCH v3 10/11] Windows gdb: Always non-stop (default to "maint set target-non-stop on")
` [PATCH v3 11/11] Mention Windows non-stop support in NEWS
        ` [PATCH] Clarify "maint set target-non-stop" in GDB manual (Re: [PATCH v3 00/11] Windows non-stop mode)

[pushed] Fix one test case for gnat-llvm
 2026-04-30 13:46 UTC 

[PATCH] gdb, btrace: support libipt v2.2 events
 2026-04-30 11:24 UTC 

[PATCH v8 0/4] PR gdb/31353
 2026-04-30 11:10 UTC  (2+ messages)
` [PING] "

[PATCH v3] gdb: Add source-tracking breakpoints feature
 2026-04-30  8:38 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 1/1] gdb, fortran: Fix local variable lookup in Fortran parser
 2026-04-30  8:21 UTC  (3+ messages)

[PATCH 0/7] [gdb] Add superblocks range loops
 2026-04-30  4:49 UTC  (5+ messages)
` [PATCH 3/7] [gdbsupport] Factor out base_next_iterator
` [PATCH 4/7] [gdb] Add block::superblocks

[PATCH v2 00/37] GDB: testsuite: Fix top-level returns
 2026-04-29 23:04 UTC  (38+ messages)
` [PATCH v2 01/37] GDB: testsuite: aarch64, arm: Don't return value from top-level (sed)
` [PATCH v2 02/37] GDB: testsuite: aarch64, arm: Don't return value from top-level (manual)
` [PATCH v2 03/37] GDB: testsuite: x86, amd64, i386, ia64: Don't return value from top-level (sed)
` [PATCH v2 04/37] GDB: testsuite: x86, amd64, i386: Don't return value from top-level (manual)
` [PATCH v2 05/37] GDB: testsuite: powerpc: Don't return value from top-level (sed)
` [PATCH v2 06/37] GDB: testsuite: powerpc: Don't return value from top-level (manual)
` [PATCH v2 07/37] GDB: testsuite: riscv: Don't return value from top-level (sed)
` [PATCH v2 08/37] GDB: testsuite: riscv: Don't return value from top-level (manual)
` [PATCH v2 09/37] GDB: testsuite: s390: Don't return value from top-level (sed)
` [PATCH v2 10/37] GDB: testsuite: sparc: "
` [PATCH v2 11/37] GDB: testsuite: Don't return value from top-level in tests of various arches
` [PATCH v2 12/37] GDB: testsuite: Don't return value from top-level in multi-arch tests
` [PATCH v2 13/37] GDB: testsuite: base: Don't return -1 from top-level (sed)
` [PATCH v2 14/37] GDB: testsuite: base: Don't return 0 "
` [PATCH v2 15/37] GDB: testsuite: base: Don't return value from top-level (manual)
` [PATCH v2 16/37] GDB: testsuite: C++: Don't return value from top-level (sed)
` [PATCH v2 17/37] GDB: testsuite: C++: Don't return value from top-level (manual)
` [PATCH v2 18/37] GDB: testsuite: DWARF: Don't return value from top-level (sed)
` [PATCH v2 19/37] GDB: testsuite: DWARF: Don't return -1 from top-level (manual)
` [PATCH v2 20/37] GDB: testsuite: GDB: Don't return -1 from top-level
` [PATCH v2 21/37] GDB: testsuite: Guile: "
` [PATCH v2 22/37] GDB: testsuite: Python: Don't return -1 from top-level (sed)
` [PATCH v2 23/37] GDB: testsuite: Python: Don't return 0 "
` [PATCH v2 24/37] GDB: testsuite: Python: Don't return value from top-level (manual)
` [PATCH v2 25/37] GDB: testsuite: linespec: Don't return value from top-level
` [PATCH v2 26/37] GDB: testsuite: MI: Don't return -1 from top-level (sed)
` [PATCH v2 27/37] GDB: testsuite: MI: Don't return value from top-level (manual)
` [PATCH v2 28/37] GDB: testsuite: reverse: Don't return -1 from top-level (sed)
` [PATCH v2 29/37] GDB: testsuite: reverse: Don't return value from top-level (manual)
` [PATCH v2 30/37] GDB: testsuite: server: Don't return -1 from top-level (sed)
` [PATCH v2 31/37] GDB: testsuite: server: Don't return value from top-level (manual)
` [PATCH v2 32/37] GDB: testsuite: threads: Don't return -1 from top-level (sed)
` [PATCH v2 33/37] GDB: testsuite: threads: Don't return 0 "
` [PATCH v2 34/37] GDB: testsuite: threads: Don't return value from top-level (manual)
` [PATCH v2 35/37] GDB: testsuite: TUI: Don't return -1 from top-level (sed)
` [PATCH v2 36/37] GDB: testsuite: TUI: Don't return 0 from top-level (manual)
` [PATCH v2 37/37] GDB: testsuite: XML: Don't return -1 nor 0 from top-level

[PATCH 1/1] gdb/dwarf, fortran: Use the function scope for DW_TAG_imported_declaration
 2026-04-29 21:24 UTC 

[PATCH v2 00/47] Windows non-stop mode
 2026-04-29 20:27 UTC  (12+ messages)
` [PATCH v2 37/47] Windows GDB: make windows_thread_info be private thread_info data
` [PATCH v2 41/47] Windows gdb: Watchpoints while running (internal vs external stops)
  ` [PATCH] Improve attach on Windows (was: Re: [PATCH v2 00/47] Windows non-stop mode)
    ` [PATCH] Improve attach on Windows

[pushed] Include traits.h in function-view.h
 2026-04-29 18:38 UTC 

[PATCH] [gdb/tui] Simplify tui_enable
 2026-04-29 11:28 UTC 

[PATCH] [gdb/tui] Handle error in tui_enable
 2026-04-29 11:14 UTC  (4+ messages)

[PATCH 0/3] [gdb/tui] Allow second tui enable if first fails
 2026-04-29 11:13 UTC  (4+ messages)
` [PATCH 1/3] [gdb/tui] Factor out require_tui_terminal
` [PATCH 2/3] [gdb/tui] Factor out init_ncurses
` [PATCH 3/3] [gdb/tui] Allow second tui enable if first fails

[PATCH 0/4] [pre-commit] Add copyright-years check
 2026-04-29  8:13 UTC  (5+ messages)
` [PATCH 1/4] [gdb] Handle empty list in update_files in copyright.py
` [PATCH 2/4] [gdb] Factor out filter_excluded out of "
` [PATCH 3/4] [gdb] Require python >= 3.13 "
` [PATCH 4/4] [pre-commit] Add copyright-years check

[PATCH] Don't pretend infcalls don't set the inferior running (PR gdb/34082)
 2026-04-29  7:12 UTC  (4+ messages)

[PATCH] gdb/dwarf2: pass around DWARF expressions as gdb::array_view
 2026-04-29  0:55 UTC 

[PATCH] GDB/testsuite: Fix schedlock.exp crash due to empty $after_args
 2026-04-28 22:01 UTC  (3+ messages)

[PATCH 00/36] GDB: testsuite: Fix top-level returns
 2026-04-28 21:48 UTC  (41+ messages)
` [PATCH 01/36] GDB: testsuite: aarch64, arm: Don't return -1 from top-level (sed)
` [PATCH 02/36] GDB: testsuite: aarch64, arm: Don't return -1 from top-level (manual)
` [PATCH 03/36] GDB: testsuite: intel: Don't return -1 from top-level (sed)
` [PATCH 04/36] GDB: testsuite: intel: Don't return -1 from top-level (manual)
` [PATCH 05/36] GDB: testsuite: powerpc: Don't return -1 from top-level (sed)
` [PATCH 06/36] GDB: testsuite: powerpc: Don't return -1 from top-level (manual)
` [PATCH 07/36] GDB: testsuite: riscv: Don't return -1 from top-level (sed)
` [PATCH 08/36] GDB: testsuite: riscv: Don't return -1 from top-level (manual)
` [PATCH 09/36] GDB: testsuite: s390: Don't return -1 from top-level (sed)
` [PATCH 10/36] GDB: testsuite: sparc: "
` [PATCH 11/36] GDB: testsuite: Don't return -1 from top-level in tests of various arches
` [PATCH 12/36] GDB: testsuite: Don't return -1 from top-level in multi-arch tests
` [PATCH 13/36] GDB: testsuite: base: Don't return -1 from top-level (sed)
` [PATCH 14/36] GDB: testsuite: base: Don't return 0 "
` [PATCH 15/36] GDB: testsuite: base: Don't return -1 from top-level (manual)
` [PATCH 16/36] GDB: testsuite: C++: Don't return -1 from top-level (sed)
` [PATCH 17/36] GDB: testsuite: C++: Don't return -1 from top-level (manual)
` [PATCH 18/36] GDB: testsuite: DWARF: Don't return -1 from top-level (sed)
` [PATCH 19/36] GDB: testsuite: DWARF: Don't return -1 from top-level (manual)
` [PATCH 20/36] GDB: testsuite: GDB: Don't return -1 from top-level
` [PATCH 21/36] GDB: testsuite: Guile: "
` [PATCH 22/36] GDB: testsuite: Python: Don't return -1 from top-level (sed)
` [PATCH 23/36] GDB: testsuite: Python: Don't return -1 from top-level (manual)
` [PATCH 24/36] GDB: testsuite: linespec: Don't return -1 from top-level
` [PATCH 25/36] GDB: testsuite: MI: Don't return -1 from top-level (sed)
` [PATCH 26/36] GDB: testsuite: MI: Don't return -1 from top-level (manual)
` [PATCH 27/36] GDB: testsuite: reverse: Don't return -1 from top-level (sed)
` [PATCH 28/36] GDB: testsuite: reverse: Don't return -1 from top-level (manual)
` [PATCH 29/36] GDB: testsuite: server: Don't return -1 from top-level (sed)
` [PATCH 30/36] GDB: testsuite: server: Don't return -1 from top-level (manual)
` [PATCH 31/36] GDB: testsuite: threads: Don't return -1 from top-level (sed)
` [PATCH 32/36] GDB: testsuite: threads: Don't return 0 "
` [PATCH 33/36] GDB: testsuite: threads: Don't return -1 from top-level (manual)
` [PATCH 34/36] GDB: testsuite: TUI: Don't return -1 from top-level (sed)
` [PATCH 35/36] GDB: testsuite: TUI: Don't return 0 from top-level (manual)
` [PATCH 36/36] GDB: testsuite: XML: Don't return -1 nor 0 from top-level

[PATCH v6 0/3] Introduce syntax for linker-namespace specific symbols
 2026-04-28 20:20 UTC  (7+ messages)
` [PATCH v6 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v6 3/3] gdb: extend the [[N]]::foo syntax for files

[PATCH v2 0/6] refactor the internals of record-full
 2026-04-28 19:54 UTC  (10+ messages)
` [PATCH v2 1/6] gdb/record: Refactor record history
` [PATCH v2 3/6] gdb/record: c++ify internal structures of record-full.c
` [PATCH v2 4/6] gdb/record: make record_full_history more c++-like
` [PATCH v2 5/6] gdb/record: extract the PC to record_full_instruction

[PATCH 0/8] Handle foreign type units in .debug_names
 2026-04-28 19:33 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] gdb/dwarf: move dwo_unit and dwo_file to read.h
  ` [PATCH v2 3/8] gdb/dwarf: move dwarf2_cu::section to cu.c
  ` [PATCH v2 4/8] gdb/dwarf: add dwo_file::find_tus
  ` [PATCH v2 5/8] gdb/dwarf: generate foreign type units in .debug_names
  ` [PATCH v2 6/8] gdb/dwarf: add debug output in read-debug-names.c
  ` [PATCH v2 7/8] gdb/dwarf: add more context to complaints in mapped_debug_names_reader::scan_one_entry
  ` [PATCH v2 8/8] gdb/dwarf: read foreign type units

[PATCH v2 0/7] Remove addrmap from blockvector
 2026-04-28 18:55 UTC  (3+ messages)
` [PATCH v3 "
  ` [PING] "

[PATCH v4] [gdb] Support default locations in DWARF5 loclists
 2026-04-28 18:26 UTC 

[PATCH] GDB: testsuite: Fix proc return value in gdb.python/py-prettyprint.exp
 2026-04-28 17:35 UTC  (3+ messages)

[PATCH 00/11] Multiple solib_ops in a program_space
 2026-04-28 17:28 UTC  (15+ messages)
` [PATCH 02/11] gdb/solib: use early return in solib_read_symbols
` [PATCH 06/11] gdb/solib-rocm: move per-inferior data to rocm_solib_ops
` [PATCH 08/11] gdb/solib: add remove_solib function
` [PATCH 09/11] gdb: add objfile -> solib backlink
` [PATCH 10/11] gdb: change default objfile iteration order to start with current objfile
` [PATCH 11/11] gdb: multiple solib_ops per program space

[PATCH v2 0/4] gdb/python: more fixes again for Python limited C API support
 2026-04-28 16:24 UTC  (5+ messages)
` [PATCH v2 1/4] gdb/python: add gdbpy_borrowed_ref
` [PATCH v2 2/4] gdb/python: eval_python_command returns result of the evaluation
` [PATCH v2 3/4] gdb/python: migrate Python initialization to use the new config API (PEP 741)
` [PATCH v2 4/4] gdb/python: work around missing symbols not yet part of Python limited API

[PATCH] [gdb/symtab] Factor out new_symbol variant
 2026-04-28 16:05 UTC  (2+ messages)

[PATCH] gdb: Add support for TLS under RTEMS
 2026-04-28 15:43 UTC  (2+ messages)

[PATCH 1/1] gdb: use waitpid directly in wait_to_die_with_timeout
 2026-04-28 15:37 UTC  (2+ messages)

[PATCH v2] gdb, testsuite: fix gdb.base/save-history.exp for native-extended-gdbserver
 2026-04-28 14:46 UTC  (2+ messages)

[PATCH v1 0/4] gdb/python: more fixes again for Python limited C API support
 2026-04-28 14:44 UTC  (7+ messages)
` [PATCH v1 3/4] gdb/python: migrate Python initialization to use the new config API (PEP 741)

[PATCH 0/2] [gdb/testsuite] Fix some minor copyright issues
 2026-04-28 13:53 UTC  (4+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix copyright years in two files
` [PATCH 2/2] [gdb/testsuite] Fix duplicate copyright notices

[PATCH] [gdb/breakpoints] Don't ignore <file> in rbreak <file>:<regexp>
 2026-04-28 13:52 UTC  (2+ messages)

[PATCH v2] gdb: remember previously selected thread per inferior
 2026-04-28  9:26 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix tclint errors in gdb.dwarf2/fission-dw-form-strx.exp
 2026-04-28  6:37 UTC 

[PATCH] gdb, testsuite: use -no-prompt-anchor in step-over-thread-exit.exp
 2026-04-27 20:44 UTC  (2+ messages)

[PATCH v3] [gdb] Support default locations in DWARF5 loclists
 2026-04-27 18:34 UTC  (2+ messages)

[PATCH] Add infcall support for C++ constructor-style expressions
 2026-04-27 16:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] gdb/symtab.c Fix completion of template class members
 2026-04-27 15:28 UTC  (3+ messages)

[pushed 00/28] Windows non-stop prep
 2026-04-27 12:57 UTC  (6+ messages)
` [pushed 07/28] Windows gdb: Simplify windows_nat_target::wait
    ` [pushed/ob] Restore windows_nat_target::wait is_sw_breakpoint change
` [pushed 17/28] Windows gdb: Enable "set scheduler-locking on"
  ` [pushed] Mention Windows scheduler-locking in NEWS (Re: [pushed 17/28] Windows gdb: Enable "set scheduler-locking on")

[PATCH][PING] dwarf2: avoid decoding .debug_line for type units
 2026-04-27 10:26 UTC  (4+ messages)
` [PATCH] "
    ` [FYI] "

[PATCH v2] [gdb] Support default locations in DWARF5 loclists
 2026-04-27  3:12 UTC  (2+ messages)

[PATCH] [gdb/tui] Expand WDB reference
 2026-04-26 19:20 UTC  (3+ messages)

[PATCH] [gdb] Support default locations in DWARF5 loclists
 2026-04-26  7:47 UTC  (4+ messages)

GDB 17.2 release update -- 2026-04-25
 2026-04-25 19:10 UTC 

[PATCH v6 0/4] [gdb/tui] Fix crash with debuginfod query
 2026-04-25 14:40 UTC  (2+ messages)

[PATCH 0/4] gdb/aarch64: record/replay support for AArch64
 2026-04-25  8:38 UTC  (9+ messages)
` [PATCH 1/4] gdb/aarch64: record/replay support for LRCPC3
` [PATCH 2/4] gdb/aarch64: Test record/replay support for CSSC
` [PATCH 3/4] gdb/aarch64: record/replay support for RPRFM and PRFM (reg)
` [PATCH 4/4] gdb/aarch64: record/replay support for LSE128

[pushed] [pre-commit] Bump isort to 9.0.0a3
 2026-04-25  7:17 UTC 

page:  |  | latest

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