Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] MicroBlaze: Update software breakpoint machine code as per MicroBlaze ISA
 2025-09-09 15:34 UTC  (7+ messages)

[PATCH 0/4] Turn some Ada expression helpers into methods
 2025-09-09 15:30 UTC  (9+ messages)
` [PATCH 1/4] Remove ada_unop_in_range
` [PATCH 2/4] Remove ada_equal_binop
` [PATCH 3/4] Remove ada_ternop_slice
` [PATCH 4/4] Remove ada_binop_in_bounds

[PATCH] gdb: fix build with newest clang
 2025-09-09 15:28 UTC  (7+ messages)
` [PATCH v2] "

[pushed] Use ada_fvar_tracking in finish-var-size.exp
 2025-09-09 13:17 UTC 

[PATCHv4] gdb: some process_stratum_target should not be shared
 2025-09-09 13:02 UTC 

[PATCH] [gdb/testsuite] Rewrite escaped double quotes
 2025-09-09  7:46 UTC  (2+ messages)

[PATCH] Don't nest double quotes in tuiterm.exp
 2025-09-09  7:18 UTC  (3+ messages)

[PATCH 0/7] Shrink dwarf2/read.c and clean up lnp_state_machine
 2025-09-09  2:33 UTC  (23+ messages)
` [PATCH 1/7] Move lnp_state_machine to new file
` [PATCH 2/7] Move compute_include_file_name earlier
` [PATCH 3/7] Boolify line-program.c
` [PATCH 4/7] Change dwarf_record_line_p to be a method
` [PATCH 5/7] Add m_builder member to lnp_state_machine
` [PATCH 6/7] Change dwarf_finish_line to be a method
` [PATCH 7/7] Change dwarf_record_line_1 "

[PATCH v3 00/31] Search symbols via quick API
 2025-09-09  0:26 UTC  (7+ messages)
` [PATCH v3 05/31] Emit some type declarations in .gdb_index
` [PATCH v3 13/31] Rewrite the .gdb_index reader

[PATCH] gdb: Add i386-gnu-tdep to the list of objects for x86_64-*-gnu*
 2025-09-09  0:19 UTC  (7+ messages)

[PATCH 0/3] Avoid unnecessary name lookups in C parser
 2025-09-08 22:04 UTC  (3+ messages)

[PATCH] gdb: Add svr4-tls-tdep.o to list of objects of i*86 targets
 2025-09-08 18:41 UTC  (6+ messages)

[PATCH v2 1/4] gdbsupport: use dynamic partitioning in gdb::parallel_for_each
 2025-09-08 17:23 UTC  (4+ messages)

[PATCH 0/1] gdb: resolve type to target_type in expression evaluation
 2025-09-08 16:18 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2] Treat attributes as code in DWARF assembler
 2025-09-08 15:49 UTC 

[PATCH 0/3] Update required version of Tcl
 2025-09-08 14:38 UTC  (2+ messages)

[PUSHED] gdb/testsuite: small fix for amd64-extended-prologue-analysis.exp
 2025-09-08 13:48 UTC  (3+ messages)

