Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] [gdb/cli] Improve the pagination prompt
 2025-07-15 19:37 UTC 

[PATCH v10 00/10] GDB support for DW_AT_trampoline
 2025-07-15 18:47 UTC  (11+ messages)
` [PATCH v10 01/10] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v10 02/10] gdb/symtab: add lookup for trampoline functions
` [PATCH v10 03/10] gdb: handle stepping through functions with DW_AT_trampoline
` [PATCH v10 04/10] gdb: Skip trampoline frames for the backtrace command
` [PATCH v10 05/10] gdb: Skip trampoline functions for the finish and reverse-finish commands
` [PATCH v10 06/10] gdb: Skip trampoline functions for the up command
` [PATCH v10 07/10] gdb: Skip trampoline functions for the return command
` [PATCH v10 08/10] gdb, mi: Skip trampoline functions for the -stack-list-frames command
` [PATCH v10 09/10] gdb, mi: Skip trampoline functions for the -stack-list-arguments command
` [PATCH v10 10/10] gdb: Filter trampoline frames in backtrace when using Python frame-filters

[PATCH 0/4] [gdb/testsuite] Fix some fails when building with minimal support
 2025-07-15 17:00 UTC  (5+ messages)
` [PATCH 1/4] [gdb/testsuite] Fix gdb.base/break-dbg.exp without xml support
` [PATCH 2/4] [gdb/testsuite] Fix gdb.multi/pending-bp.exp without python support
` [PATCH 3/4] [gdb/testsuite] Fix gdb.base/backtrace-through-cu-nodebug.exp "
` [PATCH 4/4] [gdb/testsuite] Restructure gdb.base/backtrace-through-cu-nodebug.exp

(no subject)
 2025-07-15 12:47 UTC 

Potential patch to remove Emacs "confuzzed" comment
 2025-07-15 11:35 UTC  (3+ messages)

[PATCH v5 00/12] Add CET shadow stack support
 2025-07-15 10:28 UTC  (14+ messages)
` [PATCH v5 01/12] gdb, testsuite: Extend core_find procedure to save program output
` [PATCH v5 05/12] gdb, gdbserver: Use xstate_bv for target description creation on x86

[PATCH] Replace 'return -1; ' with error() in getpkt() to avoid error in fromhex()
 2025-07-15  9:56 UTC  (2+ messages)

[PATCH 0/3] extending the amd64 prologue analyzer
 2025-07-15  7:37 UTC  (5+ messages)
` [PATCH 1/3] gdb, amd64: extend the amd64 prologue analyzer to skip register pushes
` [PATCH 2/3] gdb, amd64: return after amd64_analyze_frame_setup if current_pc reached
` [PATCH 3/3] gdb, amd64: extend the amd64 prologue analyzer to skip stack alloc
` [PING] [PATCH 0/3] extending the amd64 prologue analyzer

[PATCH v10 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-07-15  7:08 UTC  (2+ messages)
` [PING][PATCH "

[PATCH 00/10] Move solib ops data to *_solib_ops
 2025-07-14 19:28 UTC  (12+ messages)
` [PATCH 01/10] gdb: de-constify some methods of solib_ops
` [PATCH 02/10] gdb/solib-rocm: add current inferior asserts before target fileio calls
` [PATCH 03/10] gdb/solib-rocm: pass reference to cache to rocm_code_object_stream_file
` [PATCH 04/10] gdb/solib-rocm: add cached_fd to manage cached fd lifetime
` [PATCH 05/10] gdb/solib-rocm: move per-inferior data to rocm_solib_ops
` [PATCH 06/10] gdb/solib-dsbt: move per-pspace data into dsbt_solib_ops
` [PATCH 07/10] gdb/solib-darwin: move per-pspace data to darwin_solib_ops
` [PATCH 08/10] gdb/solib-svr4: move per-pspace data to svr4_solib_ops
` [PATCH 09/10] gdb/solib-aix: move per-pspace data to aix_solib_ops
` [PATCH 10/10] gdb/solib: remove program space parameter from solib_ops::clear_solib

[pushed] gdb/amd64-linux-tdep: add missing space
 2025-07-14 18:26 UTC 

[PATCH 0/3] gdbserver: use getopt_long for argument processing
 2025-07-14 14:31 UTC  (4+ messages)
` [PATCH 1/3] gdbserver: convert locals to `bool` in captured_main
` [PATCH 2/3] gdbserver: exit with code 1 after missing packet name
` [PATCH 3/3] gdbserver: switch to using getopt_long for argument processing

[PATCH] [gdb/build] Work around GCC ipa-modref bug
 2025-07-14  9:36 UTC  (5+ messages)

[PATCH v2 00/47] A new target to debug Intel GPUs
 2025-07-14  2:35 UTC  (15+ messages)
` [PATCH v2 05/47] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH v2 06/47] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH v2 07/47] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH v2 08/47] gdb, intelgt: add disassemble feature for the Intel GT architecture
` [PATCH v2 09/47] gdbsupport, filestuff, ze: temporary files
` [PATCH v2 10/47] gdb, gdbserver, ze: in-memory libraries

