Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] Make 'help' command more helpful for new users
 2025-09-24  9:26 UTC  (10+ messages)
` [PATCH 1/2] gdb: make command classes be bitmaps
` [PATCH 2/2] gdb: add beginner command class

[PATCH 0/1] Unify the GCC and GDB/Binutils .editorconfig files
 2025-09-24  8:23 UTC  (4+ messages)
` [PATCH 1/1] toplevel: unify the GCC and GDB/binutils "

[PATCH 1/2] gdbserver, read_ptid: handle '0' and '-1' thread ids
 2025-09-24  8:04 UTC  (10+ messages)
` [PATCH 2/2] gdb, remote: fix set_thread () in start_remote ()

[PATCH] [gdb/testsuite] Fix gdb.tui/tui-layout-asm-short-prog.exp on cygwin
 2025-09-24  7:58 UTC  (2+ messages)

[pushed] [gdb/testsuite, gdbserver] Fix typos
 2025-09-24  6:47 UTC 

[PATCH 3/3] GDB: Regenerate configure for libtool.m4 change
 2025-09-24  5:56 UTC 

[PATCH 0/3] Reduce size of GDB generated core files
 2025-09-23 23:48 UTC  (5+ messages)
` [PATCH 1/3] gdb: int to bool conversion in find_memory_regions API
` [PATCH 2/3] gdb: reduce generated core file size
` [PATCH 3/3] gdb: fix permissions for unreadable mappings generated by gcore

[PATCH] Update HFILES_NO_SRCDIR in gdb/Makefile.in
 2025-09-23 23:39 UTC  (5+ messages)

[PATCH] gdb/linux: consider ptrace_scope when building attach error message
 2025-09-23 20:39 UTC  (2+ messages)

[PATCH] This commit adds support for catching syscalls on riscv
 2025-09-23 20:37 UTC  (5+ messages)

[PATCH] gdb: include NT_I386_TLS note in generated core files
 2025-09-23 20:19 UTC  (5+ messages)
  ` [PATCHv2] "

GDB 17.1 release update -- 2025-09-20
 2025-09-23 18:50 UTC  (3+ messages)

[PATCH v3 0/1] gdb: resolve type to target_type in expression evaluation
 2025-09-23 18:45 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCHv7 0/4] Fix for gdb.Color + pagination AND new gdb.Style API
 2025-09-23 18:38 UTC  (13+ messages)
` [PATCHv8 0/3] "
  ` [PATCHv8 1/3] gdb/python: add gdb.Style class
  ` [PATCHv8 3/3] gdb/python: extend gdb.write to support styled output
  ` [PATCHv9 0/3] new gdb.Style API
    ` [PATCHv9 1/3] gdb/python: add gdb.Style class
    ` [PATCHv9 2/3] gdb/python: new class gdb.StyleParameterSet
    ` [PATCHv9 3/3] gdb/python: extend gdb.write to support styled output

[PATCH] Fix crash in f-typeprint.c
 2025-09-23 18:27 UTC  (7+ messages)

[PATCHv2] gdb/aarch64: change target_ops::stopped_data_address API
 2025-09-23 18:06 UTC  (4+ messages)
` [PATCHv3] "

[PATCH v1] PowerPC: Fix typo in PowerPC note pseudo-section names
 2025-09-23 18:02 UTC 

[PATCHv2] gdb: crash if thread unexpectedly disappears from thread list
 2025-09-23 17:47 UTC  (4+ messages)
` [PATCHv3] "

[PATCH 0/2] gdbserver accept GNU style arguments
 2025-09-23 17:40 UTC  (3+ messages)

[PATCHv2] gdb/i386/linux: fix possible register number conflict
 2025-09-23 17:20 UTC  (6+ messages)
` [PATCHv3] "

[PATCH v2 0/8] Some gdb CTF reader cleanups
 2025-09-23 15:52 UTC  (9+ messages)
` [PATCH v2 1/8] Use gdb::unordered_map in ctfread.c
` [PATCH v2 2/8] Remove ctf_per_tu_data::pss
` [PATCH v2 3/8] Stack allocate buildsym_compunit in ctfread.c
` [PATCH v2 4/8] Remove unnecessary call to set_tid_type
` [PATCH v2 5/8] Remove ctf_tid_key
` [PATCH v2 6/8] Fix name checks in ctfread.c
` [PATCH v2 7/8] Rework domain choices "
` [PATCH v2 8/8] Rename "fp" "

[PATCH 0/7] Some gdb CTF reader cleanups
 2025-09-23 15:45 UTC  (12+ messages)
` [PATCH 1/7] Use gdb::unordered_map in ctfread.c
` [PATCH 5/7] Remove ctf_tid_key
` [PATCH 7/7] Rework domain choices in ctfread.c

[PATCH 0/2] moving core file BFD to core_target: core file name display
 2025-09-23 14:00 UTC  (4+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/2] gdb: remove core file name from 'maint info program-spaces'
  ` [PATCHv2 2/2] gdb: add core file name to 'info inferiors' output

