Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb/amd-dbgapi-target: suppress a repeated stop request
 2026-05-20  8:58 UTC 

[PATCH v3 0/7] Handle foreign type units in .debug_names
 2026-05-19 20:10 UTC  (7+ messages)
` [PATCH v3 1/7] gdb/dwarf: move dwo_unit and dwo_file to dwo.h
` [PATCH v3 7/7] gdb/dwarf: read foreign type units

[PATCH] gdb/dwarf: fix order of operations when reading .debug_names
 2026-05-19 20:09 UTC 

[PATCH v2 0/4] gdb/python: more fixes again for Python limited C API support
 2026-05-19 19:25 UTC  (18+ 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 v2 0/3] [gdb/tui] Allow second tui enable if first fails
 2026-05-19 18:52 UTC  (2+ messages)

[pushed] [pre-commit] Bump black to 26.5.1
 2026-05-19 11:39 UTC 

[PATCH] Sync thread state after infcalls with "set unwind-on-* on" (PR gdb/34148)
 2026-05-19 11:29 UTC  (2+ messages)

[PATCH v3 1/1] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2026-05-19 10:29 UTC  (2+ messages)

[pushed] [pre-commit] Bump black to 26.5.0
 2026-05-19  6:33 UTC 

[PATCH 00/11] Enable non-stop mode by default for remote targets
 2026-05-18 18:33 UTC  (12+ messages)
` [PATCH 01/11] gdb, record: fix assertion when remote target is set to non-stop
` [PATCH 02/11] gdb, remote: fix assertion on reconnect to non-stop target
` [PATCH 03/11] gdb, remote: fix async handler "
` [PATCH 04/11] gdb, remote: fix "info program" after "
` [PATCH 05/11] gdb, remote: fix crash when accessing removed events
` [PATCH 06/11] gdb, remote: fix ptid matching for process-wide stop events
` [PATCH 07/11] gdb, dap: fix DAP events if no thread is selected
` [PATCH 08/11] gdb, testsuite: handle async close in monitor-exit-quit.exp
` [PATCH 09/11] gdb, testsuite: update attach-deleted-exec.exp to handle async messages
` [PATCH 10/11] gdb, testsuite: add kfails for step-over-process-exit.exp
` [PATCH 11/11] gdb, remote: implement always_non_stop_p for remote target

[PATCH] Handle DW_AT_encoding on DW_TAG_enumeration_type
 2026-05-18 15:29 UTC  (5+ messages)

[PATCH v5] gdb, btrace: support libipt v2.2 events
 2026-05-18 14:53 UTC  (2+ messages)

[PATCH v2 0/4] Python safety initial work
 2026-05-18 12:39 UTC  (10+ messages)
` [PATCH v2 1/4] Add gdbpy_borrowed_ref
` [PATCH v2 2/4] Add wrappers for some Python APIs
` [PATCH v2 3/4] Add wrappers for Python implementation functions and methods
` [PATCH v2 4/4] Convert py-tui.c to the "python safety" approach

[PATCH v2 0/9] Add new command to print the shadow stack backtrace
 2026-05-18 10:13 UTC  (15+ messages)
` [PATCH v2 6/9] gdb: Add command option 'bt -shadow' "
` [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 0/3] Use C++ type traits check to catch bugs in Python API
 2026-05-16 12:29 UTC  (10+ messages)
` [PATCH 1/3] gdb/python: add type traits check for all PyObject sub-classes
` [PATCH 2/3] gdb/python: fix use of frame_info_ptr within pending_frame_object
` [PATCH 3/3] gdb/testsuite: add a test to check for Python traits static_assert

[PATCH v3 0/7] refactor the internals of record-full
 2026-05-16  1:07 UTC  (14+ messages)
