Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdbsupport: bump unordered_dense library to 4.6.0
 2025-10-08 16:10 UTC 

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

[PATCH] gdb/python: cast to ui_file_style::intensity after validating value
 2025-10-08 15:53 UTC 

[RFC v7 00/19] Add Python "JIT" API
 2025-10-08 15:12 UTC  (13+ messages)
` [RFC v7 01/19] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v7 02/19] gdb: introduce compunit_symtab::maybe_contains
` [RFC v7 04/19] gdb: introduce new function create_function_type
` [RFC v7 05/19] gdb/python: add function () method to gdb.Type object
` [RFC v7 06/19] gdb: use std::vector<> to hold on blocks in struct blockvector
` [RFC v7 07/19] gdb/python: add gdb.Compunit

[PATCH 0/2] Move core file from program_space to core_target
 2025-10-08 14:14 UTC  (6+ messages)
` [PATCH 1/2] gdb: move core file bfd from program_space into core_target
` [PATCH 2/2] gdb: remove program_space::core_bfd member function

[pushed] Bump 'isort' version for pre-commit
 2025-10-08 14:09 UTC 

[PATCH] gdb: notify of inferior switch when needed from 'thread' command
 2025-10-08  8:48 UTC 

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

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-10-08  1:46 UTC  (15+ 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 9/9] gdb, mi: Add -shadow-stack-list-frames command

[PATCH 0/9] Change some iterators to yield refs, remove variadicity from some iterator constructors
 2025-10-07 20:22 UTC  (11+ messages)
` [PATCH 2/9] gdb: change all_threads_safe to yield references
` [PATCH 4/9] gdb: make lwp_info_iterator "
` [PATCH 6/9] gdbsupport: remove variadicity from iterator_range constructor

[PATCH v2] [gdb/c++] Fix hang on whatis std::string::npos
 2025-10-07 20:10 UTC  (3+ messages)

[PATCH v3] [gdb/c++] Fix hang on whatis std::string::npos
 2025-10-07 20:01 UTC 

[pushed] Remove 'sys' import from frame_filters.py
 2025-10-07 19:09 UTC 

[PATCH] [pre-commit] Add pre-commit setup check
 2025-10-07 19:00 UTC  (3+ messages)

[PATCH] gdb/testsuite/gdb.python/py-symbol.exp: accept either rr static symbol when calling lookup_static_symbol
 2025-10-07 18:58 UTC  (2+ messages)
` [PATCH v2] "

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

[PATCH] gdb/dap: add option commandEscapePrefix
 2025-10-07 18:49 UTC  (6+ messages)

[PATCH] gdb/testsuite/gdb.python/py-symbol.exp: accept either rr static symbol when calling lookup_static_symbol
 2025-10-07 18:33 UTC  (5+ messages)

[PATCH 0/4] fix some per-inferior settings oversights
 2025-10-07 18:02 UTC  (8+ 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] gdb/python: make use of gdb.Style for shipped Python commands
 2025-10-07 15:36 UTC  (3+ messages)

[PATCH] gdb/testsuite: make more use of clean_restart's argument
 2025-10-07 14:47 UTC  (2+ messages)

[PATCH] [gdb/c++] Fix hang on whatis std::string::npos
 2025-10-07 14:28 UTC  (4+ messages)

[PATCH] Ignore artificial fields in Ada
 2025-10-07 14:26 UTC  (3+ messages)

[PATCH 0/2] Turn location expressions into plain Tcl code
 2025-10-07 14:20 UTC  (5+ messages)

[pushed] Fix compile-ops.exp
 2025-10-07 14:15 UTC 

[PATCH v2 0/2] Make 'help' command more helpful for new users
 2025-10-07 12:49 UTC  (5+ messages)
` [PATCH v2 1/2] gdb: make command classes be bitmaps
` [PATCH v2 2/2] gdb: add "essential" command class

[PATCH v2 0/5] gdb/aarch64: Support for FPMR
 2025-10-07 12:31 UTC  (6+ 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] Remove some helper functions from DAP breakpoint code
 2025-10-07 12:29 UTC  (2+ messages)

[PATCH v4 0/3] [gdb/symtab] Handle invalid .gdb_index better
 2025-10-07  8:27 UTC  (5+ messages)
` [PATCH v4 1/3] [gdb/symtab] Improve invalid range check in create_addrmap_from_gdb_index