[PATCH 0/3] Core file Python API
 2025-09-23 13:52 UTC  (11+ messages)
` [PATCH 1/3] gdb/python: introduce gdb.Corefile API
` [PATCH 3/3] gdb/python: add Corefile.mapped_files method
` [PATCHv2 0/3] Core file Python API
  ` [PATCHv2 1/3] gdb/python: introduce gdb.Corefile API
  ` [PATCHv2 2/3] gdb: make structured core file mappings processing global
  ` [PATCHv2 3/3] gdb/python: add Corefile.mapped_files method

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-09-23 11:53 UTC  (13+ messages)
` [PATCH 1/9] gdb: Generalize handling of the shadow stack pointer
` [PATCH 2/9] gdb: Refactor 'stack.c:print_frame'
` [PATCH 3/9] gdb: Introduce 'stack.c:print_pc' function without frame argument
` [PATCH 4/9] gdb: Refactor 'find_symbol_funname' and 'info_frame_command_core' in stack.c
` [PATCH 5/9] gdb: Refactor 'stack.c:print_frame_info'
` [PATCH 6/9] gdb: Implement 'bt shadow' to print the shadow stack backtrace
` [PATCH 7/9] gdb: Provide gdbarch hook to distinguish shadow stack backtrace elements
` [PATCH 8/9] gdb: Implement the hook 'is_no_return_shadow_stack_address' for amd64 linux
` [PATCH 9/9] gdb, mi: Add -shadow-stack-list-frames command

[PATCH 0/2] Adjust gdb.base/memops-watchpoint.exp for Cygwin/Windows
 2025-09-23 11:37 UTC  (3+ messages)
  ` [pushed] Adjust gdb.base/memops-watchpoint.exp for native Windows

[PING][PATCH] This commit adds support for catching syscalls on riscv
 2025-09-23 11:00 UTC 

[PATCH] Skip gdb.base/libsegfault.exp on Cygwin
 2025-09-23  9:48 UTC  (3+ messages)
  ` [pushed v2] "

[RFC][PATCH 0/5] [PR gdb/33469] mi, python: Fix comma location when unwinder emits async records
 2025-09-22 23:18 UTC  (6+ messages)
` [RFC][PATCH 1/5] [PR gdb/33469] ui_out: add optional async param to redirect()
` [RFC][PATCH 2/5] [PR gdb/33469] ui_out_redirect_pop: add optional async param
` [RFC][PATCH 3/5] [PR gdb/33469] mi_ui_out: redirect: push separator state when async = true
` [RFC][PATCH 4/5] [PR gdb/33469] mi-interp: on_param_changed: pass async = true to redirect()
` [RFC][PATCH 5/5] [PR gdb/33469] testsuite: framefilters-mi: async records from unwinder

[PATCH v2 0/2] Handle the new .note section introduced in Linux
 2025-09-22 19:43 UTC  (3+ messages)
` [PATCH v2 1/2] core: Consume the new .note section that contains descriptions of xsave layout

[PATCH v5] gdb: Print linker namespace when showing a frame
 2025-09-22 16:16 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] Fix use of "main" marker in gdb index
 2025-09-22 15:12 UTC 

[PATCH v5 0/3] Introduce syntax for linker-namespace specific symbols
 2025-09-22 14:01 UTC  (3+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "

[PATCH v3 00/12] fix PR gdb/19340
 2025-09-22 13:30 UTC  (12+ messages)
` [PATCH v3 02/12] gdb, record: notify_normal_stop on 'record stop' when selected thread moves
` [PATCH v3 03/12] gdb, btrace: simplify gdb.btrace/multi-inferior.exp

[PATCH v2 1/1] gdb, testsuite: Fix argument unused warning with clang
 2025-09-22 11:34 UTC  (3+ messages)

[pushed 1/7] [gdb/testsuite, tclint] Fix gdb.guile
 2025-09-22  4:32 UTC  (8+ messages)
` [pushed 2/7] [gdb/testsuite, tclint] Fix gdb.reverse
` [pushed 3/7] [gdb/testsuite, tclint] Fix gdb.fortran
` [pushed 4/7] [gdb/testsuite, tclint] Fix gdb.btrace
` [pushed 5/7] [gdb/testsuite] Fix hardcoded constant in gdb.python/py-pp-maint.exp
` [pushed 6/7] [gdb/testsuite, tclint] Fix gdb.python
` [pushed 7/7] [gdb/testsuite, tclint] Fix gdb.threads

[PATCH] gdb: new maintenance command to help debug remote argument issues
 2025-09-21 16:23 UTC  (3+ messages)

[pushed] Fix test in anonymous_struct_prefix
 2025-09-20 20:08 UTC 

[PATCH v3] [gdb/tdep] Add "maint set console-translation-mode <binary|text>" command
 2025-09-20  7:34 UTC  (13+ messages)
    ` [PATCH] New '--binary' command line option, fix gdb.mi/ testing on Windows
        ` [PATCH v2] New '--binary-output' "

[PATCH] gcore: Remove bashisms and use POSIX sh
 2025-09-20  0:39 UTC  (3+ messages)

[PATCH 1/2] gdb: fix long options with arguments in gcore-1.in and gstack-1.in
 2025-09-20  0:32 UTC  (5+ messages)
` [PATCH 2/2] gdb: make gcore-1.in and gstack-1.in shellcheck-clean

