Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[pushed 01/30] [gdb/testsuite, tclint] Fix lib/ada.exp
 2025-10-05 20:50 UTC  (13+ messages)
` [pushed 02/30] [gdb/testsuite, tclint] Fix lib/completion-support.exp
` [pushed 03/30] [gdb/testsuite, tclint] Fix lib/dtrace.exp
` [pushed 04/30] [gdb/testsuite, tclint] Fix lib/gdb-guile.exp
` [pushed 05/30] [gdb/testsuite, tclint] Fix lib/cache.exp
` [pushed 06/30] [gdb/testsuite, tclint] Fix lib/debuginfod-support.exp
` [pushed 07/30] [gdb/testsuite, tclint] Fix lib/d-support.exp
` [pushed 08/30] [gdb/testsuite, tclint] Fix lib/fortran.exp
` [pushed 09/30] [gdb/testsuite, tclint] Fix lib/gdbreplay-support.exp
` [pushed 11/30] [gdb/testsuite, tclint] Fix lib/jit-elf-helpers.exp
` [pushed 14/30] [gdb/testsuite, tclint] Fix lib/rust-support.exp
` [pushed 20/30] [gdb/testsuite, tclint] Fix lib/future.exp
` [pushed 27/30] [gdb/testsuite, tclint] Fix lib/mi-support.exp

[PATCH v2 0/8] Some gdb CTF reader cleanups
 2025-10-05 20:42 UTC  (2+ messages)

[PATCHv8 0/3] new gdb.Style API
 2025-10-05 18:41 UTC  (8+ messages)
` [PATCHv9 "

[pushed] Fix some flake8 warnings
 2025-10-05 17:50 UTC 

Fixing gdb crash issue when loading an elf file compiled with rust 1.87.0
 2025-10-05 15:03 UTC 

[RFC][PATCH 0/5] [PR gdb/33469] mi, python: Fix comma location when unwinder emits async records
 2025-10-04 17:31 UTC  (4+ messages)

[PATCH] gdb: fix loading compressed scripts from `.debug_gdb_scripts`-section
 2025-10-04 13:36 UTC 

[RFC] gdb: fix segfault caused by using gdb-index and DWO debug information
 2025-10-04  5:29 UTC  (2+ messages)

[PATCH v2] [gdb] Fix assertion failure due to null frame
 2025-10-04  2:29 UTC  (6+ messages)

[PATCH] [gdb/testsuite] fix gdb.server/server-kill.exp
 2025-10-04  0:04 UTC  (2+ messages)

[PATCH] [gdb/testsuite] fix gdb.multi/checkpoint-multi.exp without symbols
 2025-10-04  0:02 UTC  (2+ messages)

[PATCH] More "return" cleanup in gdb.ada
 2025-10-03 23:58 UTC  (2+ messages)

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-10-03 20:17 UTC  (24+ messages)
` [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 9/9] gdb, mi: Add -shadow-stack-list-frames command

tclint, pre-commit and patch submissions
 2025-10-03 19:47 UTC  (4+ messages)

[PATCH 0/3] Core file Python API
 2025-10-03 19:15 UTC  (6+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/3] gdb/python: introduce gdb.Corefile API
  ` [PATCHv2 3/3] gdb/python: add Corefile.mapped_files method

gdb: PR 33384 invalid disassembler option message
 2025-10-03 18:37 UTC  (2+ messages)

[pushed] gdb: add array_view skip to gdb-gdb.gdb
 2025-10-03 18:10 UTC 

[PATCH] Clean up "return -1" in gdb.ada
 2025-10-03 18:06 UTC  (2+ messages)

[PATCH] [gdb] Fix assertion failure due to null frame
 2025-10-03 17:28 UTC  (5+ messages)

[PATCH 0/4] fix some per-inferior settings oversights
 2025-10-03 14:54 UTC  (5+ messages)
` [PATCH 1/4] gdb: use getter/setter command styles for "set tdesc filename"
` [PATCH 2/4] gdb: do not recompute values for inferior parameters when showing them
` [PATCH 3/4] gdb: make deprecated_show_value_hack use its ui_file parameter
` [PATCH 4/4] gdb: add tests for per-inferior settings

[PATCH 0/3] Allow gdbserver to tell GDB about executable and arguments
 2025-10-03 12:58 UTC  (8+ 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] Enable process record testsuite for RISC-V
 2025-10-02 23:36 UTC  (4+ messages)
  ` [pushed][PATCH] "

[PATCH] gdb/testsuite/gdb.python/py-symbol.exp: accept either rr static symbol when calling lookup_static_symbol
 2025-10-02 19:51 UTC  (3+ messages)

[PATCH] [gdb/c++] Fix hang on whatis std::string::npos
 2025-10-02 19:46 UTC  (3+ messages)

[PATCH] gdb: ensure bp_location::section is set correct to avoid an assert
 2025-10-02 19:40 UTC  (7+ messages)

[PATCH] gdb/doc: trim trailing whitespaces
 2025-10-02 18:47 UTC  (3+ messages)

[pushed] gdb: add more skips to gdb-gdb.gdb
 2025-10-02 18:46 UTC 

[PATCH v3 0/7] gdb::parallel_for_each dymamic partitioning
 2025-10-02 18:27 UTC  (11+ messages)
` [PATCH v3 7/7] gdb/dwarf: use dynamic partitioning for DWARF CU indexing

[PATCH 0/2] moving core file BFD to core_target: core file name display
 2025-10-02 18:26 UTC  (5+ messages)
` [PATCHv2 "
  ` [PATCHv2 2/2] gdb: add core file name to 'info inferiors' output

[PATCH 0/3] Add compatibility definitions for C++ thread support
 2025-10-02 18:09 UTC  (9+ messages)
` [PATCH 1/3] Remove an unused include
` [PATCH 2/3] Don't rely on deduction in run-on-main-thread.c
` [PATCH 3/3] Introduce gdbsupport/cxx-thread.h and use it

[PATCH] gdb: fix for 'set suppress-cli-notifications on' missed case
 2025-10-02 17:47 UTC  (3+ messages)

[PATCH] [pre-commit] Add pre-commit setup check
 2025-10-02 15:03 UTC 

[PATCH] [gdb/contrib] Add tclint-fix.sh
 2025-10-02 14:04 UTC  (2+ messages)

[PATCH] gdb: remove attempted type de-duplication when building gdb-index
 2025-10-02  9:36 UTC 

[PATCH 0/2] Make 'help' command more helpful for new users
 2025-10-01 20:19 UTC  (6+ messages)
` [PATCH 2/2] gdb: add beginner command class

[PATCH 0/1] Unify the GCC and GDB/Binutils .editorconfig files
 2025-10-01 15:22 UTC  (7+ messages)
` [PATCH 1/1] toplevel: unify the GCC and GDB/binutils "

[pushed][PATCH] Rewrote riscv-canonicalize-gen.py using xml file
 2025-10-01 10:17 UTC 

[pushed 0/9] [gdb/testsuite] More tclint cleaning
 2025-09-30 19:33 UTC  (10+ messages)
` [pushed 1/9] [gdb/testsuite, tclint] Document some tclint issues in tclint.toml
` [pushed 2/9] [gdb/testsuite, tclint] Fix gdb.trace
` [pushed 3/9] [gdb/testsuite, tclint] Fix gdb.cp
` [pushed 4/9] [gdb/testsuite, tclint] Fix gdb.mi
` [pushed 5/9] [gdb/testsuite, tclint] Fix gdb.dwarf2
` [pushed 6/9] [gdb/testsuite, tclint] Fix gdb.arch
` [pushed 7/9] [gdb/testsuite, tclint] Fix gdb.base
` [pushed 8/9] [gdb/testsuite, tclint] Expand gdb/testsuite/lib in tclint.toml
` [pushed 9/9] [gdb/testsuite, tclint] Further tclint fixing

[PATCH 0/3] Fix svr4_solib_ops not loading shared libraries symbols for core files
 2025-09-30 18:54 UTC  (4+ messages)
` [PATCH 1/3] [gdb/testsuite] fix typo in gdb.python/py-missing-objfile.exp
` [PATCH 2/3] Update solib when an inferior is not being executed (e.g. core files)
` [PATCH 3/3] Update shared libraries when inferior is created, even if no bfd exists

[PATCHv2] gdb/aarch64: change target_ops::stopped_data_address API
 2025-09-30 18:05 UTC  (6+ messages)
` [PATCHv3] "

[PATCH] [pre-commit] Set default_stages to pre-commit
 2025-09-30 14:48 UTC  (2+ messages)

[PATCH 0/3] Reduce size of GDB generated core files
 2025-09-30 14:14 UTC  (5+ messages)
` [PATCH 1/3] gdb: int to bool conversion in find_memory_regions API

[PATCH] Fix bug in gdb.lookup_type
 2025-09-30 14:08 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix gdb.tui/pr30056.exp arrow right test
 2025-09-30 13:36 UTC 

[PATCHv4] gdb: some process_stratum_target should not be shared
 2025-09-30 13:22 UTC  (3+ messages)

GDB 17.1 release update -- 2025-09-29
 2025-09-30  0:51 UTC 

[PATCH 0/4] Some post-"search via psyms" cleanups
 2025-09-29 20:34 UTC  (5+ messages)
` [PATCH 1/4] Convert map_symbol_filenames to method
` [PATCH 2/4] Remove an extraneous 'return' from void method
` [PATCH 3/4] Clean up iterate_over_symtabs
` [PATCH 4/4] Remove linespec.c:symtab_collector class

[PATCH v2 0/2] Handle the new .note section introduced in Linux
 2025-09-29 18:32 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 0/4] gdb: Display fp8 format for AArch64 registers
 2025-09-29 17:55 UTC  (6+ messages)
