Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/11] Improve recording support for AVX instructions
 2025-06-17 18:26 UTC  (8+ messages)
` [PATCH 1/1] gdb/record: add support for AVX/AVX2 shuffle instructions
` [PATCH 01/11] gdb/record: support more AVX arithmetic instructions
` [PATCH 02/11] gdb/record: Add support for AVX/AVX2 shift instructions
` [PATCH 03/11] gdb/record: add support for AVX/AVX2 shuffle instructions
` [PATCH 04/11] gdb/record: add support for permutation instructions
` [PATCH 05/11] gdb/record: add support for more AVX broadcast instructions
` [PATCH 07/11] gdb/record: add support for AVX blend instructions

[PATCH v4 00/11] Add CET shadow stack support
 2025-06-17 18:16 UTC  (18+ 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] gdb/dwarf: rename get_cu -> get_unit
 2025-06-17 18:12 UTC  (2+ messages)

[PATCH 0/4] [gdb/testsuite] mingw+msys2 fixes
 2025-06-17 18:04 UTC  (13+ messages)
` [PATCH 1/4] [gdb/testsuite] Set TERM to dumb by default
` [PATCH 2/4] [gdb/testsuite] Set interactive-mode to on
` [PATCH 3/4] [gdb/tdep] Add "maint set console-translation-mode <binary|text>" command
` [PATCH 4/4] [gdb/testsuite] Support clean_restart $binfile

[PATCH] gdb/python: introduce gdb.warning() function
 2025-06-17 17:28 UTC  (4+ messages)

[PATCH RESEND] gdb/dap: allow more requests when the process is running
 2025-06-17 17:10 UTC  (4+ messages)

[PATCH] gdb/record: Support csrrci instruction in risc-v
 2025-06-17 17:10 UTC  (3+ messages)
` [pushed] "

[PATCH 3/4] [gdb/tdep] Add "maint set console-translation-mode <binary|text>" command
 2025-06-17 16:40 UTC 

[pushed] gdb: add Timur Golubovich to gdb/MAINTAINERS
 2025-06-17 16:04 UTC 

[PATCH v2 0/3] small amd64 prologue analyzer improvements
 2025-06-17 14:08 UTC  (4+ 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 v2 00/47] A new target to debug Intel GPUs
 2025-06-17 12:22 UTC  (5+ messages)

[PATCH v2] gdb/doc: Explain linker namespaces
 2025-06-16 20:17 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 1/4] gdb/solib: add solib -> solib_ops backlink
 2025-06-16 19:41 UTC  (11+ messages)
` [PATCH v2 3/4] gdb/progspace: add solib_ops pointer in program_space
` [PATCH v2 4/4] gdb/solib: C++ify solib_ops

