Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCHv3 0/2] Python Style API
 2025-06-25 14:42 UTC  (9+ messages)
` [PATCHv4 0/4] "
  ` [PATCHv4 1/4] gdb: allow gdb.Color to work correctly with pagination
  ` [PATCHv4 2/4] gdb/python: add gdb.Style class
  ` [PATCHv4 3/4] gdb/python: new class gdb.StyleParameterSet
  ` [PATCHv4 4/4] gdb: extend gdb.write to support styled output
  ` [PATCHv5 0/4] Python Style API
    ` [PATCHv5 2/4] gdb/python: add gdb.Style class
    ` [PATCHv5 4/4] gdb/python: extend gdb.write to support styled output

[PATCH] [gdb/testsuite] Fix gdb.arch/amd64-disp-step-self-call.exp on freebsd
 2025-06-25 14:21 UTC 

[PATCHv2] gdb: linux-namespaces: enter user namespace when appropriate
 2025-06-25 14:15 UTC  (7+ messages)
` [PATCHv3] "

[PATCH] Improve attach on Windows
 2025-06-25 13:31 UTC 

[PATCH 0/2] Fix styling issues related to pagination
 2025-06-25 10:58 UTC  (6+ messages)
` [PATCH 1/2] gdb: styling fixes around and for the pagination prompt
` [PATCH 2/2] gdb: remove final m_stream->emit_style_escape calls from pager_file

[pushed] [gdb/testsuite] Fix gdb.python/py-warning.exp with python 3.6
 2025-06-25 10:37 UTC 

[PATCH 0/2] Use check-mark for current row of CLI table
 2025-06-25 10:05 UTC  (5+ messages)
` [PATCH 2/2] Allow check-mark to be changed for CLI

[PATCH] gdb/dwarf2: Add symbols for function declarations
 2025-06-25  2:19 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/infcall-failure.exp on freebsd
 2025-06-24 21:57 UTC  (2+ messages)

[PATCH] gdb/gdbserver: pass inferior arguments as a single string
 2025-06-24 21:50 UTC  (2+ messages)

[PATCH] [gdb/build] Fix init.c on freebsd
 2025-06-24 20:25 UTC  (5+ messages)

[RFC v5 00/19] Add Python "JIT" API
 2025-06-24 16:11 UTC  (22+ messages)
` [RFC v5 01/18] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v5 02/18] gdb: introduce compunit_symtab::maybe_contains
` [RFC v5 03/18] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC v5 04/18] gdb: introduce new function create_function_type
` [RFC v5 05/18] gdb/python: add function () method to gdb.Type object
` [RFC v5 06/18] gdb: use std::vector<> to hold on blocks in struct blockvector
` [RFC v5 07/18] gdb/python: add gdb.Compunit
` [RFC v5 08/18] gdb/python: allow instantiation of gdb.Objfile from Python
` [RFC v5 09/18] gdb/python: add unlink () method to gdb.Objfile object
` [RFC v5 10/18] gdb/python: allow instantiation of gdb.Compunit from Python
` [RFC v5 11/18] gdb/python: allow instantiation of gdb.Symtab "
` [RFC v5 12/18] gdb/python: allow instantiation of gdb.Block "
` [RFC v5 13/18] gdb/python: allow instantiation of gdb.Symbol "
` [RFC v5 14/18] gdb/python: add add_symbol () method to gdb.Block
` [RFC v5 15/18] gdb/python: add more attributes to gdb.LinetableEntry objects
` [RFC v5 16/18] gdb/python: allow instantiation of gdb.LineTableEntry objects
` [RFC v5 17/18] gdb/python: allow instantiation of gdb.LineTable objects
` [RFC v5 18/18] gdb/python: add section in documentation on implementing JIT interface

[PATCH] [gdb/testsuite] Make gdb.dap/log-message.exp more robust
 2025-06-24 15:08 UTC  (2+ messages)

[PATCH 1/2] gdb/python: don't pass exit code to emit_exited_event
 2025-06-24 15:07 UTC  (4+ messages)
