Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/13] Fix various warnings when building on macOS
 2026-08-17 15:16 UTC  (8+ messages)
` [PATCH 01/13] gdbsupport: remove uses of vsprintf
` [PATCH 02/13] gdbsupport: remove uses of sprintf
` [PATCH 03/13] opcodes/z80: remove use "
` [PATCH 04/13] sim/ppc: make defines.h sed command portable
` [PATCH 06/13] sim/m32r: fix unused function warnings on non-Linux hosts
` [PATCH 07/13] gdb/csky: remove uses of sprintf
` [PATCH 12/13] gdb/remote: "

[PATCH 1/2] gdb: fix crash when pretty printing anonymous struct with base class
 2026-08-17 14:59 UTC  (2+ messages)
` [PATCH 2/2] gdb: don't print trailing space after base classes in pretty format

[PATCH 0/2] gdb: improve interrupting an empty remote target
 2026-08-17 14:37 UTC  (2+ messages)

[PATCH] infrun: Introduce empty-loop step heuristic
 2026-08-17 10:07 UTC 

[PATCH v5] gdb: align siginfo_t with the Linux kernel definition
 2026-08-17  9:33 UTC  (8+ messages)

[PATCH v5 0/2] gdb: Fix internal inferior calls through GNU IFUNCs
 2026-08-17  9:19 UTC  (5+ messages)
` [PATCH v5 1/2] gdb: Preserve IFUNC marker when finding inferior functions
` [PATCH v5 2/2] gdb: Keep original IFUNC return type when target type is unknown

[PATCH] [gdb/testsuite] Add xfail for failure to break on ppc printf
 2026-08-17  6:16 UTC  (3+ messages)

[PATCH] gdb: invalidate register cache after monitor commands
 2026-08-17  3:28 UTC  (4+ messages)

[PATCH v2] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-08-17  0:32 UTC  (6+ messages)

[PATCH 0/4] Fix some MIPS GDB simulator issues
 2026-08-16 23:43 UTC  (5+ messages)
` [PATCH 1/4] sim: Allow an overdue event to be descheduled
` [PATCH 2/4] sim/mips: Do not abort on a HI/LO hazard
` [PATCH 3/4] sim/mips: Deliver the reserved instruction exception
` [PATCH 4/4] sim/mips: Recognise a software interrupt request

[PATCH] gdb/testsuite: make MSYS path normalization case-insensitive
 2026-08-16 15:59 UTC  (2+ messages)

[PATCH 0/2] [gdb/testsuite] Two fixes in gdb.python/py-section-script.exp
 2026-08-15  7:19 UTC  (2+ messages)

[PATCH v2] [gdb/python] Convert valpy_call to the "python safety" approach
 2026-08-14 20:26 UTC  (2+ messages)

[PATCH] Rewrite default_get_ada_task_ptid
 2026-08-14 20:10 UTC 

[PATCH] gdb: Check DW_OP_deref_type size against type
 2026-08-14 19:44 UTC  (2+ messages)

GDB 18.1 release update -- 2026-08-14
 2026-08-14 15:48 UTC  (2+ messages)

[PATCH v3 0/4] Python safety initial work
 2026-08-14 15:43 UTC  (6+ messages)
` [PATCH v3 1/4] Add gdbpy_borrowed_ref

[PATCH v1 0/6] gdb: introduce file_reader_t to read procfs files
 2026-08-14 15:25 UTC  (4+ messages)
` [PATCH v1 3/6] gdb: introduce helper class file_reader_t

[RFC 0/3] Deferred, or on-demand, debuginfod downloading
 2026-08-14 15:06 UTC  (4+ messages)
