[PATCH v3 0/3] Introduce syntax for linker-namespace specific symbols
2025-06-19 18:05 UTC (4+ 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
[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 1/2] gdb/python: don't pass exit code to emit_exited_event
2025-06-19 16:56 UTC (2+ messages)
` [PATCH 2/2] gdb: remove inferior::has_exit_code in favor of optional
[PATCH v2 0/9] AArch64 Guarded Control Stack support
2025-06-19 15:19 UTC (17+ 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
[PATCH v2 0/3] small amd64 prologue analyzer improvements
2025-06-19 14:52 UTC (7+ 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] gdb/python: introduce gdb.warning() function
2025-06-19 9:33 UTC (5+ messages)
[PATCH v4 00/11] Add CET shadow stack support
2025-06-19 9:27 UTC (28+ 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
[PATCHv3 0/2] Python Style API
2025-06-18 19:30 UTC (6+ 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
[PATCH v3 1/6] gdb/testsuite: check that "info shared" and "info linker-namespaces" before running don't crash
2025-06-18 15:01 UTC (11+ 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
[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 (33+ 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 0/2] Fix styling issues related to pagination
2025-06-17 22:04 UTC (3+ 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
[PATCH][PR GDB/32955] gdb: fix exec file not being found for linux mount namespaces
2025-06-17 20:47 UTC (3+ messages)
` [PATCHv2 0/2] Fix PR gdb/32955 - don't use /proc/PID/exe in namespaces
[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 (13+ 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 06/11] gdb/record: add support to vinsert and vextract instructions
` [PATCH 07/11] gdb/record: add support for AVX blend 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
[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 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 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 (8+ messages)
` [PATCH v2 3/4] gdb/progspace: add solib_ops pointer in program_space
[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 (8+ messages)
[PATCH 0/3] small amd64 prologue analyzer improvements
2025-06-16 12:42 UTC (7+ messages)
` [PATCH 1/3] gdb: refactor amd64_analyze_prologue
` [PATCH 2/3] gdb: correct endbr64 instruction handling in amd64_analyze_prologue
[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 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 (2+ messages)
[pushed] gdb/dwarf: make cooked_index_flag's to_string handle IS_SYNTHESIZED
2025-06-13 15:27 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox