public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 2/2 version 2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-08-02 15:11 UTC  (20+ messages)
  ` [PATCH ] PowerPC: "
            ` [PATCH 2/2 "

[PATCH] Fix bug in fixed-point handling
 2023-08-02 15:10 UTC  (6+ messages)

[PATCH 1/2] [gdb] Rename variable main_thread to main_thread_id
 2023-08-02 14:45 UTC  (7+ messages)
` [PATCH 2/2] [gdb] Initialize main_thread_id earlier

[PATCH v2] gdb/fortran: Align intrinsic/variable precedence
 2023-08-02 13:36 UTC 

[PATCH v4 0/4] GDB support for DW_AT_trampoline
 2023-08-02 11:54 UTC  (9+ messages)
` [PATCH v4 1/4] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v4 2/4] gdb/symtab: add lookup for trampoline functions
` [PATCH v4 3/4] gdb/infrun: handle stepping through functions with DW_AT_trampoline
` [PATCH v4 4/4] gdb: Skip trampoline frames in the stack for printing or finish command

[RFC 0/3] [gdb/symtab] Fix data-races in gdb.base/index-cache.exp
 2023-08-02 10:40 UTC  (7+ messages)
` [RFC 1/3] [gdb/symtab] Fix data race in index_cache::enable
` [RFC 2/3] [gdb/symtab] Fix data race in bfd_open_file
` [RFC 3/3] [gdb/symtab] Fix race on per_cu->queued

[PATCH v2 0/6] [gdb/symtab] Fix data-races in gdb.base/index-cache.exp
 2023-08-02  9:53 UTC  (7+ messages)
` [PATCH v2 1/6] [gdb/symtab] Fix data race on index_cache::m_enabled
` [PATCH v2 2/6] [gdb/symtab] Fix data race on bfd::{cacheable,format}
` [PATCH v2 3/6] [gdb/symtab] Fix race on dwarf2_per_cu_data::{queued,is_debug_type}
` [PATCH v2 4/6] [gdb/symtab] Fix data race on bfd_last_cache
` [PATCH v2 5/6] [gdb/symtab] Fix data race on dwarf2_per_cu_data::{m_header_read_in,is_debug_type}
` [PATCH v2 6/6] [gdb/testsuite] Extend gdb.base/index-cache.exp

[PATCH] Use frame.name() in FrameDecorator
 2023-08-01 20:06 UTC 

GDB 14 branching & release -- 2023-07-30 update
 2023-08-01 18:52 UTC  (3+ messages)

[PATCH 0/2] Remove psympriv.h and simplify includes
 2023-08-01 16:20 UTC  (3+ messages)
` [PATCH 1/2] Remove most includes of psymtab.h
` [PATCH 2/2] Merge psympriv.h into psymtab.h

[PATCH v2] [gdb/dap] Add thread exited event
 2023-08-01 15:39 UTC  (2+ messages)

[PATCH] Guard against killing unrelated processes in amd64-disp-step.exp
 2023-08-01 14:05 UTC  (4+ messages)

[PATCH] gdbserver: try selecting a thread first to access memory
 2023-08-01 13:20 UTC  (2+ messages)
` [PATCH v2] gdbserver: select a thread, if necessary, to access memory (was: [PATCH] gdbserver: try selecting a thread first to access memory)

[PATCH^2] gdb: mips: Add MIPSR6 support
 2023-08-01 12:12 UTC  (2+ messages)

[PATCH v2] Respect supportsMemoryReferences in DAP
 2023-07-31 17:48 UTC 

[PATCH] Change py-thread-exited.exp to work with gdbserver
 2023-07-31 17:32 UTC 

[FYI/pushed] GDB Global Maintainer update (3 maintainers stepping down)
 2023-07-31 16:37 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Set TSAN_OPTIONS by default to history_size=7
 2023-07-31 16:37 UTC  (2+ messages)

[PATCH 0/6] Several DAP fixes for VSCode
 2023-07-31 16:26 UTC  (13+ messages)