[PATCH] This commit adds support for catching syscalls on riscv
 2025-09-08 13:37 UTC  (6+ messages)
        ` Fwd: "

[PATCH] gdb: Introduce maint list-cmds command
 2025-09-08 12:03 UTC  (9+ messages)

[RFC v7 00/19] Add Python "JIT" API
 2025-09-08 11:43 UTC  (20+ messages)
` [RFC v7 01/19] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v7 02/19] gdb: introduce compunit_symtab::maybe_contains
` [RFC v7 03/19] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [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
` [RFC v7 08/19] gdb/python: allow instantiation of gdb.Objfile from Python
` [RFC v7 09/19] gdb/python: add remove () method to gdb.Objfile object
` [RFC v7 10/19] gdb/python: allow instantiation of gdb.Compunit from Python
` [RFC v7 11/19] gdb/python: allow instantiation of gdb.Symtab "
` [RFC v7 12/19] gdb/python: allow instantiation of gdb.Block "
` [RFC v7 13/19] gdb/python: allow instantiation of gdb.Symbol "
` [RFC v7 14/19] gdb/python: add add_symbol () method to gdb.Block
` [RFC v7 15/19] gdb: change find_pcs_for_symtab_line() to return entries instead of PCs
` [RFC v7 16/19] gdb/python: add more attributes to gdb.LinetableEntry objects
` [RFC v7 17/19] gdb/python: allow instantiation of gdb.LineTableEntry objects
` [RFC v7 18/19] gdb/python: allow instantiation of gdb.LineTable objects
` [RFC v7 19/19] gdb/python: add section in documentation on implementing JIT interface

3AM desires have your name all over them
 2025-09-08  8:59 UTC 

[PATCH] Fix documentation of -list-[target-]features results
 2025-09-08  7:51 UTC  (4+ messages)

[COMMITTED PATCH] MicroBlaze: Add microblaze_get_next_pcs
 2025-09-08  6:36 UTC 

[pushed] [gdb/testsuite] Fix silent timeout in allow_aarch64_gcs_tests
 2025-09-08  2:50 UTC  (2+ messages)

[RFC PATCH 0/5] gdb/aarch64: Support for FPMR
 2025-09-07 22:56 UTC  (11+ messages)
` [RFC PATCH 1/5] gdb/aarch64: Enable FPMR for AArch64 in gdb on Linux
` [RFC PATCH 2/5] gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver "
` [RFC PATCH 3/5] gdb/aarch64: signal frame support for fpmr
` [RFC PATCH 4/5] gdb/aarch64: core file support for FPMR
` [RFC PATCH 5/5] gdb/aarch64: Tests for fpmr

[PATCH 0/3] New Value.is_unavailable, and fix DAP test regression
 2025-09-07 20:28 UTC  (10+ messages)
` [PATCH 1/3] gdb/python: add gdb.Value.is_unavailable attribute
` [PATCH 2/3] gdb/dap: check values are available before converting to int
` [PATCH 3/3] gdb/testsuite: revert recent changes to gdb.dap/scopes.exp

[PATCHv2] gdb/i386/linux: fix possible register number conflict
 2025-09-07 10:33 UTC  (5+ messages)
` [PATCHv3] "

Potential patch to remove Emacs "confuzzed" comment
 2025-09-07 10:31 UTC  (8+ messages)
  ` [PATCH] "
      ` [PING] "
        ` [PING-2] "
          ` [PING-3] "

GDB 17.0.90 available for testing
 2025-09-06 22:38 UTC 

gdb-17 branch FROZEN
 2025-09-06 22:37 UTC  (2+ messages)
` gdb-17-branch now OPEN (was: "gdb-17 branch FROZEN")

FYI: [release/branch] Bump GDB's version number to 17.0.90.DATE-git
 2025-09-06 22:36 UTC 

FYI: [release/branch] Set GDB version number to 17.0.90
 2025-09-06 22:25 UTC 

[pushed/gdb-17-branch] gdb/NEWS: Change "since GDB 16" into "in GDB 17"
 2025-09-06 22:22 UTC 

FYI/HEAD: Patches applied to branch master
 2025-09-06 22:16 UTC  (3+ messages)
` [release/HEAD 1/2] Bump version to 18.0.50.DATE-git
` [release/HEAD 2/2] Update gdb/NEWS after GDB 17 branch creation

FYI/BRANCH: Patches applied to branch gdb-17-branch
 2025-09-06 22:15 UTC  (3+ messages)
` [release/branch 1/2] Bump version to 17.0.90.DATE-git
` [release/branch 2/2] Set development mode to "off" by default

Grace💘:Are you gonna be my very own true love ?
 2025-09-06 13:30 UTC 

[PATCH] Allow conversion of 128-bit integers to Python
 2025-09-05 19:06 UTC  (6+ messages)

[PATCH v2] gdb/dwarf2: Add symbols for function declarations
 2025-09-05 16:20 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix target endianness detection on msys2-ucrt64
 2025-09-05 15:12 UTC  (3+ messages)

[COMMITTED PATCH] MicroBlaze: Add microblaze_get_next_pcs
 2025-09-05 15:08 UTC  (2+ messages)

[pushed 1/3] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.base, part 1
 2025-09-05 13:52 UTC  (3+ messages)
` [pushed 2/3] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.base, part 2
` [pushed 3/3] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.base, part 3

[PATCH 0/6] [gdb/testsuite] Error out on clean_restart <absolute filename>
 2025-09-05 13:49 UTC  (6+ messages)

[PATCH] MicroBlaze: Add microblaze_software_single_step
 2025-09-05 13:29 UTC  (9+ messages)
    ` [PATCH v2 ] MicroBlaze: Add microblaze_get_next_pcs