` [PATCH 1/4] libiberty: Add fp8 float formats
` [PATCH] gdb: Add support for fp8 formats
` [PATCH 3/4] gdb/aarch64: Display fp8 formats in registers
` [PATCH 4/4] gdb/aarch64: Tests for verifying fp8 register formats

[PATCH] Rewrote riscv-canonicalize-gen.py using xml file
 2025-09-29 15:36 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[pushed] Bump version of 'black' for pre-commit
 2025-09-29 14:02 UTC 

[PATCH] [gdb/python]: add the orginal_value field in RegisterChangedEvent
 2025-09-29 11:09 UTC  (6+ messages)
  ` [External Mail]Re: "

[PATCH] [gdb/testsuite] Fix ERROR in gdb.tui/corefile-run.exp
 2025-09-28  7:18 UTC 

[PATCH 0/2] [gdb/testsuite] Fix gdb.tui/tuiterm-2.exp ERROR on missing tclsh
 2025-09-26 23:55 UTC  (5+ messages)
` [PATCH 2/2] [gdb/testsuite] Drop tclsh dependency

[PATCH 0/4] [gdb/testsuite] Fix TUI tests on msys2-ucrt64
 2025-09-26 16:14 UTC  (4+ messages)
` [PATCH 2/4] [gdb/testsuite] Require allow_tui_tests in gdb.tui/tui-missing-src.exp

[PATCH 0/2] [gdb/testsuite] Two patches for gdb.tui/pr30056.exp
 2025-09-26 16:10 UTC  (2+ messages)

[PATCH 0/4] Propagate more exceptions from DAP requests
 2025-09-26 15:28 UTC  (2+ messages)

[PATCH v2 1/3] gdbserver, read_ptid: handle '0' and '-1' thread ids
 2025-09-26  8:47 UTC  (3+ messages)
` [PATCH v2 2/3] gdb, remote: fix set_thread () in start_remote ()
` [PATCH v2 3/3] gdb, gdbserver: fix read/write_ptid types

[PATCH 1/2] gdbserver, read_ptid: handle '0' and '-1' thread ids
 2025-09-26  6:43 UTC  (7+ messages)

[PATCH v1] PowerPC: Fix typo in PowerPC note pseudo-section names
 2025-09-25 21:31 UTC  (3+ messages)

[PATCH] gdb/doc: be more verbose about .gdb_index changes in version 9
 2025-09-25 15:53 UTC  (3+ messages)

[RFC v7 00/19] Add Python "JIT" API
 2025-09-25 12:33 UTC  (3+ messages)
` [PING] "
  ` PING "

[PATCH] gdb/linux: consider ptrace_scope when building attach error message
 2025-09-24 12:20 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