` [PATCH 1/6] Rename private member of FrameDecorator
` [PATCH 2/6] Refactor dap_launch
` [PATCH 3/6] Add "cwd" parameter to DAP launch request
` [PATCH 4/6] Full paths in DAP stackTrace responses
` [PATCH 5/6] Move DAP breakpoint event code to breakpoint.py
` [PATCH 6/6] Do not send "new breakpoint" event when breakpoint is set

[pushed v2 0/2] Fix debugging multi inferiors using the ROCm runtime
 2023-07-31 14:30 UTC  (3+ messages)
` [pushed v2 1/2] gdb/testsuite/rocm: Add the hip_devices_support_debug_multi_process proc
` [pushed v2 2/2] gdb/amdgpu: Fix debugging multiple inferiors using the ROCm runtime

[PATCH] Set PYTHONMALLOC in the test suite
 2023-07-31 14:21 UTC  (3+ messages)

[PATCH v3 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-07-31 12:27 UTC  (22+ messages)
` [PATCH v3 03/16] [gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
` [PATCH v3 05/16] [gdb/aarch64] sme: Enable SME registers and pseudo-registers
` [PATCH v3 07/16] [gdbserver/aarch64] sme: Add support for SME
` [PATCH v3 08/16] [gdb/aarch64] sve: Fix signal frame z/v register restore
` [PATCH v3 09/16] [gdb/aarch64] sme: Signal frame support
` [PATCH v3 10/16] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes
` [PATCH v3 13/16] [gdb/generic] corefile/bug: Fixup (gcore) core file target description reading order

[PATCH 0/6 v3] gdb/debuginfod: Add on-demand debuginfo downloading
 2023-07-31 10:11 UTC  (11+ messages)
` [PATCH 1/6 v2] gdb/debuginfod: Add debuginfod_section_query
` [PATCH 2/6 v2] gdb: Add command 'maint set/show debuginfod download-sections'
` [PATCH 4/6] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PATCH 5/6 v3] gdb/debuginfod: Support on-demand debuginfo downloading

[COMMITTED] bpf: sim: do not overflow instruction immediates in tests
 2023-07-31  9:11 UTC 

[PATCH v3 0/4] GDB support for DW_AT_trampoline
 2023-07-31  7:16 UTC  (8+ messages)
