Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/10] Rename some symtab find functions
 2025-10-16  0:07 UTC  (2+ messages)
` [PATCH 02/10] gdb: rename find_pc_sect_function -> find_symbol_for_pc_sect

Fixing gdb crash issue when loading an elf file compiled with rust 1.87.0
 2025-10-15 22:53 UTC  (5+ messages)
` [PATCH] read_file_scope - avoid eventual crash when the file or directory name is null

[PATCH 0/2] use std::vector<> to hold on blocks in struct blockvector
 2025-10-15 21:34 UTC  (12+ messages)
` [PATCH 1/2] gdb: allocate blockvector on heap
` [PATCH 2/2] gdb: use std::vector<> to hold on blocks in struct blockvector

[PATCH] gdb/record: Speeding up recording in RISC-V
 2025-10-15 21:30 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/2] gdb/corelow: Fix use-after-free in gdb_read_core_file_mappings
 2025-10-15 21:11 UTC  (9+ messages)
` [PATCH 2/2] gdb/objfile: Fix use-after-free in objfile destruction

[PATCH v3] [gdb] Create script to convert old tests into Dwarf::assemble calls
 2025-10-15 21:10 UTC  (3+ messages)

[PATCH] gdb: fix slowdown during skeletonless type units processing
 2025-10-15 20:37 UTC  (4+ messages)

[PATCH] - Adapt to Python-3 print syntax
 2025-10-15 20:32 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] gdb: Make startup message more user friendly
 2025-10-15 20:30 UTC  (7+ messages)

[PUSHED] gdb/testsuite: remove incorrect global variable accesses
 2025-10-15 19:16 UTC 

[PATCH] Handle dynamic DW_AT_bit_size
 2025-10-15 15:59 UTC 

[PATCH v2] gdb: fix loading compressed scripts from `.debug_gdb_scripts`-section
 2025-10-15 14:39 UTC  (3+ messages)

[PATCH v2] [gdb/tdep] Fix inferior call return of small char array for ppc64 v1 abi
 2025-10-15 14:18 UTC  (7+ messages)

[PATCH v2] gdb/dap: add option commandEscapePrefix
 2025-10-15 14:08 UTC  (3+ messages)

[PATCH v2 0/2] Add experimental option --enable-py-limited-api
 2025-10-15 14:01 UTC  (6+ messages)
` [PATCH v2 1/2] gdb: make Python conftest compatible with Python limited C API
` [PATCH v2 2/2] gdb: add experimental option --enable-py-limited-api

[PATCH 1/2] gdb/linespec: take some parameters by reference
 2025-10-14 19:52 UTC  (5+ messages)
` [PATCH 2/2] gdb/linespec: make symbol_to_sal return an optional

[PATCH] gdb, gdbserver, gdbsupport: trim trailing whitespaces
 2025-10-14 19:43 UTC  (3+ messages)

[PATCH] [pre-commit] Add check-gnu-style
 2025-10-14 19:36 UTC  (4+ messages)
  ` [PING][PATCH] "

[PATCH 0/3] Use gnulib c-ctype module, not <ctype.h>
 2025-10-14 19:19 UTC  (3+ messages)

[RFC] gdb: fix segfault caused by using gdb-index and DWO debug information
 2025-10-14 18:33 UTC  (4+ messages)

[PATCH] gdb: remove unnecessary use of symtab_and_line in create_sals_line_offset
 2025-10-14 18:13 UTC  (3+ messages)

[PATCH 1/2] gdb/symtab: declare variables on first use in find_pc_sect_line
 2025-10-14 18:05 UTC  (5+ messages)
` [PATCH 2/2] gdb/symtab: declare variables on first use in skip_prologue_sal

[PATCH] [gdb/testsuite] Fix xfail in gdb.ada/variant_record_field.exp
 2025-10-14 16:17 UTC  (4+ messages)