` [PATCH 2/2] gdb: remove inferior::has_exit_code in favor of optional

[PATCH] Allow DAP "threads" request when inferior is running
 2025-06-24 14:37 UTC  (2+ messages)

[PATCH] Use "MS" for .debug_str
 2025-06-24 14:37 UTC  (2+ messages)

[PATCH v4 00/11] Add CET shadow stack support
 2025-06-24 13:46 UTC  (42+ messages)
` [PATCH v4 01/11] gdbserver: Add optional runtime register set type
` [PATCH v4 02/11] gdbserver: Add assert in x86_linux_read_description
` [PATCH v4 03/11] gdb: Sync up x86-gcc-cpuid.h with cpuid.h from gcc 14 branch
` [PATCH v4 04/11] gdb, gdbserver: Use xstate_bv for target description creation on x86
` [PATCH v4 05/11] gdb, gdbserver: Add support of Intel shadow stack pointer register
` [PATCH v4 06/11] gdb: amd64 linux coredump support with shadow stack
` [PATCH v4 07/11] gdb: Handle shadow stack pointer register unwinding for amd64 linux
` [PATCH v4 08/11] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v4 09/11] gdb: Implement amd64 linux shadow stack support for inferior calls
` [PATCH v4 10/11] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v4 11/11] gdb: Enable displaced stepping with shadow stack on amd64 linux

[PATCH v2] [gdb/tdep] Fix inferior call return of small char array for ppc64 v1 abi
 2025-06-24 12:24 UTC  (2+ messages)
` [PING] "

[PATCH] [gdb] Fix handling of aborted inferior call
 2025-06-24 11:56 UTC 

[PATCH v2 0/3] small amd64 prologue analyzer improvements
 2025-06-24 10:32 UTC  (10+ messages)
` [PATCH v2 1/3] gdb: refactor amd64_analyze_prologue
` [PATCH v2 2/3] gdb: correct endbr64 instruction handling in amd64_analyze_prologue
` [PATCH v2 3/3] gdb: return after stack alignment skip if current_pc is reached

[PATCH 0/2] Add results summary for 'make check-all-boards'
 2025-06-23 19:59 UTC  (3+ messages)
` [PATCH 1/2] contrib: sync dg-extract-results.{sh,py} with GCC
` [PATCH 2/2] gdb: create gdb.sum/gdb.log summary after using check-all-boards

[PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd
 2025-06-23 18:54 UTC  (4+ messages)
` [PATCH 1/3] [gdb/testsuite] Issue \r\n for bsd
` [PATCH 2/3] [gdb/testsuite] Make prompt matching in Term::wait_for more strict
` [PATCH 3/3] [gdb/testsuite] Fix file command output matching in gdb.tui/main.exp

[PATCHv2] gdb: crash if thread unexpectedly disappears from thread list
 2025-06-23 17:45 UTC  (2+ messages)
` [PATCHv3] "

[PATCH] gdb: Remove redundant null check
 2025-06-23 17:43 UTC  (10+ messages)
      ` [PATCH] gdb: Remove more redundant code from gnuv2_value_rtti_type (Re: [PATCH] gdb: Remove redundant null check)

[PATCH 0/3] Some clean up and fixes for target_fileio_stat and vFile:stat
 2025-06-23 17:40 UTC  (5+ messages)
` [PATCH 2/3] gdbserver: add vFile:lstat packet support

[PATCH v3 0/9] AArch64 Guarded Control Stack support
 2025-06-23 14:57 UTC  (13+ messages)
` [PATCH v3 1/9] GDB: Linux: Add function linux_address_in_shadow_stack_mem_range
` [PATCH v3 2/9] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v3 3/9] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v3 4/9] bfd/aarch64-linux: Support reading and writing the GCS core file note
` [PATCH v3 5/9] GDB, gdbserver: aarch64-linux: Initial Guarded Control Stack support
` [PATCH v3 6/9] GDB: aarch64-linux: GCS support in Linux signals
` [PATCH v3 7/9] GDB: aarch64-linux: Implement GCS support in displaced stepping
` [PATCH v3 8/9] GDB: aarch64-linux: Support unwinding the GCSPR
` [PATCH v3 9/9] GDB: doc: Document Linux AArch64 support for Guarded Control Stacks

[PATCH] gdb: filename completion for pipe command -- the shell command bit
 2025-06-23 14:18 UTC  (2+ messages)

[PATCH][PR GDB/32955] gdb: fix exec file not being found for linux mount namespaces
 2025-06-23 13:49 UTC  (4+ messages)
` [PATCHv2 0/2] Fix PR gdb/32955 - don't use /proc/PID/exe in namespaces