` [PATCH v3 1/4] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v3 3/4] gdb/infrun: handle stepping through functions with DW_AT_trampoline

[PATCH] Restore previous sigmask in gdb.block_signals
 2023-07-29  6:37 UTC  (3+ messages)

[RFC] [PATCH] Return intptr when dereferencing integer
 2023-07-29  0:14 UTC  (3+ messages)

[PATCH v6 00/15] Handle variable XSAVE layouts
 2023-07-28 21:30 UTC  (40+ messages)
` [PATCH v6 01/15] x86: Add an x86_xsave_layout structure to handle "
` [PATCH v6 03/15] core: Support fetching x86 XSAVE layout from architectures
` [PATCH v6 04/15] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count
` [PATCH v6 05/15] x86 nat: Add helper functions to save the XSAVE layout for the host
` [PATCH v6 06/15] gdb: Update x86 FreeBSD architectures to support XSAVE layouts
  ` [PATCH v6a "
` [PATCH v6 07/15] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets
` [PATCH v6 08/15] gdb: Update x86 Linux architectures to support XSAVE layouts
  ` [PATCH v6a "
` [PATCH v6 09/15] gdb: Support XSAVE layouts for the current host in the Linux x86 targets

[PATCH v5] gdb/DAP Fix disassemble bug
 2023-07-28 18:22 UTC  (2+ messages)

[PATCH 0/2] Fix debugging multi inferiors using the ROCm runtime
 2023-07-28 18:04 UTC  (7+ messages)
` [PATCH 1/2] gdb/testsuite/rocm: Add the hip_devices_support_debug_multi_process proc
` [PATCH 2/2] gdb/amdgpu: Fix debugging multiple inferiors using the ROCm runtime
` [PING] [PATCH 0/2] Fix debugging multi "

[PATCH 0/3] Implement DAP "source" request
 2023-07-28 17:09 UTC  (4+ messages)
` [PATCH 1/3] Introduce sourceReference handling in DAP
` [PATCH 2/3] Handle Source in DAP breakpointLocations
` [PATCH 3/3] Implement DAP "source" request

[PATCH 0/4] Many fixes to gdb.reverse tests
 2023-07-28 14:20 UTC  (16+ messages)
` [PATCH 1/4] gdb/testsuite: Fix many errors in gdb.reverse with clang
` [PATCH 2/4] gdb/testsuite: fix gdb.reverse/solib-*.exp tests when using clang
` [PATCH 3/4] gdb/testsuite: fix testing gdb.reverse/step-reverse.exp with clang
` [PATCH 4/4] gdb/testsuite: Multiple improvements for gdb.reverse/insn-reverse.exp
` [PATCH v2 0/4] Many fixes to gdb.reverse tests
  ` [PATCH v2 1/4] gdb/testsuite: Fix many errors in gdb.reverse with clang
  ` [PATCH v2 2/4] gdb/testsuite: fix gdb.reverse/solib-*.exp tests when using clang
  ` [PATCH v2 3/4] gdb/testsuite: fix testing gdb.reverse/step-reverse.exp with clang
  ` [PATCH v2 4/4] gdb/testsuite: Multiple improvements for gdb.reverse/insn-reverse.exp

[PATCH] Re-acquire GIL earlier in gdbpy_parse_and_eval
 2023-07-28 12:15 UTC  (3+ messages)

[PATCH] Respect supportsMemoryReferences in DAP
 2023-07-27 19:41 UTC 

[PATCH v2] Implement ValueFormat for DAP
 2023-07-27 19:20 UTC 

[PATCH] gdb: remove trailing empty line in target-delegates.c
 2023-07-27 17:33 UTC  (3+ messages)

[pushed] Report supportsBreakpointLocationsRequest
 2023-07-27 16:35 UTC 

starting the GDB 14 release process
 2023-07-27 15:43 UTC  (9+ messages)

[pushed] [gdb/testsuite] Fix gdb.python/py-thread-exited.exp
 2023-07-26 19:40 UTC 

[PATCH] Implement DAP 'terminated' event
 2023-07-26 15:37 UTC 

[PATCH] [gdb/build] Fix Wstringop-truncation in coff_getfilename
 2023-07-26 13:45 UTC  (2+ messages)

[PATCH] gdb/testsuite: fix completion tests when using READ1
 2023-07-26 13:04 UTC 

[PATCH v4 1/1] gdb, infcmd: Support jump command in multi-inferior case
 2023-07-26 12:32 UTC  (4+ messages)

[PATCH v6 1/1] gdb, infcmd: Support jump command in multi-inferior case
 2023-07-26 12:29 UTC 

[PATCH] [gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.exp
 2023-07-26 11:47 UTC  (3+ messages)

[PATCH v5 1/1] Fixes the issue where jump failed if multiple inferiors run the same source
 2023-07-26 11:44 UTC 

[PATCH] [gdb/tui] Fix secondary prompt
 2023-07-26 11:34 UTC  (3+ messages)

[pushed] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5.0 some more
 2023-07-26 11:28 UTC 

[pushed] [gdb/testsuite] Fix regexps in gdb.base/step-over-syscall.exp
 2023-07-26  9:53 UTC 

[COMMITTED] bpf: fix neg and neg32 BPF instructions in simulator
 2023-07-26  9:46 UTC 

[PATCH] gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step
 2023-07-26  6:30 UTC  (9+ messages)

[PATCH] Implement ValueFormat for DAP
 2023-07-25 17:11 UTC 

[PATCH] Don't supply DAP 'path' for non-file shared libraries
 2023-07-25 16:57 UTC 

[PATCH] Add DAP support for C++ exceptions
 2023-07-25 16:49 UTC 

[PATCH] gdb/testsuite: Improve testing of GDB's completion functions
 2023-07-25 15:40 UTC  (3+ messages)

[PATCH v10 00/10] Extensions for PTWRITE
 2023-07-25 13:30 UTC  (5+ messages)
` [PATCH v10 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH v10 08/10] btrace, linux: Enable ptwrite packets

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).