` [RFC 1/3] gdb: limited support for frame cache flushing while building stack
` [RFC 2/3] gdb: use basic_safe_range to iterate over objfile::qf
` [RFC 3/3] gdb/debuginfod: support on-demand debuginfo downloading

[PATCH v2] gdb: fix breakpoints on inline functions qualified with source file name
 2026-08-14 13:57 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix _selftest_setup on ppc64le-linux
 2026-08-14 12:38 UTC  (2+ messages)

[PATCH v2] gdb: use gdb::unordered_{set,map} at a few places
 2026-08-14 12:06 UTC  (5+ messages)

[PATCH] Fix procfs.c compilation on Solaris
 2026-08-14 11:49 UTC  (3+ messages)

[PATCH v1] gdbtypes: improve documentation of composite type helpers
 2026-08-14 10:51 UTC  (3+ messages)

[PATCH v2] gdbtypes: improve documentation of composite type helpers
 2026-08-14 10:49 UTC 

[PATCH] gdb/amdgpu: Handle SIGABRT with a higher priority than SIGTRAP
 2026-08-14  8:34 UTC  (3+ messages)

[PATCH v2] Use Python safety API in py-symbol.c
 2026-08-13 20:42 UTC  (3+ messages)

[PATCH 0/1] Add Intel APX support
 2026-08-13 18:14 UTC  (3+ messages)
` [PATCH 1/1] gdb, gdbserver: Add Intel APX register support

[PATCH 1/2] gdb/linux-tdep: clearer variable names in linux_get_siginfo_type
 2026-08-13 16:18 UTC  (2+ messages)
` [PATCH 2/2] gdb: pass type name directly to arch_composite_type

[PATCH] [pre-commit] Don't allow pre-release revisions
 2026-08-13 15:28 UTC 

[PATCH v1 0/2] gdb: fix for bug 31207
 2026-08-13 15:13 UTC  (4+ messages)
` [PATCH v1 2/2] gdb: rely on the first non-exited thread TPID when reading Linux procfs files

[PATCH v2] gdb/record: avoid rax usage in i386-avx-record.exp
 2026-08-13 15:07 UTC  (3+ messages)

[PATCH] gdb/record: avoid rax usage in i386-avx-record.exp
 2026-08-13 13:04 UTC  (4+ messages)

[PATCH v4 0/2] gdb: Fix internal inferior calls through GNU IFUNCs
 2026-08-13 12:38 UTC  (6+ messages)
` [PATCH v4 1/2] gdb: Preserve IFUNC marker when finding inferior functions
` [PATCH v4 2/2] gdb: Keep original IFUNC return type when target type is unknown

[PATCH] [GDB 18] gdb/configure: fix string quoting in AC_MSG_WARN and AC_MSG_ERROR
 2026-08-13 12:21 UTC  (7+ messages)

[PATCH] [gdb/build] Fix cli/cli-style.c build error with C++20
 2026-08-13 11:53 UTC  (4+ messages)

[PATCH] [gdb/build] Add warning_prefix_default/error_prefix_default constants
 2026-08-13 11:51 UTC 

[PATCH] gdb: fix breakpoints on inline functions qualified with source file name
 2026-08-13  9:56 UTC  (3+ messages)

[PATCH] gdb/tui: use init_extended_color where possible
 2026-08-13  9:53 UTC  (5+ messages)
` [PATCHv2] "

[PATCHi v1] PowerPC: Create call stubs for compiled modules
 2026-08-13  9:28 UTC 

[PATCH v2 1/8] gdb/testsuite: Add Windows replacement for aligned_alloc
 2026-08-13  6:39 UTC  (6+ messages)
  ` [PATCH v2 7/8] Windows gdb: Implement XState (Intel AVX) support

[PATCH 0/5] [pre-commit] Some pre-commit improvements
 2026-08-13  5:26 UTC  (6+ messages)
` [PATCH 3/5] [pre-commit] Run flake8 for gdb/gdb-gdb.py.in

[PATCH] [gdb/build] Rename gdb/gdb-gdb.py.in to gdb/gdb-gdb.py
 2026-08-13  5:17 UTC 

[PATCH 0/1] gdb: add 'set print shadowed' to hide shadowed variables
 2026-08-13  4:24 UTC  (3+ messages)
` [PATCH 1/1] gdb: Introduce new setting to filter out "

[PATCH v4 00/13] Add new command to print the shadow stack backtrace
 2026-08-12 22:13 UTC  (3+ messages)
