Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2] gdb: fix an issue with thread list corruption
 2026-05-05  5:06 UTC 

[PATCH] gdb, btrace: fix wrong #endif comments
 2026-05-05  5:04 UTC  (18+ messages)
` [PATCH] gdb: fix an issue with thread list corruption
` [PATCH] gdb, remote: fix notify debug nullptr dereference
` [PATCH] gdb, testsuite: increase timeout in gdb.threads/attach-non-stop.exp
` [PATCH] gdb: update store_integer's comment
` [PATCH] gdb: use correct target in notify_thread_exited()
` [PATCH v2] gdb, btrace: support libipt v2.2 events

[PATCH v4] gdb, btrace: support libipt v2.2 events
 2026-05-05  4:32 UTC 

[PATCH] Use "output-radix" setting to format function offsets
 2026-05-04 21:37 UTC 

[PATCHv2] gdb: notify of inferior switch when needed from 'thread' command
 2026-05-04 20:31 UTC  (3+ messages)
` [PATCHv3] "

[PATCH 0/3] Show CONTEXT_EXCEPTION_REQUEST info in "info threads"
 2026-05-04 19:18 UTC  (7+ messages)
` [PATCH 1/3] Windows gdb: "
` [PATCH 2/3] gdb manual: Cygwin => Windows
` [PATCH 3/3] Windows gdb: Document "info threads" Windows specifics

[PATCH] Fix MI "-break-insert -g i<UNKNOWN>" assertion failure
 2026-05-04 18:11 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] gdb, btrace: support libipt v2.2 events
 2026-05-04 16:08 UTC  (6+ messages)

[PATCH v3] gdb, btrace: support libipt v2.2 events
 2026-05-04 14:08 UTC 

[PATCH v2 0/1] gdb/dwarf: Use the function scope for DW_TAG_imported_declaration
 2026-05-04  8:34 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 1/1] gdb/dwarf, fortran: Use the function scope for DW_TAG_imported_declaration
 2026-05-04  7:12 UTC  (3+ messages)

[PATCH v2 0/1] gdb, fortran: Fix local variable lookup in Fortran parser
 2026-05-04  7:05 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] gdb/dwarf2: pass around DWARF expressions as gdb::array_view
 2026-05-02  4:14 UTC  (3+ messages)

[PATCH v5 0/3] [gdb/exp] Fix some namespace issues
 2026-05-01 19:44 UTC  (5+ messages)
` [PATCH v5 2/3] [gdb/exp] Fix ignoring of incorrect namespace prefix
` [PATCH v5 3/3] [gdb/exp] Handle recursive namespace import

[PATCH 0/5] Improved support for core files with missing NT_FILE note
 2026-05-01 19:09 UTC  (4+ messages)
` [PATCH 5/5] gdb/linux: handle missing NT_FILE note when opening core files

[PATCH 0/3] [gdb/tui] Allow second tui enable if first fails
 2026-05-01 19:06 UTC  (5+ 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

[pushed] Update more tests for gnat-llvm
 2026-05-01 17:49 UTC 

[PATCH] Use fully-qualified name in var_decl_name
 2026-05-01 17:43 UTC  (3+ messages)

[PATCH] [gdb/tui] Simplify tui_enable
 2026-05-01 16:38 UTC  (2+ messages)

[PATCH v6 0/4] [gdb/tui] Fix crash with debuginfod query
 2026-05-01 16:34 UTC  (4+ messages)

[PATCH] Avoid crash in dwarf2/read.c:determine_prefix
 2026-05-01 16:29 UTC  (3+ messages)

[PATCH] Remove symbol lookup of arguments
 2026-05-01 16:03 UTC  (2+ messages)

[PATCH] Remove unused str_backtrace_unavailable variable
 2026-05-01 15:58 UTC  (6+ messages)

[PATCH 0/6] gdb/tui: fix debuginfod related crash
 2026-05-01 14:22 UTC  (7+ messages)
` [PATCH 1/6] gdb/tui: convert a window handle `if` into an `assert`
` [PATCH 2/6] gdb/testsuite: fix tuiterm linefeed scrolling new line content
` [PATCH 3/6] gdb/tui: prevent TUI activation from a secondary prompt
` [PATCH 4/6] gdb/tui: make tui_win_info::rerender public
` [PATCH 5/6] gdb/tui: fix for debuginfod prompt while enabling the TUI
` [PATCH 6/6] gdb/tui: fix debuginfod prompt using 'C-x C-a' to enter TUI

[PATCH 0/7] [gdb] Add superblocks range loops
 2026-05-01 13:20 UTC  (15+ messages)
` [PATCH 3/7] [gdbsupport] Factor out base_next_iterator
` [PATCH 4/7] [gdb] Add block::superblocks

[PATCH 00/10] [gdb] Add superblocks range loops
 2026-05-01 12:45 UTC  (11+ messages)
` [PATCH 01/10] [gdb] Use block::containing_function
` [PATCH 02/10] [gdb] Factor out block::containing_function_block
` [PATCH 03/10] [gdb] Use block::containing_function_block
` [PATCH 04/10] [gdb] Add unit test for next_iterator
` [PATCH 05/10] [gdbsupport] Use using instead of typedef in next_iterator
` [PATCH 06/10] [gdbsupport] Factor out base_next_iterator
` [PATCH 07/10] [gdb] Add block::block_and_superblocks
` [PATCH 08/10] [gdb] Use block::block_and_superblocks
` [PATCH 09/10] [gdb] Add block::block_and_superblocks_in_fn
` [PATCH 10/10] [gdb] Use block::block_and_superblocks_in_fn

[PATCH] Do not write negative PID or TID in remote protocol
 2026-04-30 17:59 UTC 

[PATCH v3 00/11] Windows non-stop mode
 2026-04-30 17:45 UTC  (22+ 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)
            ` [PATCH v2] "

[PATCH v2 00/47] Windows non-stop mode
 2026-04-30 17:39 UTC  (14+ 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

[PATCH] Do not write negative PID or TID in remote protocol
 2026-04-30 17:33 UTC  (3+ messages)

[PATCH 0/1] Fix block filter heuristic in linespec to preserve distinct code paths
 2026-04-30 16:06 UTC  (3+ messages)
` [PATCH 1/1] gdb/linespec: relax block filter "

[RFC PATCH] gdb: Add python support for demangling register unwind values
 2026-04-30 16:05 UTC  (6+ messages)
` [RFC PATCH v2] "
    ` [PATCH v3] "

[pushed] Fix one test case for gnat-llvm
 2026-04-30 13:46 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 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

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

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

[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/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  (4+ messages)
` [PATCH 04/36] GDB: testsuite: intel: Don't return -1 from top-level (manual)

[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  (4+ messages)
` [PATCH v2 1/6] gdb/record: Refactor record history

[PATCH 0/8] Handle foreign type units in .debug_names
 2026-04-28 19:33 UTC  (8+ messages)
` [PATCH v2 "
  ` [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] "

page:  |  | latest

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