` [PATCH v3 1/7] gdb/record: Refactor record history
` [PATCH v3 2/7] gdb/record: remove record_full_insn_num
` [PATCH v3 3/7] gdb/record: c++ify internal structures of record-full.c
` [PATCH v3 4/7] gdb/record: make record_full_history more c++-like
` [PATCH v3 5/6] gdb/record: Define new version of the record-save section
` [PATCH v3 5/7] gdb/record: extract the PC to record_full_instruction
` [PATCH v3 6/7] gdb/record: Define new version of the record-save section
` [PATCH v3 6/6] gdb/record: rename record_full_list to record_full_log
` [PATCH v3 7/7] "

[PATCH v2 0/4] gdb/aarch64: record/replay support for AArch64
 2026-05-15 23:03 UTC  (12+ messages)
` [PATCH v2 1/4] gdb/aarch64: record/replay support for LRCPC3
` [PATCH v2 2/4] gdb/aarch64: Test record/replay support for CSSC
` [PATCH v2 3/4] gdb/aarch64: record/replay support for RPRFM, PRFM (reg), PRFUM
` [PATCH v2 4/4] gdb/aarch64: record/replay support for LSE128

[PATCH v3 1/5] [gdb/python] Introduce py_{none, true, false, notimplemented} functions
 2026-05-15 19:08 UTC  (13+ messages)
` [PATCH v3 2/5] [gdb/python] Remove Py_RETURN_{NONE, TRUE, FALSE, NOTIMPLEMENTED}
` [PATCH v3 3/5] [gdb/python] Undefine "
` [PATCH v3 4/5] [gdb/python] Use py_{none,false} more often
` [PATCH v3 5/5] [gdb/python] Use py_{none,notimplemented} "

[PATCH 0/4] Python safety initial work
 2026-05-15 18:23 UTC  (5+ messages)
` [PATCH 1/4] Add gdbpy_borrowed_ref
` [PATCH 2/4] Add wrappers for some Python APIs
` [PATCH 3/4] Add wrappers for Python implementation functions and methods
` [PATCH 4/4] Convert py-tui.c to the "python safety" approach

[PATCH 00/10] Mildly better refcount safety for Python
 2026-05-15 17:39 UTC  (5+ messages)

[PATCH] [doc] Update obsolete text about sub-blocks
 2026-05-15 15:52 UTC  (2+ messages)

[PUSHED] gdb: remove declaration of deprecated_target_wait_hook
 2026-05-15 15:30 UTC 

[PATCH 0/6] Fix aggregate types, synthetic pointers, and computed locations bug
 2026-05-15 14:44 UTC  (15+ messages)
` [PATCH 1/6] gdb: int to bool conversion in valprint.{c,h}
` [PATCH 2/6] gdb: use TARGET_CHAR_BIT more in dwarf2/expr.c
` [PATCH 3/6] gdb: fix coerce_pieced_ref for multi-piece values
` [PATCH 4/6] gdb: rename argument in valprint_check_validity
` [PATCH 5/6] gdb: remove embedded_offset argument that is always 0
` [PATCH 6/6] gdb: use value::embedded_offset in check_pieced_synthetic_pointer

[pushed] [gdb/python] Fix check-include-guards check in python-limited-api-missing.h
 2026-05-15 12:16 UTC 

[PATCH v2 0/2] [gdb/python] Remove Py_RETURN_{NONE,TRUE,FALSE}
 2026-05-15 10:53 UTC  (6+ messages)
` [PATCH v2 1/2] [gdb/python] Introduce py_none/py_true/py_false functions
` [PATCH v2 2/2] [gdb/python] Remove Py_RETURN_{NONE,TRUE,FALSE}

[PATCH] gdb: pass inferior argument to inf_child_target::maybe_unpush_target
 2026-05-15 10:22 UTC  (4+ messages)

[PATCH] gdb, btrace: fix wrong #endif comments
 2026-05-14 22:07 UTC  (15+ messages)
` [PATCH] gdb: fix an issue with thread list corruption

[PATCH v3] gdb/dwarf2: Add symbols for function declarations
 2026-05-14 19:29 UTC  (2+ messages)

[PATCH] contrib: Make dg-extract-results.py tolerant of unparseable files
 2026-05-14 18:15 UTC 

[PATCH 0/2] Remove for_each_thread
 2026-05-14 17:48 UTC  (6+ messages)
` [PATCH 1/2] Use bool in continue_1
` [PATCH 2/2] Remove for_each_thread

[PATCH v2 0/6] refactor the internals of record-full
 2026-05-14 15:20 UTC  (8+ messages)
` [PATCH v2 1/6] gdb/record: Refactor record history

[PATCH v2] Use "output-radix" setting to format function offsets
 2026-05-14 15:15 UTC  (9+ messages)

[PATCH v6 0/3] Introduce syntax for linker-namespace specific symbols
 2026-05-13 17:08 UTC  (4+ messages)
` [PATCH v6 3/3] gdb: extend the [[N]]::foo syntax for files

[PATCH 0/2] [gdb/python] Remove Py_RETURN_{NONE,TRUE,FALSE}
 2026-05-13 16:42 UTC  (5+ messages)
` [PATCH 1/2] [gdb/python] Add init_py_immortals
` [PATCH 2/2] [gdb/python] Remove Py_RETURN_{NONE,TRUE,FALSE}

[PATCH v2] Use "output-radix" setting to format function offsets
 2026-05-13 16:37 UTC  (2+ messages)

[PATCH] Use "output-radix" setting to format function offsets
 2026-05-13 16:28 UTC  (3+ messages)

[PATCH] Don't pretend infcalls don't set the inferior running (PR gdb/34082)
 2026-05-13 15:34 UTC  (4+ messages)

[PATCH] gdb: use all_threads() in for_each_thread()
 2026-05-13 14:36 UTC  (2+ messages)

[PATCH] gdb/doc: split 'AMD GPU' and 'AMD ROCm' acronyms
 2026-05-13 12:15 UTC  (2+ messages)

[PATCH v2] gdb/amd-dbgapi-target: implement the 'interrupt' target op
 2026-05-13 11:21 UTC  (5+ messages)

[PATCH] gdb/amd-dbgapi-target: implement the 'interrupt' target op
 2026-05-12 17:31 UTC  (3+ messages)

[PATCH 0/7] gdb/testsuite: allow passing inferior arguments with native-gdbserver board
 2026-05-12 13:18 UTC  (6+ messages)
` [PATCH 3/7] gdb/testsuite: add -inferior-args option to runto
` [PATCH 4/7] gdb/testsuite: fix step-over-thread-exit.exp with native-gdbserver

[PATCH v5 0/3] [gdb/exp] Fix some namespace issues
 2026-05-12 10:24 UTC  (8+ messages)
` [PATCH v5 2/3] [gdb/exp] Fix ignoring of incorrect namespace prefix
` [PATCH v5 3/3] [gdb/exp] Handle recursive namespace import

[PATCH v6 0/3] [gdb/exp] Fix some namespace issues
 2026-05-12 10:21 UTC  (4+ messages)
` [PATCH v6 1/3] [gdb] Break up complex assignment in cp_lookup_symbol_via_imports
` [PATCH v6 2/3] [gdb/exp] Fix ignoring of incorrect namespace prefix
` [PATCH v6 3/3] [gdb/exp] Handle recursive namespace import

page:  |  | latest

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