` [PATCH v4 02/13] aarch64: Implement gdbarch function top_addr_empty_shadow_stack

[PATCH 0/7] gdb_compile nodebug => symtab
 2026-08-12 21:41 UTC  (9+ messages)
` [PATCH 1/7] gdb/testsuite: Don't build a program for cvexpr.exp's last tests
` [PATCH 2/7] gdb/testsuite: Remove gdb_can_simple_compile_nodebug
` [PATCH 3/7] gdb/testsuite: Let gdb_simple_compile take empty default flags
` [PATCH 4/7] gdb/testsuite: Don't pass "nodebug" to object compilations
` [PATCH 5/7] gdb/testsuite: Rename nodebug => symtab
` [PATCH 6/7] gdb/testsuite: Pass "symtab" to testcases that rely on minsyms
` [PATCH 7/7] gdb/testsuite: Handle "symtab" option on windows-msvc

[PATCH v3 0/5] gdb/aarch64: Add POR_EL0 register support for FEAT_S1POE
 2026-08-12 21:33 UTC  (10+ messages)
` [PATCH v3 1/5] [PATCH 1/5] "

Fix double apropos output when both alias name and command name match the pattern
 2026-08-12 20:24 UTC  (3+ messages)
` [PATCH] "

[PATCH v2] [gdb/python] Handle error in gdbpy_initialize_gdb_readline
 2026-08-12 20:23 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.python/py-mi-cmd.exp
 2026-08-12 20:16 UTC  (2+ messages)

[PATCH] [gdb] Rewrite error and warning emojis
 2026-08-12 20:03 UTC  (2+ messages)

[PATCH] [gdb/cli] Don't emit emojis in MI
 2026-08-12 20:02 UTC  (2+ messages)

[PATCH 0/2] Two small F_SETFL changes
 2026-08-12 19:17 UTC  (7+ messages)
` [PATCH 1/2] Don't use F_SETFL in gdbreplay
` [PATCH 2/2] Use F_SETFL after F_SETOWN

[PATCHv7 0/4] gdb: allow 'until' to work in outermost frame
 2026-08-12 17:53 UTC  (6+ messages)