[pushed] [gdb/testsuite] Fix gdb.base/fileio.exp for local-remote-host-native
 2025-09-05 11:14 UTC  (2+ messages)

[PATCH 0/3] More global core file access removal
 2025-09-05  9:38 UTC  (6+ messages)
` [PATCH 1/3] gdb: pass core file through gdbarch API when loading shared libraries
` [PATCH 2/3] gdb: pass core file to gdbarch_core_thread_name method
` [PATCH 3/3] gdb: pass core file to gdbarch_core_read_x86_xsave_layout

[pushed] [gdb/testsuite] Fix clean_restart <absolute filename> in allow_aarch64_sme_tests
 2025-09-05  6:40 UTC 

[PATCH v3] Port GDB to Hurd x86_64
 2025-09-05  3:49 UTC  (2+ messages)

[PATCH] gdb: ensure bp_location::section is set correct to avoid an assert
 2025-09-05  3:10 UTC  (2+ messages)

[pushed] gdb: run black on gdbarch_components.py
 2025-09-05  1:48 UTC 

[pushed 1/2] gdb/testsuite: run black on gdb.base/inline-frame-cycle-unwind.py
 2025-09-05  0:05 UTC  (3+ messages)
` [pushed 2/2] gdb: fix include guard in arch/aarch64-gcs-linux.h

[PATCH] GDB: aarch64-linux: Define HWCAP_GCS as unsigned long long value
 2025-09-04 23:03 UTC  (3+ messages)

[PATCH] Don't require "Bss=" in qOffsets response
 2025-09-04 20:39 UTC  (3+ messages)

[PATCH] gdb/testsuite: fix possible TCL errors in gdb.threads/threadcrash.exp
 2025-09-04 17:57 UTC  (3+ messages)

[PATCH] gdb/check-include-guards.py: print expected include guard string
 2025-09-04 17:06 UTC  (2+ messages)

[PATCH v4 0/5] AArch64 Guarded Control Stack support
 2025-09-04 17:00 UTC  (4+ messages)
` [PATCH v4 1/5] GDB, gdbserver: aarch64-linux: Initial "

[PATCH 0/3] Further removal of accessing core file via global state
 2025-09-04 15:46 UTC  (4+ messages)
` [PATCH 3/3] gdb: remove most global core file accesses from fbsd-tdep.c

[PATCH] gdb: remove some dead code from core_target_open
 2025-09-04 15:09 UTC  (3+ messages)

[pushed 1/7] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.arch/amd64*.exp
 2025-09-04 14:15 UTC  (5+ messages)
` [pushed 3/7] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.arch/aarch64*.exp
` [pushed 4/7] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.arch/arm*.exp
` [pushed 5/7] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.arch/thumb*.exp
` [pushed 7/7] [gdb/testsuite] Fix clean_restart <absolute filename> in gdb.arch/*.exp

page:  |  | latest

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