Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/13] reimplement readnow_functions
 2025-12-03 17:46 UTC  (12+ messages)
` [PATCH v2 01/13] gdb: reimplement readnow_functions::search
` [PATCH v2 12/13] gdb/testsuite: fix few tests after change in readnow_functions
` [PATCH v2 13/13] gdb: update message in symbol_file_add_with_addrs after changes "

[PATCH] gdb: add tutorial command
 2025-12-03 17:27 UTC  (7+ messages)

[PATCH 1/2] [gdbsupport] Handle Makefile.in and unordered_dense in .gitattributes
 2025-12-03 16:29 UTC  (4+ messages)
` [PATCH 2/2] [gdbsupport] Clean whitespace
` [PP?] [PATCH 1/2] [gdbsupport] Handle Makefile.in and unordered_dense in .gitattributes

[PATCH] sim: Support multiple values for --enable-targets
 2025-12-03 16:27 UTC  (2+ messages)

[PATCH] [gdb] Fix typos in gdb/dwarf2
 2025-12-03 16:17 UTC  (3+ messages)

[PATCH 0/7] Objective-C fixes
 2025-12-03 15:24 UTC  (7+ messages)
` [PATCH 2/7] Make the gdb.objc tests compile

[PATCH] gdb/guile: remove support for Guile < 2.2
 2025-12-03 13:15 UTC  (13+ messages)

[PATCH v3] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in RISC-V
 2025-12-03 11:30 UTC  (4+ messages)

[PATCH v3] Print more template parameters with ptype
 2025-12-03 11:05 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix ERROR: can't read _line_unit_advertised_version: no such variable
 2025-12-03  9:27 UTC 

[PATCH 0/2] [gdb] Clean whitespace in *.ac and *.m4 files
 2025-12-03  8:52 UTC  (7+ messages)
` [PATCH 1/2] [gdb] Handle *.ac and *.m4 files in .gitattributes
  ` [PP?] "
` [PATCH 2/2] [gdb] Clean whitespace in *.ac and *.m4 files

[PATCH] binutils-gdb/git: Handle *.ac and *.m4 files in .gitattributes
 2025-12-03  8:51 UTC 

[PATCH] [gdb/symtab] Bail out for too short line header
 2025-12-03  8:00 UTC  (4+ messages)
` [PING][PATCH] "

[PATCH] RISC-V: Fix incorrect .size calculation for bar function in gdb/testsuite/gdb.arch/riscv-unwind-long-insn.S
 2025-12-03  1:44 UTC  (8+ messages)

[pushed] gdb: update blockvector::lookup
 2025-12-02 21:58 UTC  (6+ messages)
` [pushed] gdb: change blockvector::contains() to handle blockvectors with "holes"
` [pushed] gdb: add unittests for blockvector lookup functions
` [pushed] gdb: update is_addr_in_objfile to support "dynamic" objfiles

[PATCH] gdb: remove find_target_at
 2025-12-02 21:09 UTC 

[PATCH v3] [gdb/symtab] Fix DW_TAG_member regression
 2025-12-02 21:06 UTC  (2+ messages)

[PATCH] gdb/ser-unix: work around conflicting types for tcflag_t
 2025-12-02 19:47 UTC  (3+ messages)

[PATCH v2] Print more template parameters with ptype
 2025-12-02 17:49 UTC  (4+ messages)

[PATCH] Require GNAT 8 for gdb.ada/recursive-access.exp
 2025-12-02 15:36 UTC  (2+ messages)

[PATCH] gdb: allow 'set args' and run commands to contain newlines
 2025-12-02 14:59 UTC  (4+ messages)
  ` [PATCHv2] "

Commit: Binutils: Add support for DW_AT_language_name and DW_AT_language_version
 2025-12-02 11:08 UTC 

[PATCH] gdb/testsuite: fix a few typos
 2025-12-02  8:07 UTC  (8+ messages)

New ARI warning Tue Dec 2 02:00:20 GMT 2025
 2025-12-02  2:00 UTC 

[PATCH] Print more template parameters with ptype
 2025-12-02  1:43 UTC  (3+ messages)

[pushed] gdbserver: remove leftovers from tic6x target_desc selftests
 2025-12-01 21:24 UTC 

[PATCH] gdb: propagate use of target_desc unique pointers
 2025-12-01 21:20 UTC  (3+ messages)