` [PATCHv8 "
  ` [PATCHv8 2/4] gdb: introduce program_space::get_entry_point_info function
  ` [PATCHv8 3/4] gdb: allow 'until' to work in outermost frame

[PATCH v4 0/1] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2026-08-12 15:23 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH v4 0/1] gdb: Add python support for demangling register unwind values
 2026-08-12 14:43 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/1] gdb: Add python support for transforming "

[PATCH] gdb/mips: unwind past post-prologue SP adjustments in syscall stubs
 2026-08-12 13:40 UTC  (2+ messages)

[PATCH v4 00/44] A new target to debug Intel GPUs
 2026-08-12 13:28 UTC  (45+ messages)
` [PATCH v4 01/44] bfd: add intelgt target to BFD
` [PATCH v4 02/44] opcodes: add intelgt as a configuration
` [PATCH v4 03/44] gdbserver: allow configuring for a heterogeneous target
` [PATCH v4 04/44] config.sub: recognize level-zero as "ze"
` [PATCH v4 05/44] gdbserver: import AC_LIB_HAVE_LINKFLAGS macro into the autoconf script
` [PATCH v4 06/44] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH v4 07/44] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH v4 08/44] gdb: add a new extract_integer variant that takes two array_views
` [PATCH v4 09/44] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH v4 10/44] gdb, intelgt: add disassemble feature "
` [PATCH v4 11/44] gdb: revise the pid_to_exec_file target op
` [PATCH v4 12/44] gdb, remote: do 'remote_add_inferior' in 'remote_notice_new_inferior' earlier
` [PATCH v4 13/44] gdbserver: move dlls_changed initialization on attach into targets
` [PATCH v4 14/44] gdbserver: adjust pid after the target attaches
` [PATCH v4 15/44] gdbserver: check process when we need a process
` [PATCH v4 16/44] gdb: use process in xfer_partial if inferior_ptid is null_ptid
` [PATCH v4 17/44] gdb: allow inferiors without threads in all_matching_threads_iterator
` [PATCH v4 18/44] gdbserver: improve threads debug output for process general thread
` [PATCH v4 19/44] gdb, gdbserver: allow setting null_ptid as "
` [PATCH v4 20/44] gdbserver: allow inferiors without threads
` [PATCH v4 21/44] gdb: allow creating and attaching to "
` [PATCH v4 22/44] gdb, remote: don't create an inferior on attach
` [PATCH v4 23/44] gdb: allow switching to an inferior without threads
` [PATCH v4 24/44] gdb: allow resuming an inferior with no threads
` [PATCH v4 25/44] gdb: allow continuing an inferior without threads
` [PATCH v4 26/44] gdb: partially fix C-c not working
` [PATCH v4 27/44] gdb, linux-nat: use current_inferior()->pid in mourn_inferior()
` [PATCH v4 28/44] gdb: inferior events
` [PATCH v4 29/44] gdb, remote: allow deleting the last thread in inferior in update_thread_list()
` [PATCH v4 30/44] gdb: keep target registered in inferior_event_handler()
` [PATCH v4 31/44] gdb, dwarf, ze: add DW_OP_INTEL_regval_bits
` [PATCH v4 32/44] gdbserver: add a pointer to the owner thread in regcache
` [PATCH v4 33/44] gdb, gdbserver, ze: in-memory libraries
` [PATCH v4 34/44] gdb, gdbserver: library notifications
` [PATCH v4 35/44] gdbserver, ze, intelgt: introduce ze-low and intelgt-ze-low targets
` [PATCH v4 36/44] testsuite, sycl: add SYCL support
` [PATCH v4 37/44] testsuite, sycl: add test for backtracing inside a kernel
` [PATCH v4 38/44] testsuite, sycl: add test for 'info locals' and 'info args'
` [PATCH v4 39/44] testsuite, sycl: add tests for stepping
` [PATCH v4 40/44] testsuite, sycl: add test for 1-D and 2-D parallel_for kernels
` [PATCH v4 41/44] testsuite, sycl: add test for scheduler-locking
` [PATCH v4 42/44] testsuite, arch, intelgt: add a disassembly test
` [PATCH v4 43/44] testsuite, arch, intelgt: add intelgt-program-bp.exp
` [PATCH v4 44/44] testsuite, intelgt: add a test for interrupting an exited thread

[PATCH v3 0/1] Fix block filter heuristic in linespec to preserve distinct code paths
 2026-08-12  9:31 UTC  (3+ messages)
` [PATCH v3 1/1] gdb/linespec: relax block filter "

GDB 18.0.90 available for testing
 2026-08-11 16:25 UTC  (3+ messages)

[PATCH] gdb: Preserve the operand type in DW_OP_plus_uconst
 2026-08-11  9:34 UTC 

[PATCH 0/2] gdb/testsuite: Prepare set_unbuffered_mode.c for windows-msvc
 2026-08-11  9:01 UTC  (4+ messages)
` [PATCH 1/2] testsuite/lib/set_unbuffered_mode.c: Fix return type
` [PATCH 2/2] testsuite/lib/set_unbuffered_mode.c: Use constructor priority

[PATCH] [gdb/python] Document quit_force uses
 2026-08-11  8:00 UTC 

[PATCH 0/2] gdb/testsuite: Make windows-msvc test with lld-link + DWARF
 2026-08-11  0:37 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: Force lld-link linker on windows-msvc
` [PATCH 2/2] gdb/testsuite: Force DWARF debug info "

[PATCH] Use Python safety API in py-symbol.c
 2026-08-11  0:16 UTC  (3+ messages)

[PATCH 0/2] gdb/testsuite: Make ROCm/HIP tests work on native Windows
 2026-08-10 22:46 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: For ROCm/HIP, don't rely on rocm_agent_enumerator
` [PATCH 2/2] allow_hipcc_tests: Allow native Windows (windows-msvc)

page:  |  | latest

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