[PATCH v1] gdb/python: fix memory leak in gdb_py_tp_name
2026-05-28 16:43 UTC (4+ messages)
[PATCH 0/2] [gdb] TSAN fixes
2026-05-28 16:37 UTC (5+ messages)
` [PATCH 1/2] [gdb] Add gdb_bfd_check_format and gdb_bfd_check_format_matches
` [PATCH 2/2] [gdb/symtab] Fix data race in try_open_dwop_file
[PATCH v6] gdb: Add source-tracking breakpoints feature
2026-05-28 16:04 UTC
[PATCH v3 0/7] refactor the internals of record-full
2026-05-28 13:20 UTC (17+ 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/7] gdb/record: extract the PC to record_full_instruction
` [PATCH v3 7/7] gdb/record: rename record_full_list to record_full_log
[PATCH] [gdb/testsuite, Tcl 9] Fix EILSEQ problems for UTF8 related tests
2026-05-28 8:14 UTC (4+ messages)
[PATCH v2 00/11] Fix a few Cygwin/MinGW problems
2026-05-27 22:00 UTC (19+ messages)
` [PATCH v2 01/11] Adjust gdb.base/exitsignal.exp for MinGW, trigger fault
` [PATCH v2 02/11] Adjust gdb.base/exitsignal.exp for MinGW, second-chance SIGSEGV
` [PATCH v2 03/11] Adjust gdb.base/exitsignal.exp for MinGW, separate program names
` [PATCH v2 04/11] gdb.base/exitsignal.exp: Exit with non-zero
` [PATCH v2 05/11] gdb.base/exitsignal.exp: Test attaching too
` [PATCH v2 06/11] gdb/testsuite: Add mechanism to compile Windows native programs on Cygwin
` [PATCH v2 07/11] Windows gdb+gdbserver: Share exit status logic
` [PATCH v2 08/11] Windows gdb+gdbserver: Decode Cygwin ExitProcess codes
` [PATCH v2 09/11] Adjust gdb.python/py-events.exp for Cygwin/MinGW, thread IDs
` [PATCH v2 10/11] Adjust gdb.python/py-events.exp for Cygwin/MinGW, no fork
` [PATCH v2 11/11] Adjust gdb.python/py-events.exp for Cygwin/MinGW, "info proc" => "inferior"
[PATCH v2 0/2] [gdb] TSAN fixes
2026-05-27 21:55 UTC (6+ messages)
` [PATCH v2 2/2] [gdb/symtab] Fix data race in try_open_dwop_file
[PATCH v3] gdb: Add python support for demangling register unwind values
2026-05-27 10:49 UTC (6+ messages)
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
[PATCH] gdb/solib-rocm: add support for file URI on Windows
2026-05-27 10:33 UTC (3+ messages)
[PATCH] [gdb/symtab] Add assert in free_cached_comp_units constructor
2026-05-27 9:57 UTC
[PATCH v2 0/4] gdb/aarch64: record/replay support for AArch64
2026-05-27 0:05 UTC (14+ 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 4/4] gdb/aarch64: record/replay support for LSE128
[PATCH v2] [gdb/testsuite, Tcl 9] Fix EILSEQ problems for UTF8 related tests
2026-05-26 19:27 UTC
[PATCH] gdb/python: avoid switching threads for send_packet where possible
2026-05-26 15:50 UTC
[PATCH] gdb/breakpoint: remove assertion when printing internal breakpoints without locspecs
2026-05-26 14:57 UTC
[PATCH] gdb/MicroBlaze: Add support for native linux gdb
2026-05-26 11:33 UTC (2+ messages)
[PATCH v6 0/3] [gdb/exp] Fix some namespace issues
2026-05-26 10:01 UTC (2+ messages)
` [PING][PATCH "
[PATCH] Do not use ENUM_BITFIELD
2026-05-25 19:39 UTC (2+ messages)
[PATCH 0/5] Fix a few Cygwin/MinGW problems
2026-05-25 16:47 UTC (13+ messages)
` [PATCH 1/5] Fix "set cwd ..." on Cygwin, part 1
` [PATCH 2/5] Fix "set cwd ..." on Cygwin, part 2
` [PATCH 3/5] Adjust gdb.base/exitsignal.exp for Cygwin
` [PATCH 4/5] Fix exit/signal code on Cygwin
` [PATCH 5/5] Adjust gdb.python/py-events.exp for Cygwin/MinGW
[PATCH] [gdb/python] Boolify gdb_python_initialized
2026-05-25 1:55 UTC (2+ messages)
[PATCH v2] Implement native TLS support on Windows
2026-05-23 9:51 UTC (4+ messages)
` [PING] "
[PATCH] Convert dw2-const.exp to use the DWARF assembler
2026-05-23 8:56 UTC (2+ messages)
[PATCH 0/4] [gdb/testsuite] Fix some more dwarf assembly test-cases
2026-05-23 8:15 UTC (10+ messages)
` [PATCH 1/4] [gdb/testsuite] Remove invalid .debug_line section in gdb.dwarf2/dw2-icycle.exp
` [PATCH 2/4] [gdb/testsuite] Complete 64-bit port of gdb.dwarf2/dw2-skip-prologue.exp
` [PATCH 3/4] [gdb/testsuite] Add missing type_offset in gdb.dwarf/debug-names-tu.exp
` [PATCH 4/4] [gdb/testsuite] Improve dwarf assembly for implicit const in .debug_names
[PATCH] Emit DWARF expressions from dwarf-to-dwarf-assembler.py
2026-05-22 17:18 UTC
[PATCH v3 00/11] Windows non-stop mode
2026-05-22 0:22 UTC (4+ messages)
[PATCH v3 0/4] Python safety initial work
2026-05-21 23:27 UTC (5+ messages)
` [PATCH v3 1/4] Add gdbpy_borrowed_ref
` [PATCH v3 2/4] Add wrappers for some Python APIs
` [PATCH v3 3/4] Add wrappers for Python implementation functions and methods
` [PATCH v3 4/4] Convert py-tui.c to the "python safety" approach
[PATCH v2 0/4] gdb/python: more fixes again for Python limited C API support
2026-05-21 23:18 UTC (14+ 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 0/4] Python safety initial work
2026-05-21 22:41 UTC (16+ 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 1/2] gdb: lock complaint_mutex in clear_complaints
2026-05-21 17:51 UTC (5+ messages)
` [PATCH 2/2] gdb: remove complaint_interceptor::g_complaint_interceptor
[PATCH] gdb/dwarf: make dwarf2_per_bfd::get_unit return a reference
2026-05-21 17:48 UTC (3+ messages)
[PATCH 1/2] gdb/dwarf: change signatured_type_up to include deleter type
2026-05-21 17:45 UTC (5+ messages)
` [PATCH 2/2] gdb/dwarf: track whether the all_units vector is sorted
[PATCH] Use gdb::Requires in gdb::ref_ptr
2026-05-21 17:45 UTC
[PATCH 0/3] Improve Ada test coverage
2026-05-21 17:31 UTC (2+ messages)
[PATCH 0/3] [gdb/testsuite] Fix some dwarf assembly test-cases
2026-05-21 14:07 UTC (5+ messages)
` [PATCH 1/3] [gdb/testsuite] Clean up gdb.dwarf2/imported-unit-c.exp
` [PATCH 2/3] [gdb/testsuite] Clean up duplicate .debug_aranges terminators
` [PATCH 3/3] [gdb/testsuite] Don't generate dummy CUs in dwz files
[PATCH] gdb/amd-dbgapi-target: suppress a repeated stop request
2026-05-21 6:45 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2 0/9] Add new command to print the shadow stack backtrace
2026-05-21 2:57 UTC (17+ 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] gdb/dwarf: fix order of operations when reading .debug_names
2026-05-20 15:38 UTC (3+ messages)
[PATCH 1/1] gdb: Handle TYPE_CODE_COMPLEX in valprint_check_validity
2026-05-20 15:01 UTC (2+ messages)
[PATCH] gdb/testsuite: fix regexp in gdb.rocm/watchpoint-at-end-of-shader.exp
2026-05-20 11:26 UTC (3+ messages)
[PATCH v3 0/7] Handle foreign type units in .debug_names
2026-05-19 20:10 UTC (4+ messages)
` [PATCH v3 7/7] gdb/dwarf: read foreign type units
[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 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
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