public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Many fixes to gdb.reverse tests
 2023-07-26 13:37 UTC  (6+ 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] 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] [gdb/build] Fix Wstringop-truncation in coff_getfilename
 2023-07-26  8:49 UTC 

[PATCH v6 00/15] Handle variable XSAVE layouts
 2023-07-26  8:31 UTC  (9+ messages)

[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 0/6] Several DAP fixes for VSCode
 2023-07-25 14:07 UTC  (8+ 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

[PATCH v10 00/10] Extensions for PTWRITE
 2023-07-25 13:30 UTC  (15+ messages)
` [PATCH v10 01/10] btrace: Introduce auxiliary instructions
` [PATCH v10 02/10] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH v10 03/10] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH v10 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH v10 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH v10 06/10] python: Add clear() to gdb.Record
` [PATCH v10 07/10] btrace, gdbserver: Add ptwrite to btrace_config_pt
` [PATCH v10 08/10] btrace, linux: Enable ptwrite packets
` [PATCH v10 09/10] btrace, python: Enable ptwrite filter registration
` [PATCH v10 10/10] btrace: Extend ptwrite event decoding

[PATCH v3 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-07-25  9:28 UTC  (9+ messages)
` [PATCH v3 01/16] [gdb/aarch64] Fix register fetch/store order for native AArch64 Linux
` [PATCH v3 03/16] [gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
` [PING][PATCH v3 00/16] SME support for AArch64 gdb/gdbserver on Linux

starting the GDB 14 release process
 2023-07-24  8:23 UTC  (2+ messages)

[PATCH 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
 2023-07-24  8:16 UTC  (3+ messages)
` [PING][PATCH "

[pushed] Use 'name' in DAP start_thread function
 2023-07-23 21:34 UTC 

[PATCH] Export gdb.block_signals and create gdb.Thread
 2023-07-23 21:07 UTC  (2+ messages)

[PATCH 0/8] Some vfork related fixes
 2023-07-23  8:53 UTC  (8+ messages)
` [PATCHv2 "
  ` [PATCHv2 5/8] gdb: don't resume vfork parent while child is still running

[PUSHED] gdb: two changes to linux_nat_debug_printf calls in linux-nat.c
 2023-07-23  8:33 UTC 

[PUSHED] gdb/testsuite: replace $testfile with $binfile in one case
 2023-07-23  8:26 UTC 

[pushed 1/2] [gdb/testsuite] Use proc readnow in two test-cases
 2023-07-22  9:00 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Improve gdb.arch/arm-pthread_cond_timedwait-bt.exp

[PATCH 0/3] Implement the DAP "modules" request
 2023-07-21 18:05 UTC  (6+ messages)
` [PATCH 2/3] Add Progspace.objfile_for_address

[pushed] Fix typo in py-type.c docstring
 2023-07-21 16:34 UTC 

[PATCH] Remove redundant @findex from python.texi
 2023-07-21 16:25 UTC  (2+ messages)

[PATCH v2 0/3] Implement the DAP "modules" request
 2023-07-21 16:03 UTC  (5+ messages)
` [PATCH v2 1/3] Remove unused imports
` [PATCH v2 2/3] Add Progspace.objfile_for_address
` [PATCH v2 3/3] Implement DAP modules request

[PATCH] Document array indexing for Python gdb.Value
 2023-07-21 15:53 UTC  (4+ messages)

[PATCH] Implement Ada target name symbol
 2023-07-21 15:36 UTC  (2+ messages)

[PATCH] Add instruction bytes to DAP disassembly response
 2023-07-21 15:29 UTC  (2+ messages)

[pushed] Remove ancient Ada workaround
 2023-07-21 13:41 UTC 

[PATCH v4 0/4] Small changes to "list" command
 2023-07-21 11:05 UTC  (20+ messages)
` [PATCH v4 2/4] gdb/cli: add '.' as an argument for 'list' command
    ` [PATCH] gdb/cli: fixes to newly added "list ." command
      ` [PATCH v2] "
` [PATCH v4 4/4] gdb/doc: document '+' argument for 'list' command

[COMMITTED] sim/bpf: desCGENization of the BPF simulator
 2023-07-21 10:44 UTC 

[PATCH v2] gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.exp
 2023-07-21  9:58 UTC 

[PATCH] gdb/testsuite: dont test dprintf to stderr in gdb.mi/mi-dprintf.exp
 2023-07-21  9:33 UTC  (3+ messages)

[PATCH] Fix crash with DW_FORM_implicit_const
 2023-07-21  8:40 UTC  (2+ messages)

[PATCH v2] gdb/solib-rocm: limit the number of opened file descriptors
 2023-07-21  8:29 UTC  (3+ messages)

[PATCH v2] [gdb/tui] Fix superfluous newline for long prompt
 2023-07-21  7:37 UTC  (3+ messages)

[PATCH 2/2 version 2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-07-21  7:24 UTC  (19+ messages)
      ` [PATCH ] PowerPC: "
                ` [PATCH 2/2 "

[PATCH v1] gdb/DAP Introduce new methods to to Pretty Printers
 2023-07-21  0:27 UTC  (8+ messages)

[PATCH] [gdb/symtab] Add optimized out static var to cooked index
 2023-07-20 21:05 UTC  (3+ messages)
` [PATCH, v2] "

[PATCH] gdb/solib-rocm: limit the number of opened file descriptors
 2023-07-19 19:23 UTC  (4+ messages)

[PATCH v2] gdb: Fix "target file /proc/.../cmdline contained unexpected null characters"
 2023-07-19 16:07 UTC  (2+ messages)

[PATCH] Fix bug in fixed-point handling
 2023-07-19 15:24 UTC 

[PATCH 0/2] Exit during detach
 2023-07-19 15:01 UTC  (5+ messages)
` [PATCH 1/2] gdb: fix possible nullptr dereference in a remote_debug_printf call
` [PATCH 2/2] gdb: handle main thread exiting during detach

[PATCH v2] gdb/testsuite: Disable gdb.compile when testing with clang
 2023-07-19 14:40 UTC 

[PATCH 0/6 v3] gdb/debuginfod: Add on-demand debuginfo downloading
 2023-07-19 14:33 UTC  (9+ messages)
` [PATCH 4/6] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
` [PATCH 6/6 v3] gdb/debuginfod: Add .debug_line downloading
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "

[PATCH 5/6 v3] gdb/debuginfod: Support on-demand debuginfo downloading
 2023-07-19 14:33 UTC  (5+ messages)
      ` [PING][PATCH "

[PATCH 3/6 v4] gdb: Buffer output streams during events that might download debuginfo
 2023-07-19 14:32 UTC  (3+ messages)
  ` [PING*2][PATCH "

[PATCH] gdb: LoongArch: Optimize fetch register process
 2023-07-19 14:19 UTC  (2+ messages)

[PATCH v4 0/6] Fix some Python Inferior methods
 2023-07-19 13:14 UTC  (13+ messages)
` [PATCH v4 6/6] Use correct inferior in Inferior.read_memory et al
          ` [PATCH] Fix gdb.Inferior.read_memory without execution (PR dap/30644) (was: Re: [PATCH v4 6/6] Use correct inferior in Inferior.read_memory et al)
            ` [PATCH] Fix gdb.Inferior.read_memory without execution (PR dap/30644)

[PATCH] Guard against killing unrelated processes in amd64-disp-step.exp
 2023-07-19 12:37 UTC  (7+ messages)

[PATCH] gdb: Fix "target file /proc/.../cmdline contained unexpected null characters"
 2023-07-19 11:00 UTC  (3+ messages)

[PATCH] gdb/amd-dbgapi-target: Use inf param in detach
 2023-07-19  8:56 UTC  (6+ messages)

[pushed] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5.0
 2023-07-19  7:18 UTC 

[PATCH] gdbserver: try selecting a thread first to access memory
 2023-07-18 14:23 UTC  (5+ messages)

[RFC] Filter invalid encodings from Linux thread names
 2023-07-17 20:47 UTC 

[PATCH v2 0/8] Fixes for multiprocess for FreeBSD's native target
 2023-07-17 19:20 UTC  (9+ messages)
` [PATCH v2 1/8] fbsd-nat: Add a list of pending events
` [PATCH v2 2/8] fbsd-nat: Defer any ineligible events reported by wait
` [PATCH v2 3/8] fbsd-nat: Fix resuming and waiting with multiple processes
` [PATCH v2 4/8] fbsd-nat: Fix several issues with detaching
` [PATCH v2 5/8] fbsd-nat: Fix thread_alive against a running thread
` [PATCH v2 6/8] fbsd-nat: Stop a process if it is running before killing it
` [PATCH v2 7/8] fbsd-nat: Defer resume of inferiors
` [PATCH v2 8/8] fbsd-nat: Implement the target stop method

[PATCHv4 00/12] Infcalls from B/P conditions in multi-threaded inferiors
 2023-07-17 17:17 UTC  (9+ messages)
` [PATCHv5 00/11] "
  ` [PATCHv5 05/11] gdb: don't always print breakpoint location after failed condition check

[pushed] Remove unused declaration of child_terminal_init_with_pgrp
 2023-07-17 17:02 UTC 

[PATCH] [gdb/tui] Fix assert in ~gdbpy_tui_window_maker
 2023-07-17 16:31 UTC 

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

[pushed] [gdb/testsuite] Handle has_native_target in gdb.testsuite/gdb-caching-proc-consistency.exp
 2023-07-16 14:21 UTC 

[pushed] [gdb/testsuite] Fix gdb.dwarf2/forward-spec.exp with read1
 2023-07-15 15:06 UTC  (3+ messages)

[PATCH] Update TUI window title when changed
 2023-07-15 10:41 UTC  (4+ messages)

[PATCHv3] gdb: style filenames in separate debug file warnings
 2023-07-15 10:38 UTC  (5+ messages)

[PATCH] gdb: fix auto-load variable expansion when path is nontrivial
 2023-07-15  1:16 UTC  (3+ messages)

[PATCHv6 0/6] Infcalls from B/P conditions in multi-threaded inferiors
 2023-07-14 19:52 UTC  (5+ messages)
` [PATCHv6 3/6] gdb: add timeouts for inferior function calls

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).