[FYI] gdb: add Aaron Griffith to gdb/MAINTAINERS
 2025-07-12 12:46 UTC 

[PATCH] Fix unwinding when restoring a register from one of a greater size
 2025-07-11 23:23 UTC 

[PATCH v4 0/3] Introduce syntax for linker-namespace specific symbols
 2025-07-11 19:00 UTC  (5+ messages)
` [PATCH v4 1/3] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH v4 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v4 3/3] gdb: extend the [[N]]::foo syntax for files

[PATCH 0/2] Fix two regressions following solib_ops C++ification
 2025-07-11 17:51 UTC  (6+ messages)
` [PATCH 1/2] gdb/remote: use scoped_restore_current_program_space in remote_unpush_target
` [PATCH 2/2] gdb/remote: call target_pre_inferior in remote_target::remote_add_inferior

[PATCH 1/2] gdb: fix formatting in solib.c
 2025-07-11 17:22 UTC  (2+ messages)
` [PATCH 2/2] gdb: use skip_spaces in info_linker_namespace_command

[pushed] gdb: remove two unused includes of gdbcore.h
 2025-07-11 16:54 UTC 

[pushed] gdb: fix formatting in solib.c
 2025-07-11 16:54 UTC 

[PATCH] gdb/solib-svr4: use program space from solib in find_debug_base_for_solib
 2025-07-11 15:24 UTC  (3+ messages)

[PATCH 1/1] gdb, breakpoint: use breakpoint_debug_printf
 2025-07-11 15:22 UTC  (6+ messages)

[PATCH 00/11] Improve recording support for AVX instructions
 2025-07-11 15:07 UTC  (2+ messages)

[PATCH v3 0/3] Introduce syntax for linker-namespace specific symbols
 2025-07-10 21:56 UTC  (11+ messages)
` [PATCH v3 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v3 3/3] gdb: extend the [[N]]::foo syntax for files
` [PING][PATCH v3 0/3] Introduce syntax for linker-namespace specific symbols

[PATCH] gdb/record: Support wfi, sret and mret instructions in risc-v
 2025-07-10 19:09 UTC  (2+ messages)

[committed] sim: riscv: Fix build issue due to INSN_CLASS_C was changed to INSN_CLASS_ZCA
 2025-07-10 13:53 UTC 

[PATCH] libiberty: sync with gcc
 2025-07-10 13:30 UTC 

[PATCH] [gdb/testsuite] Rewrite escaped double quotes
 2025-07-10 10:31 UTC 

[PATCH] [gdb/testsuite] Rewrite escaped double quotes
 2025-07-10 10:17 UTC 

[PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd
 2025-07-09 18:13 UTC  (6+ messages)
` [PATCH 1/3] [gdb/testsuite] Issue \r\n for bsd
` [PING][PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd

[PATCH v2] RISC-V: Fix ISA string detection for disassembly
 2025-07-09 15:53 UTC  (3+ messages)

[PATCH v2 0/6] Fix for PR 29518 and more
 2025-07-09 15:35 UTC  (7+ messages)
` [PATCH v2 1/6] gdb/dwarf: track compilation and type unit count
` [PATCH v2 2/6] gdb/dwarf: remove all_{comp,type}_units views
` [PATCH v2 3/6] gdb/dwarf: move index unit vectors to .debug_names reader and use them
` [PATCH v2 4/6] gdb/dwarf: make .gdb_index reader use its own list of units
` [PATCH v2 5/6] gdb/dwarf: sort units when writing index
` [PATCH v2 6/6] gdb/dwarf: sort dwarf2_per_bfd::all_units by (section, offset)

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

[PING v2][PATCH v13 0/2] gdb: mips: Add MIPSR6 support
 2025-07-09 13:41 UTC 

[PATCH] gdb, gdbserver: use structured bindings in a few places
 2025-07-09 13:17 UTC 

[PATCH] gdb/reverse: Add 2 AVX instructions VADDSUBPS and VADDSUBPD
 2025-07-08 20:13 UTC  (2+ messages)

[PATCH 1/2] gdb/dwarf: rename some variables in handle_member_location
 2025-07-08 19:52 UTC  (2+ messages)
` [PATCH 2/2] gdb/dwarf: apply DW_AT_bit_offset when DW_AT_data_member_location is constant block

[PATCH] Correctly handle L'\\'
 2025-07-08 14:58 UTC  (6+ messages)

[pushed] Fix wchar.exp test case per review
 2025-07-08 14:56 UTC 

[PATCH][PR breakpoints/33066] gdb: fix size of z80 "add ii, rr" and "ld (ii+d), n" instructions
 2025-07-08  9:51 UTC  (4+ messages)

[PATCH] gdb: allow b/p creation on a blank line at start of an inline func
 2025-07-08  9:46 UTC  (2+ messages)

[PATCH v3] gdb: redo whitespace-stripping from commands
 2025-07-08  9:27 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb built with -flto
 2025-07-08  6:00 UTC 

[PATCH v5 1/1] gdb, configure: Add disable-formats option for configure
 2025-07-07 20:16 UTC  (2+ messages)
` [PATCH v6] "

[PATCH] [gdb/testsuite] Fix fail in gdb.threads/main-thread-exit-during-detach.exp
 2025-07-07 19:50 UTC  (3+ messages)

[PATCHv5 0/4] Python Style API
 2025-07-07 14:43 UTC  (6+ messages)
` [PATCHv6 "
  ` [PATCHv6 1/4] gdb: allow gdb.Color to work correctly with pagination
  ` [PATCHv6 2/4] gdb/python: add gdb.Style class
  ` [PATCHv6 3/4] gdb/python: new class gdb.StyleParameterSet
  ` [PATCHv6 4/4] gdb/python: extend gdb.write to support styled output

[PATCH] [gdb] Handle errors in observable::notify
 2025-07-07 13:41 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH 0/2] [gdb/testsuite] gdb.base/default.exp improvements
 2025-07-07 13:40 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] gdb/amd-dbgapi: make get_amd_dbgapi_inferior_info return a reference
 2025-07-07 13:32 UTC 

[PATCH v3] [gdb/tui] Handle unicode chars in prompt
 2025-07-06  7:47 UTC  (2+ messages)

[pushed 0/2] [gdb/tdep] Fix maint selftest on freebsd
 2025-07-05 11:30 UTC  (3+ messages)
` [pushed 1/2] [gdb/tdep] Fix doc string of kvm pcb/proc command
` [pushed 2/2] [gdb/tdep] Fix selftest scoped_mmap on freebsd

[PATCH 0/2] Add results summary for 'make check-all-boards'
 2025-07-05 10:21 UTC  (3+ messages)

[FYI] Add myself to gdb/MAINTAINERS
 2025-07-05  0:53 UTC 

GDB 17.1 release -- 2025-07-04
 2025-07-04 21:53 UTC 

[PATCH v2 1/4] gdbsupport: use dynamic partitioning in gdb::parallel_for_each
 2025-07-03 20:01 UTC  (4+ 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] gdb/linux-nat: initialize lwp_info::syscall_state
 2025-07-03 19:48 UTC  (3+ messages)

[PATCH v2] gdb/dwarf2: Add symbols for function declarations
 2025-07-03 19:45 UTC 

[PATCH 1/6] gdb: re-work parallel-for-selftests.c
 2025-07-03 19:36 UTC  (9+ messages)
` [PATCH 3/6] gdbsupport: use dynamic partitioning in gdb::parallel_for_each

[PATCH 0/2] gdb/alpha: Add target description support and fpcr flags
 2025-07-03 16:49 UTC  (22+ messages)
` [PATCH 1/2] gdb/alpha: Add target description support

[pushed] gdb/testsuite: remove spurious whitespace in gdb.python/py-symbol.exp
 2025-07-03 16:11 UTC 

[PATCH v10 0/2] gdb: setting BP with multiple locations only displays one location
 2025-07-03 13:38 UTC  (4+ messages)
` [PATCH v10 1/2] gdb: extend gdb_breakpoint for multiple locations
` [PATCH v10 2/2] gdb, breakpoint: output multiple bp locations

[PATCH v3 00/12] fix PR gdb/19340
 2025-07-03  6:51 UTC  (2+ messages)

[PATCH v8 0/4] Tab complete convenience variables
 2025-07-02 19:08 UTC  (5+ messages)
` [PATCH v8 1/4] gdb: Do not create variables when parsing expressions
` [PATCH v8 4/4] gdb/testsuite: Test init-if-undefined

[pushed] [gdb/testsuite] Use support_displaced_stepping in gdb.arch/amd64-disp-step-avx.exp
 2025-07-02 16:05 UTC 

[PATCH] [gdb/testsuite] Fix gdb.arch/amd64-disp-step-avx.exp on x86_64-freebsd
 2025-07-02  0:32 UTC  (2+ messages)

[RFC] [gdb/python] Reimplement gdb.interrupt race fix
 2025-07-01 22:05 UTC  (5+ messages)

[PATCH] Fix handling of terminal escape sequences in TUI
 2025-07-01 21:59 UTC  (3+ messages)

[PATCH] Improve attach on Windows
 2025-07-01 16:36 UTC  (4+ messages)

[PATCH 0/4] [gdb/testsuite] mingw+msys2 fixes
 2025-07-01 16:22 UTC  (7+ messages)
` [PATCH 4/4] [gdb/testsuite] Support clean_restart $binfile

[PATCH v2] [gdb/testsuite] Support clean_restart $binfile
 2025-07-01 16:06 UTC 

[PATCH] [gdb/testsuite] Fix gdb.arch/amd64-disp-step-self-call.exp on freebsd
 2025-07-01 12:59 UTC  (2+ messages)

[PATCH v2] [gdb/testsuite] Fix gdb.arch/amd64-disp-step-self-call.exp on freebsd
 2025-07-01 12:56 UTC 

page: 

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