[pushed] gdb/MAINTAINERS: add Christina Schimpe as x86-64 and i386 maintainer
 2025-12-01 20:53 UTC  (3+ messages)

[PATCH 0/3 v4] gdb: Make printing enum types prettier
 2025-12-01 20:23 UTC  (6+ messages)
` [PATCH 1/3] gdb: Move logic for printing enums to a helper function
` [PATCH 2/3] gdb: Replace \r\n with multi_line to make tests more readable
` [PATCH 3/3] gdb: Make printing enum types prettier

[PATCH] DAP: accept requests with '"arguments": null'
 2025-12-01 20:17 UTC 

[PATCH v2 0/8] Type unit + split DWARF fixes (PR 33307)
 2025-12-01 19:57 UTC  (7+ messages)
` [PATCH v2 1/8] gdb/testsuite/dwarf: ensure build_executable_and_dwo_files calls untested in all failure paths
` [PATCH v2 8/8] gdb/dwarf: clarify meaning dwarf2_per_cu::{m_section, m_sect_off, m_length} in presence of DWO file

[PATCH gdb-17-branch 0/8] Type unit + split DWARF fixes (PR 33307)
 2025-12-01 19:56 UTC  (9+ messages)
` [PATCH gdb-17-branch 1/8] gdb/testsuite/dwarf: ensure build_executable_and_dwo_files calls untested in all failure paths
` [PATCH gdb-17-branch 2/8] gdb/testsuite/dwarf: use single abbrev table in .dwo files
` [PATCH gdb-17-branch 3/8] gdb/testsuite/dwarf: convert _section proc to use parse_options
` [PATCH gdb-17-branch 4/8] gdb/testsuite/dwarf: emit type unit sections as COMDAT
` [PATCH gdb-17-branch 5/8] gdb/dwarf: when in dwarf2_cu, read addr_size from dwarf2_cu::header
` [PATCH gdb-17-branch 6/8] gdb/dwarf: store addr/offset/ref_addr sizes in dwarf2_per_cu
` [PATCH gdb-17-branch 7/8] gdb/dwarf: use dwarf2_per_cu::ref_addr_size in one spot
` [PATCH gdb-17-branch 8/8] gdb/dwarf: clarify meaning dwarf2_per_cu::{m_section, m_sect_off, m_length} in presence of DWO file

[PATCH 0/4] Fix a crash with Objective-C
 2025-12-01 19:32 UTC  (2+ messages)

[PATCH] Add support for new Ada task state
 2025-12-01 19:29 UTC  (2+ messages)

[PATCH 1/2] gdb/dwarf: remove nullptr prop check in dwarf2_evaluate_property
 2025-12-01 17:44 UTC  (5+ messages)
` [PATCH 2/2] gdb/dwarf: remove nullptr check in dwarf2_locexpr_baton_eval

[PATCH 0/3] Fix some issues with casting to dynamic types
 2025-12-01 17:31 UTC  (7+ messages)
` [PATCH 2/3] gdb: force lval_memory for value components with dynamic data location

[PATCH 0/2] Add warning if the native target is not supported
 2025-12-01 16:49 UTC  (20+ messages)
` [PATCH 1/2] gdb: introduce command "info architecture"
` [PATCH 2/2] gdb: add warning when no native target is available

[PATCH] [pre-commit] Move codespell-log to post-commit
 2025-12-01 15:54 UTC 

[PATCH v2] gdb/symtab.c Fix completion of template class members
 2025-12-01 14:54 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] [gdb/testsuite] Use gdb_load in gdb.rocm/break-kernel-no-debug-info.exp
 2025-12-01 14:37 UTC 

[PATCH] gdb/testsuite: make more use of clean_restart's argument
 2025-12-01 14:05 UTC  (4+ messages)
` [PATCHv2] "

[PATCHv2] gdb/aarch64: change target_ops::stopped_data_address API
 2025-12-01 13:57 UTC  (4+ messages)