[PATCH] [pre-commit] Add check-gnu-style
 2025-10-07  4:02 UTC  (2+ messages)

[PATCH v4] Add .clang-format
 2025-10-06 19:39 UTC  (4+ messages)

[PATCH v5] gdb: Print linker namespace when showing a frame
 2025-10-06 19:00 UTC  (3+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "

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

[PATCH v2] Add .clang-format
 2025-10-06 18:37 UTC  (3+ messages)

[PATCH] [gdb/python]: add the orginal_value field in RegisterChangedEvent
 2025-10-06 16:01 UTC  (4+ messages)
  ` [External Mail]Re: "

[PATCH] gdb: use current executable for 'remote exec-file' in some cases
 2025-10-06 15:43 UTC  (2+ messages)

[PATCH] gdb/record: Support fense.tso, zicond, bitmanip, sinval and zihintntl in riscv
 2025-10-06 15:22 UTC  (5+ messages)

[PATCH] gdb: fix loading compressed scripts from `.debug_gdb_scripts`-section
 2025-10-06 13:50 UTC  (2+ messages)

[PATCH 1/1] sim: add order-only dependency on $arch/$(DEPDIR)
 2025-10-06 13:26 UTC  (2+ messages)

[pushed][PATCH] gdb: tidy RISC-V part in gdb/Makefile.in and gdb/configure.tgt
 2025-10-06 12:29 UTC 

[PATCHv8 0/3] new gdb.Style API
 2025-10-06 12:29 UTC  (11+ messages)
` [PATCHv9 "

[PATCH] [gdb/testsuite] Add gdb.src/pre-commit.exp
 2025-10-06 12:23 UTC 

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

[PATCH] gdb: tidy RISC-V part in gdb/Makefile.in and gdb/configure.tgt
 2025-10-06 11:41 UTC 

[pushed 01/30] [gdb/testsuite, tclint] Fix lib/ada.exp
 2025-10-06  6:56 UTC  (31+ 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 10/30] [gdb/testsuite, tclint] Fix lib/go.exp
` [pushed 11/30] [gdb/testsuite, tclint] Fix lib/jit-elf-helpers.exp
` [pushed 12/30] [gdb/testsuite, tclint] Fix lib/objc.exp
` [pushed 13/30] [gdb/testsuite, tclint] Fix lib/prompt.exp
` [pushed 14/30] [gdb/testsuite, tclint] Fix lib/rust-support.exp
` [pushed 15/30] [gdb/testsuite, tclint] Fix lib/check-test-names.exp
` [pushed 16/30] [gdb/testsuite, tclint] Fix lib/gdb-utils.exp
` [pushed 17/30] [gdb/testsuite, tclint] Fix lib/cp-support.exp
` [pushed 18/30] [gdb/testsuite, tclint] Fix lib/selftest-support.exp
` [pushed 19/30] [gdb/testsuite, tclint] Fix lib/perftest.exp
` [pushed 20/30] [gdb/testsuite, tclint] Fix lib/future.exp
` [pushed 21/30] [gdb/testsuite, tclint] Fix lib/trace-support.exp
` [pushed 22/30] [gdb/testsuite, tclint] Fix lib/prelink-support.exp
` [pushed 23/30] [gdb/testsuite, tclint] Fix lib/gdbserver-support.exp
` [pushed 24/30] [gdb/testsuite, tclint] Fix lib/pascal.exp
` [pushed 25/30] [gdb/testsuite, tclint] Fix lib/gen-perf-test.exp
` [pushed 26/30] [gdb/testsuite, tclint] Fix lib/dwarf.exp
` [pushed 27/30] [gdb/testsuite, tclint] Fix lib/mi-support.exp
` [pushed 28/30] [gdb/testsuite, tclint] Fix lib/aarch64.exp
` [pushed 29/30] [gdb/testsuite, tclint] Fix lib/aarch64-scalable.exp
` [pushed 30/30] [gdb/testsuite, tclint] Fix lib/gdb.exp

[PATCH v3] Add .clang-format
 2025-10-06  1:45 UTC 

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

[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)

[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)

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

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/3] Allow gdbserver to tell GDB about executable and arguments
 2025-10-03 12:58 UTC  (4+ messages)
` [PATCH 2/3] gdb/gdbserver: add new qExecAndArgs packet

[PATCH] Enable process record testsuite for RISC-V
 2025-10-02 23:36 UTC  (3+ messages)
` [pushed][PATCH] "

[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 

page: 

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