GDB 17.1 release -- 2025-06-21 Update
 2025-06-22 16:16 UTC  (2+ messages)

[PATCH v2 0/9] AArch64 Guarded Control Stack support
 2025-06-22  0:52 UTC  (18+ messages)
` [PATCH v2 1/9] GDB: Linux: Add function linux_address_in_shadow_stack_mem_range
` [PATCH v2 2/9] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v2 3/9] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v2 4/9] bfd/aarch64-linux: Support reading and writing the GCS core file note
` [PATCH v2 5/9] GDB, gdbserver: aarch64-linux: Initial Guarded Control Stack support
` [PATCH v2 6/9] GDB: aarch64-linux: GCS support in Linux signals
` [PATCH v2 7/9] GDB: aarch64-linux: Implement GCS support in displaced stepping
` [PATCH v2 8/9] GDB: aarch64-linux: Support unwinding the GCSPR
` [PATCH v2 9/9] GDB: doc: Document Linux AArch64 support for Guarded Control Stacks

Quotes
 2025-06-21 14:55 UTC 

[PATCH] gdbsupport: Use xsnprintf() instead of strcat() in print-utils
 2025-06-20 19:12 UTC  (2+ messages)

[PATCH v3 1/6] gdb/testsuite: check that "info shared" and "info linker-namespaces" before running don't crash
 2025-06-20 18:20 UTC  (17+ messages)
` [PATCH v3 2/6] gdb/solib: fix formatting of "info linker-namespaces" error message
` [PATCH v3 3/6] gdb/solib: add solib -> solib_ops backlink
` [PATCH v3 4/6] gdb/solib: use solib::ops for operations that concern a single solib
` [PATCH v3 5/6] gdb/progspace: add solib_ops pointer in program_space
` [PATCH v3 6/6] gdb/solib: C++ify solib_ops

[PATCH] gdbserver: Update require_int function to parse offset for pread packet
 2025-06-20 14:22 UTC  (3+ messages)

[PATCH v3 0/3] Introduce syntax for linker-namespace specific symbols
 2025-06-20  6:57 UTC  (5+ messages)
` [PATCH v3 1/3] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
` [PATCH v3 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v3 3/3] gdb: extend the [[N]]::foo syntax for files

Grace😘:Hope to discover very own true love 
 2025-06-20  6:52 UTC 

[pushed] gdb/testsuite: run isort on gdb.server/fileio-packets.py
 2025-06-19 17:43 UTC 

[PATCH v5] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2025-06-19 17:27 UTC  (6+ messages)

[PATCH] gdb/dwarf: change CUs -> units in print_stats
 2025-06-19 17:20 UTC  (3+ messages)

[PATCH] gdb/python: introduce gdb.warning() function
 2025-06-19  9:33 UTC  (5+ messages)

[PING][PATCH v13 0/2] gdb: mips: Add MIPSR6 support
 2025-06-18 14:51 UTC 

[PATCH 0/8] AArch64 Guarded Control Stack support
 2025-06-18  7:48 UTC  (6+ messages)
` [PATCH 3/8] GDB, gdbserver: aarch64-linux: Initial "

[PATCH v2 0/2][PR GDB/32956] gdb: fix GDB failing to find build-id debug files in linux mount namespaces
 2025-06-17 20:40 UTC  (6+ messages)
` [PATCH v2 1/2][PR GDB/32956] gdb: implement linux namespace support for fileio_stat and vFile::stat

[PATCH] gdb/dwarf: rename get_cu -> get_unit
 2025-06-17 18:52 UTC  (3+ messages)

[PATCH 00/11] Improve recording support for AVX instructions
 2025-06-17 18:26 UTC  (7+ messages)
` [PATCH 04/11] gdb/record: add support for permutation instructions
` [PATCH 06/11] gdb/record: add support to vinsert and vextract instructions
` [PATCH 08/11] gdb/record: add support for comis instructions
` [PATCH 09/11] gdb/record: add support for 'pack' AVX instructions
` [PATCH 10/11] gdb/record: add support for AVX conversion instructions
` [PATCH 11/11] gdb/record: Add support for more vmov-style instructions

page:  |  | latest

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