` [PATCHv3] "

[PATCH] [corefiles] Sort info proc mappings table
 2025-12-01 11:42 UTC  (2+ messages)

[PATCH v2] RISC-V: Fix incorrect DW_AT_high_pc after linker relaxation
 2025-12-01  8:37 UTC  (2+ messages)

[PATCH] Remove two "unsupported" tests from gdb.dwarf2/imported-unit.exp
 2025-12-01  0:41 UTC 

GDB 17.1 release update -- 2025-11-29
 2025-11-30 11:37 UTC 

[PATCH] [gdb/testsuite] Add tclint-plugin.py
 2025-11-30  9:21 UTC  (2+ messages)

[PATCH] Fix tui new-layout -horizontal argument placement
 2025-11-29 17:40 UTC 

[PATCH] gdb: Fix tui new-layout -horizontal argument placement
 2025-11-29 15:57 UTC 

[PATCH] gdb: handle unlimited screen width case in print_gdb_hints
 2025-11-29 15:14 UTC 

New ARI warning Sat Nov 29 02:00:16 GMT 2025
 2025-11-29  2:00 UTC 

[PATCH 1/3] gdb: update doc for the $_ variable and search commands
 2025-11-28 16:17 UTC  (10+ messages)
` [PATCH 2/3] gdb: use builtin_func_ptr for the `$_` convenience var
` [PATCH 3/3] gdb: remove last_examine_address

[PATCH v11 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-11-28 15:23 UTC  (8+ messages)
` [PATCH v11 1/2] gdb: "
` [PATCH v11 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH] [gdb/testsuite] Fix gdb.base/long_long.exp on arm
 2025-11-28 12:37 UTC  (2+ messages)

[PATCH] [gdb/build, c++20] Fix UTF-8 string literal usage
 2025-11-28 11:51 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix three typos in gdb.base/long_long.exp
 2025-11-28 10:27 UTC 

[PATCH] [gdb/testsuite] Fix timeout in gdb.base/async-shell.exp
 2025-11-28  9:00 UTC 

[PATCH] gdb: implement "info proc environ"
 2025-11-28  7:55 UTC  (9+ messages)

[PATCH v2] gdb: implement "info proc environ"
 2025-11-28  7:52 UTC 

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

[PATCH v6] gdb: Print linker namespace when showing a frame
 2025-11-27 20:32 UTC  (2+ messages)
` [PING]Re: "

[PATCH v6 0/3] Introduce syntax for linker-namespace specific symbols
 2025-11-27 20:30 UTC  (2+ messages)
` [PING]Re: "

[PATCH v2] gdb/reverse: force direction to forward when stopping record
 2025-11-27 20:29 UTC  (2+ messages)
` [PING]Re: "

[PATCH v3] gdb: Make startup message more user friendly
 2025-11-27 17:27 UTC  (3+ messages)

[PATCH] gdb: test for misplaced symtab causing file not found error
 2025-11-27 15:48 UTC  (2+ messages)
` [PATCHv2] "

[PATCH v2] [pre-commit] Add pre-commit setup check
 2025-11-27 13:51 UTC  (2+ messages)

[PATCH v3] [pre-commit] Add pre-commit setup check
 2025-11-27 13:46 UTC 

[PUSHED] gdb: make test name initials lowercase in gdb.base/gdbvars.exp
 2025-11-27 13:09 UTC 

[PATCH] [gdb/tdep] Simplify i386_thiscall_push_dummy_call
 2025-11-27 11:52 UTC  (2+ messages)

[PATCH] bfd/ELF: Handle multiple build-ids in corefile
 2025-11-27  8:30 UTC  (2+ messages)

[pushed] gdb: fix some whitespace issues
 2025-11-26 20:42 UTC 

[PATCH v3 0/4] update is_addr_in_objfile to support "dynamic" objfiles
 2025-11-26 19:58 UTC  (9+ messages)
` [PATCH v3 1/4] gdb: update blockvector::lookup
` [PATCH v3 2/4] gdb: change blockvector::contains() to handle blockvectors with "holes"
` [PATCH v3 3/4] gdb: add unittests for blockvector lookup functions
` [PATCH v3 4/4] gdb: update is_addr_in_objfile to support "dynamic" objfiles

[PATCH] gdb/testsuite: remove guile "test byte at sp, before flush" test
 2025-11-26 18:16 UTC 

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-11-26 16:29 UTC  (6+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "

[RFC PATCH] gdb/py: Add pretty printer for __mfp8 for aarch64
 2025-11-26 16:08 UTC  (3+ messages)

page:  |  | latest

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