[PATCH v1 0/2] Add experimental option --enable-py-limited-api
 2025-10-14 15:53 UTC  (9+ 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

[PATCH] Fix use of "main" marker in gdb index
 2025-10-14 15:50 UTC  (2+ messages)

[PATCH] [gdb/tdep] Revert "Fix inferior call return of small char array for ppc64 v1 abi"
 2025-10-14 15:36 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.ada/extended-access.exp on riscv64-linux
 2025-10-14 15:02 UTC  (2+ messages)

[PATCHv2] gdb: include NT_I386_TLS note in generated core files
 2025-10-14 14:12 UTC  (3+ messages)
` [PATCHv3] "

[pushed] [gdb/build] Fix buildbreaker on x86_64-freebsd in gdb/fbsd-nat.c
 2025-10-14  9:57 UTC 

[PATCH] [gdb/testsuite] Fix ERROR in gdb.tui/corefile-run.exp
 2025-10-14  9:42 UTC  (2+ messages)

[PATCH 0/3] Core file Python API
 2025-10-14  9:12 UTC  (7+ messages)
` [PATCHv2 "
  ` [PATCHv2 2/3] gdb: make structured core file mappings processing global

[PATCH v3 00/44] A new target to debug Intel GPUs
 2025-10-14  6:34 UTC  (3+ messages)

[PATCH] gcore: Remove bashisms and use POSIX sh
 2025-10-14  4:47 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[pushed] Fix use-after-free when destroying objfile
 2025-10-14  3:39 UTC 

[PATCH 0/4] gdb: Display fp8 format for AArch64 registers
 2025-10-14  0:56 UTC  (4+ messages)
` [PATCH 3/4] gdb/aarch64: Display fp8 formats in registers

Allocate compunit_symtab on the heap
 2025-10-13 16:32 UTC  (12+ messages)
` [PATCH 1/3] Allocate compunit_symtab on heap
` [PATCH 2/3] Use std::unique_ptr in compunit_symtab
` [PATCH 3/3] Return references from compunit_symtab iterator

[PATCH] [gdb/testsuite] Use expect_build_id_in_core_file a bit more
 2025-10-13 16:15 UTC  (2+ messages)

[PATCH v2 0/5] gdb/aarch64: Support for FPMR
 2025-10-13 14:53 UTC  (15+ messages)
` [PATCH v2 1/5] gdb/aarch64: Enable FPMR for AArch64 in gdb on Linux
` [PATCH v2 2/5] gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver "
` [PATCH v2 3/5] gdb/aarch64: signal frame support for fpmr
` [PATCH v2 4/5] gdb/aarch64: core file support for FPMR
` [PATCH v2 5/5] gdb/aarch64: Tests for fpmr

[PATCH] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in riscv
 2025-10-13 11:17 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-10-13  7:19 UTC  (16+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "
` [PATCH 9/9] gdb, mi: Add -shadow-stack-list-frames command

[PATCH v4] Add .clang-format
 2025-10-13  6:59 UTC  (6+ messages)

[PATCH v2 0/2] Handle the new .note section introduced in Linux
 2025-10-12 19:20 UTC  (6+ messages)
` [PATCH v2 1/2] core: Consume the new .note section that contains descriptions of xsave layout
` [PATCH v2 2/2] gcore: Create a new .note section for x86

[PATCH] gdb: use current executable for 'remote exec-file' in some cases
 2025-10-12 13:13 UTC  (10+ messages)
` [PATCH 0/2] Auto setting of 'remote exec-file'
  ` [PATCH 1/2] gdb/remote: replace use of std::pair with an actual struct
  ` [PATCH 2/2] gdb: use current executable for 'remote exec-file' in some cases

Wanna know who's fantasizing about you?
 2025-10-12  1:13 UTC 

GDB 17.1 release update -- 2025-10-11
 2025-10-11 23:26 UTC 

[PATCH] [gdb/doc] AArch64: Fix SME za register description
 2025-10-11 14:49 UTC  (2+ messages)

[pushed] gdb/symtab: remove section parameter from find_function_start_sal
 2025-10-11  4:04 UTC 

[RFC v7 00/19] Add Python "JIT" API
 2025-10-10 20:51 UTC  (11+ messages)
` [RFC v7 02/19] gdb: introduce compunit_symtab::maybe_contains
` [RFC v7 06/19] gdb: use std::vector<> to hold on blocks in struct blockvector
` [RFC v7 07/19] gdb/python: add gdb.Compunit

[pushed] gdb: introduce new function create_function_type
 2025-10-10 20:43 UTC 

[PATCH v5 0/3] Introduce syntax for linker-namespace specific symbols
 2025-10-10 20:12 UTC  (4+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "
    ` [PINGv3][PATCH "

[PING][PATCH v10 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-10-10 19:54 UTC  (2+ messages)

[PATCHv2] gdb: crash if thread unexpectedly disappears from thread list
 2025-10-10 15:08 UTC  (8+ messages)
` [PATCHv3] "

[PATCH] gdb: notify of inferior switch when needed from 'thread' command
 2025-10-10 14:47 UTC  (3+ messages)

[PATCH] Fix AIX CI build break
 2025-10-10 10:52 UTC  (2+ messages)

[PATCH] gdb: fix loading compressed scripts from `.debug_gdb_scripts`-section
 2025-10-09 21:42 UTC  (4+ messages)

[PATCH 0/4] Some post-"search via psyms" cleanups
 2025-10-09 21:37 UTC  (9+ messages)
` [PATCH 3/4] Clean up iterate_over_symtabs
` [PATCH 4/4] Remove linespec.c:symtab_collector class

[PATCH] doc/gdb.texinfo: Add EIO and ENOSYS errno values
 2025-10-09 15:28 UTC  (5+ messages)

GNU Tools Cauldron 2025 - Videos are public
 2025-10-09 10:15 UTC 

[pushed] gdb/testsuite: make gdb.tui/gdb.sh work with dash
 2025-10-09  1:54 UTC 

[PATCH 0/4] fix some per-inferior settings oversights
 2025-10-08 20:36 UTC  (5+ messages)
` [PATCH 4/4] gdb: add tests for per-inferior settings

[pushed] [gdb/testsuite] Fix bp loc in gdb.server/fetch-exec-and-args.exp
 2025-10-08 20:33 UTC 

page:  |  | latest

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