[PATCH] gdb/dap: add option commandEscapePrefix
 2025-09-19 20:41 UTC  (5+ messages)

[PATCH v3 0/7] gdb::parallel_for_each dymamic partitioning
 2025-09-19 20:27 UTC  (8+ messages)
` [PATCH v3 1/7] gdbsupport: re-work parallel_for_each test, again
` [PATCH v3 2/7] gdbsupport: use dynamic partitioning in gdb::parallel_for_each
` [PATCH v3 3/7] gdbsupport: add iterator_range::empty
` [PATCH v3 4/7] gdbsupport: use iterator range in parallel_for_each interface
` [PATCH v3 5/7] gdbsupport: factor out work queue from parallel-for.h
` [PATCH v3 6/7] gdbsupport: add async parallel_for_each version
` [PATCH v3 7/7] gdb/dwarf: use dynamic partitioning for DWARF CU indexing

[PATCH v2 1/4] gdbsupport: use dynamic partitioning in gdb::parallel_for_each
 2025-09-19 20:15 UTC  (15+ messages)
` [PATCH v2 2/4] gdbsupport: factor out work queue from parallel-for.h
` [PATCH v2 3/4] gdbsupport: add async parallel_for_each version
` [PATCH v2 4/4] gdb/dwarf: use dynamic partitioning for DWARF CU indexing

[PATCH] Correct bounds check when working around GAS DWARF 5 directory table bug
 2025-09-19 18:06 UTC  (3+ messages)

[PATCH] Change DAP condition for Ada exception catchpoint
 2025-09-19 17:33 UTC  (2+ messages)

[PATCH v2] [gdb/symtab] Fix DW_TAG_member regression
 2025-09-19 17:31 UTC  (3+ messages)

[PATCH v2 0/1] gdb: resolve type to target_type in expression evaluation
 2025-09-19 17:23 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v1 0/2] Add experimental option --enable-py-limited-api
 2025-09-19 16:59 UTC  (5+ messages)
` [PATCH v1 1/2] gdb: make Python conftest compatible with Python limited C API
` [PATCH v1 2/2] gdb: add experimental option --enable-py-limited-api

[pushed] [pre-commit] Update tclint to v6.0.1
 2025-09-19 16:49 UTC 

[PATCH] Clean up "return -1" in gdb.ada
 2025-09-19 16:08 UTC 

[PATCH 0/3] Allow gdbserver to tell GDB about executable and arguments
 2025-09-19 15:58 UTC  (5+ messages)
` [PATCH 1/3] gdbserver: prevent assertion caused by passing empty program name
` [PATCH 2/3] gdb/gdbserver: add new qExecAndArgs packet
` [PATCH 3/3] gdb: detect when gdbserver has no default executable set

[PATCH] Handle Ada extended access thick pointers
 2025-09-19 15:40 UTC  (3+ messages)

[PATCH] Handle optimized-out values in gdb.printing.make_visualizer
 2025-09-19 15:27 UTC  (3+ messages)

[PATCH] gdb/riscv/record: remove possibility of recording an empty instruction
 2025-09-19 11:58 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH] [pre-commit] Add tclint hook
 2025-09-19  7:14 UTC  (5+ messages)

What's the worst that could happen?
 2025-09-18 21:01 UTC 

[PATCH 0/8] Remove stabs support from GDB
 2025-09-18 20:06 UTC  (21+ messages)
` [PATCH 1/8] gdb: move some stabs functions to gdbsupport/common-utils.h
` [PATCH 2/8] gdb/mdebug: Remove stabs support from mips inferiors
` [PATCH 3/8] gdb: Remove stabs support from ELF files
` [PATCH 4/8] gdb: Remove stabs support from dbx
` [PATCH 5/8] gdb: Remove stabs support for COFF files
` [PATCH 6/8] gdb: Remove stabs support from XCOFF inferiors
` [PATCH 7/8] gdb: Fully remove stabs code from GDB
` [PATCH 8/8] gdb: remove support for dbx "

[PATCH v3 1/2] gdb/solib-target: move name out of lm_info_target
 2025-09-18 19:57 UTC  (5+ messages)
` [PATCH v3 2/2] gdb/solib: pass lm_info, original_name and name to solib constructor

[PATCH] gdb: LoongArch: Record correct frame base address
 2025-09-18 15:23 UTC  (2+ messages)

[PATCH] Have gdb.ThreadExitedEvent inherit from gdb.ThreadEvent
 2025-09-18 14:16 UTC  (4+ messages)

page: 

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