[PATCH v2 0/2] Add experimental option --enable-py-limited-api
2025-10-20 15:23 UTC (7+ 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] Drop bashism from configure script
[PATCH v5] gdb: Print linker namespace when showing a frame
2025-10-20 14:43 UTC (3+ messages)
[PATCH v3 0/3] use std::vector<> to hold on blocks in struct blockvector
2025-10-20 13:38 UTC (4+ messages)
` [PATCH v3 1/3] gdb: "
` [PATCH v3 2/3] gdb: add block ordering predicate for ordering blocks in blockvector
` [PATCH v3 3/3] gdb: update mdebugread.c to use blockvector::block_less_than
[PING][PATCH v2] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in riscv
2025-10-20 11:39 UTC
[PATCH v2] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in riscv
2025-10-20 11:27 UTC
[PATCH] [gdb/testsuite] Fix gdb.tui/resize-3.exp on ppc64-linux
2025-10-20 10:08 UTC (6+ messages)
[PATCH] [gdb/testsuite] Use with_cwd in gdb.src/pre-commit.exp
2025-10-20 9:21 UTC (2+ messages)
` [pushed] "
[PATCH] [gdb/testsuite] Fix xfail in gdb.ada/variant_record_field.exp
2025-10-20 7:46 UTC (7+ messages)
[PATCH] - Adapt to Python-3 print syntax
2025-10-20 2:25 UTC (11+ messages)
` [PATCH v2] "
` Ready for Write After Approval - "
` Contributor guidelines - "
` Thank you "
[PATCH] [gdb/testsuite] Use gnat_version_compare in gdb.ada
2025-10-19 19:42 UTC
[PATCH] Fix use of "main" in gdb_index with C++
2025-10-19 19:08 UTC
[PATCH] Only set call site if not empty
2025-10-19 16:14 UTC
[PATCH] [gdb/testsuite] Add gdb.src/pre-commit.exp
2025-10-19 12:22 UTC (2+ messages)
[PATCH] [pre-commit] Add check-gnu-style
2025-10-19 11:45 UTC (7+ messages)
` [PING][PATCH] "
[PATCH] [pre-commit] Move check-gnu-style to post-commit stage
2025-10-19 11:44 UTC
[PATCH 00/10] Rename some symtab find functions
2025-10-19 4:07 UTC (12+ messages)
` [PATCH 01/10] gdb: rename find_pc_function -> find_symbol_for_pc
` [PATCH 02/10] gdb: rename find_pc_sect_function -> find_symbol_for_pc_sect
` [PATCH 03/10] gdb: rename find_pc_sect_containing_function -> find_symbol_for_pc_sect_maybe_inline
` [PATCH 04/10] gdb: rename find_pc_compunit_symtab -> find_compunit_symtab_for_pc
` [PATCH 05/10] gdb: rename find_pc_sect_compunit_symtab -> find_compunit_symtab_for_pc_sect
` [PATCH 06/10] gdb: rename find_pc_line_pc_range -> find_line_pc_range_for_pc
` [PATCH 07/10] gdb: rename find_pc_line -> find_sal_for_pc
` [PATCH 08/10] gdb: rename find_pc_sect_line -> find_sal_for_pc_sect
` [PATCH 09/10] gdb: rename find_pc_line_symtab -> find_symtab_for_pc
` [PATCH 10/10] gdb: rename find_line_pc_range -> find_pc_range_for_sal
[PATCH v2 0/3] use std::vector<> to hold on blocks in struct blockvector
2025-10-17 20:27 UTC (5+ messages)
` [PATCH v2 1/3] gdb: "
` [PATCH v2 2/3] gdb: add block ordering predicate for ordering blocks in blockvector
` [PATCH v2 3/3] gdb: update mdebugread.c to use blockvector::block_less_than
[PATCH] [gdb/python] Use PyConfig for python 3.9
2025-10-17 18:35 UTC (7+ messages)
[PATCH 1/1] gdb/dap: Support multiple inferiors when using DAP
2025-10-17 18:33 UTC
[PATCH 0/8] Remove stabs support from GDB
2025-10-17 15:33 UTC (4+ messages)
` [PATCH 6/8] gdb: Remove stabs support from XCOFF inferiors
[PATCH] gdb: restore warning when core file and executable don't match
2025-10-17 15:27 UTC (3+ messages)
[PATCH v2] Write entire buffer in gdbserver write_prim
2025-10-17 14:55 UTC
[PATCH] Write entire buffer in gdbserver write_prim
2025-10-17 14:54 UTC (4+ messages)
[PATCH] infcall: Add support for integer literals as reference function paramters
2025-10-17 14:49 UTC (2+ messages)
[PATCH] gdb: Make startup message more user friendly
2025-10-17 14:10 UTC (8+ messages)
[PATCH 0/3] Core file Python API
2025-10-17 13:32 UTC (14+ messages)
` [PATCHv2 "
` [PATCHv2 2/3] gdb: make structured core file mappings processing global
` [PATCHv2 3/3] gdb/python: add Corefile.mapped_files method
[PATCH 0/4] gdb: Display fp8 format for AArch64 registers
2025-10-17 10:20 UTC (5+ messages)
` [PATCH 3/4] gdb/aarch64: Display fp8 formats in registers
[PATCH v2 0/5] gdb/aarch64: Support for FPMR
2025-10-16 22:01 UTC (6+ messages)
` [PATCH v2 2/5] gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver on Linux
[PATCH 0/3] Use gnulib c-ctype module, not <ctype.h>
2025-10-16 21:50 UTC (5+ messages)
[PATCH] gdb: remove attempted type de-duplication when building gdb-index
2025-10-16 18:11 UTC (2+ messages)
` [PATCHv2] "
[PATCHv2 0/7] Inline Function Optimised Code Debug Improvements
2025-10-16 17:49 UTC (9+ messages)
` [PATCHv3 "
` [PATCHv3 1/7] gdb: improve line number lookup around inline functions
` [PATCHv3 2/7] gdb: handle empty ranges for inline subroutines
` [PATCHv3 3/7] gdb: split dwarf line table parsing in two
` [PATCHv3 4/7] gdb: move block range recording into its own function
` [PATCHv3 5/7] gdb: create address map after parsing all DIE
` [PATCHv3 6/7] gdb: record block end addresses while parsing DIEs
` [PATCHv3 7/7] gdb: fix-up truncated inline function block ranges
[pushed] Bump 'isort' version for pre-commit
2025-10-16 17:08 UTC
[PATCH v3] [gdb] Create script to convert old tests into Dwarf::assemble calls
2025-10-16 15:55 UTC (7+ messages)
[PATCH] [gdb/tdep] Fix inferior call return of small char array for ppc64 v1 abi some more
2025-10-16 14:45 UTC (2+ messages)
[PATCH] [gdb/tdep] Revert "Fix inferior call return of small char array for ppc64 v1 abi"
2025-10-16 13:49 UTC (3+ messages)
[PATCH v3] [gdb/c++] Fix hang on whatis std::string::npos
2025-10-16 9:58 UTC (2+ messages)
[PATCH v2] [gdb/c++] Fix hang on whatis std::string::npos
2025-10-16 7:49 UTC (4+ messages)
Fixing gdb crash issue when loading an elf file compiled with rust 1.87.0
2025-10-15 22:53 UTC (4+ 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] gdb: fix slowdown during skeletonless type units processing
2025-10-15 20:37 UTC (4+ 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 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)
[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 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/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 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 (5+ messages)
` [PATCH v3] "
[pushed] Fix use-after-free when destroying objfile
2025-10-14 3:39 UTC
Allocate compunit_symtab on the heap
2025-10-13 16:32 UTC (4+ messages)
` [PATCH 1/3] Allocate compunit_symtab on heap
[PATCH] [gdb/testsuite] Use expect_build_id_in_core_file a bit more
2025-10-13 16:15 UTC (2+ messages)
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