[PATCH v3 1/6] gdb/testsuite: check that "info shared" and "info linker-namespaces" before running don't crash
 2025-06-16 19:33 UTC  (6+ 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

[PUSHED] gdb/doc: remove stray comma from gdb.flush description
 2025-06-16 16:22 UTC 

[PATCH v2 4/6] gdb/amd-dbgapi: pass amd_dbgapi_inferior_info to process_one_event
 2025-06-16 14:24 UTC  (3+ messages)

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-06-16 13:20 UTC  (10+ messages)

[pushed] [gdb/testsuite] Fix gdb.python/py-source-styling-2.exp with TERM=dumb
 2025-06-16 13:13 UTC 

GDB 17.1 release -- 2025-06-07 Update
 2025-06-16 12:51 UTC  (12+ messages)

[PATCH 0/3] small amd64 prologue analyzer improvements
 2025-06-16 12:42 UTC  (8+ messages)
` [PATCH 1/3] gdb: refactor amd64_analyze_prologue
` [PATCH 2/3] gdb: correct endbr64 instruction handling in amd64_analyze_prologue
  ` [PING] [PATCH 0/3] small amd64 prologue analyzer improvements

[PATCH v2 3/6] gdb/amd-dbgapi: pass amd_dbgapi_inferior_info to process_event_queue
 2025-06-16 10:29 UTC  (2+ messages)

Fw: [PATCH] Improve attach on Windows
 2025-06-15 15:10 UTC 

[RFC] [gdb/python] Reimplement gdb.interrupt race fix
 2025-06-15 14:03 UTC  (2+ messages)

GDB 17.1 release -- 2025-06-14 Update
 2025-06-14 19:21 UTC 

[PATCH] Fix handling of terminal escape sequences in TUI
 2025-06-14 16:02 UTC 

[PATCH] * GDB Texinfo manual: correct keyboard shortcut for gud-break in Emacs
 2025-06-14  8:06 UTC  (6+ messages)
    ` [PATCH v2] * GDB Texinfo manual: Correctly reference Emacs facilities

No pressure, just vibes
 2025-06-14  6:42 UTC 

[PATCH 0/8] AArch64 Guarded Control Stack support
 2025-06-14  4:07 UTC  (34+ messages)
` [PATCH 1/8] bfd/aarch64-linux: Support reading and writing the GCS core file note
` [PATCH 3/8] GDB, gdbserver: aarch64-linux: Initial Guarded Control Stack support
` [PATCH 4/8] GDB: aarch64-linux: GCS support in Linux signals
` [PATCH 5/8] GDB: aarch64-linux: Implement GCS support in displaced stepping
` [PATCH 6/8] GDB: testsuite: Add gdb.arch/aarch64-gcs.exp testcase
` [PATCH 7/8] GDB: testsuite: Add gdb.arch/aarch64-gcs-core.exp testcase
` [PATCH 8/8] GDB: testsuite: Add gdb.arch/aarch64-gcs-disp-step.exp testcase

[PATCH 1/6] gdb: re-work parallel-for-selftests.c
 2025-06-13 20:12 UTC  (17+ messages)
` [PATCH 2/6] gdbsupport: make gdb::parallel_for_each's n parameter a template parameter
` [PATCH 3/6] gdbsupport: use dynamic partitioning in gdb::parallel_for_each
` [PATCH 4/6] gdbsupport: factor out work queue from parallel-for.h
` [PATCH 5/6] gdbsupport: add async parallel_for_each version

[PATCH v2] sim: configury: fix obsolete macros
 2025-06-13 18:42 UTC  (6+ messages)

[PATCH v2 0/2] Call target_can_do_single_step from maybe_software_singlestep
 2025-06-13 17:03 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Disabling hardware single step in gdbserver

[PATCH 0/2] Call target_can_do_single_step from maybe_software_singlestep
 2025-06-13 16:29 UTC  (4+ messages)
` [PATCH 1/2] "

[Question] How to execute ni command to step over assembly symbol
 2025-06-13 15:55 UTC  (2+ messages)

[PATCH 0/3] Some clean up and fixes for target_fileio_stat and vFile:stat
 2025-06-13 15:48 UTC  (7+ messages)
` [PATCH 1/3] gdb: rename target_fileio_stat to target_fileio_lstat
` [PATCH 2/3] gdbserver: add vFile:lstat packet support
` [PATCH 3/3] gdbserver: fix vFile:stat to actually use 'stat'

[pushed] gdb/dwarf: make cooked_index_flag's to_string handle IS_SYNTHESIZED
 2025-06-13 15:27 UTC 

[PATCH 0/2] gdb/alpha: Add target description support and fpcr flags
 2025-06-13 14:34 UTC  (11+ messages)
` [PATCH 1/2] gdb/alpha: Add target description support

[PATCH v2 00/47] Windows non-stop mode
 2025-06-13 14:23 UTC  (7+ messages)
  ` [PATCH] Improve attach on Windows (was: Re: [PATCH v2 00/47] Windows non-stop mode)

My friends dared me to send this
 2025-06-13 13:51 UTC 

[PATCH v2 0/2][PR GDB/32956] gdb: fix GDB failing to find build-id debug files in linux mount namespaces
 2025-06-13 13:50 UTC  (5+ messages)
` [PATCH v2 1/2][PR GDB/32956] gdb: implement linux namespace support for fileio_stat and vFile::stat
` [PATCH v2 2/2][PR GDB/32956] gdb: query inferior's filesystem for build-id debug files

[PATCH] gdb: linux-namespaces: enter user namespace when appropriate
 2025-06-13  9:17 UTC  (3+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH] gdb/dwarf2: Add symbols for function declarations
 2025-06-13  4:37 UTC 

[PATCH] Allow DAP "threads" request when inferior is running
 2025-06-12 17:46 UTC 

[pushed] Minor grammar fix in DAP comment
 2025-06-12 17:04 UTC 

[PATCH] gdb: convert linux-namespaces debug to the new(er) debug scheme
 2025-06-12 10:09 UTC  (3+ messages)

[PATCH][PR breakpoints/33066] gdb: fix size of z80 "add ii, rr" and "ld (ii+d), n" instructions
 2025-06-11 19:34 UTC  (2+ messages)

[PATCH v2] GDB: doc: Improve AArch64 subsubsection titles and index entries in gdb.texinfo
 2025-06-11 19:29 UTC  (3+ messages)

[PATCH 0/2][PR GDB/32956] gdb: fix GDB failing to find build-id debug files in linux mount namespaces
 2025-06-11 17:45 UTC  (18+ messages)
` [PATCH 1/2][PR GDB/32956] gdb: implement linux namespace support for fileio_stat
` [PATCH 2/2][PR GDB/32956] gdb: query inferior's filesystem for build-id debug files

[PATCH] Skip gdb.base/libsegfault.exp on Cygwin
 2025-06-11 17:43 UTC  (2+ messages)

[PATCH v2 0/2] Use check-mark for current row of CLI table
 2025-06-11 17:39 UTC  (10+ messages)
` [PATCH v2 1/2] Introduce ui_out::field_check_mark
` [PATCH v2 2/2] Allow check-mark to be changed for CLI

[PATCH v2 0/5] Introduce syntax for linker-namespace specific symbols
 2025-06-11 15:22 UTC  (5+ messages)
` [PING][PATCH "

[PATCH] gdb testsuite: Introduce allow_fork_tests and use it throughout
 2025-06-11 14:05 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] gdb testsuite: Introduce allow_multi_inferior_tests and use it throughout
 2025-06-11 14:04 UTC  (3+ messages)

[PATCH] gdb.multi/attach-no-multi-process.exp: Detect no remote non-stop
 2025-06-11 14:01 UTC  (3+ messages)

[PATCH] Convert gdb.base/watchpoint-hw-attach.exp to spawn_wait_for_attach
 2025-06-11 13:57 UTC  (3+ messages)

[PATCH 0/2] Use check-mark for current row of CLI table
 2025-06-11 13:53 UTC  (7+ messages)
` [PATCH 2/2] Allow check-mark to be changed for CLI

page:  |  | latest

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