public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv4 00/12] Infcalls from B/P conditions in multi-threaded inferiors
 2023-07-17 17:17 UTC  (21+ messages)
` [PATCHv5 00/11] "
  ` [PATCHv5 01/11] gdb: include breakpoint number in testing condition error message
  ` [PATCHv5 03/11] gdbserver: allow agent expressions to fail with invalid memory access
  ` [PATCHv5 05/11] gdb: don't always print breakpoint location after failed condition check

[PATCH v4 0/6] Fix some Python Inferior methods
 2023-07-17 17:12 UTC  (10+ messages)
` [PATCH v4 1/6] Minor cleanups in py-inferior.exp
` [PATCH v4 2/6] Refactor py-inferior.exp
` [PATCH v4 3/6] Rename Python variable in py-inferior.exp
` [PATCH v4 4/6] Remove obsolete comment from gdbthread.h
` [PATCH v4 5/6] Introduce scoped_restore_current_inferior_for_memory
` [PATCH v4 6/6] Use correct inferior in Inferior.read_memory et al

[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 v4 0/4] Small changes to "list" command
 2023-07-17 14:14 UTC  (20+ messages)
` [PATCH v4 1/4] gdb/cli: Factor out code to list lines around a given line
` [PATCH v4 2/4] gdb/cli: add '.' as an argument for 'list' command
` [PATCH v4 3/4] gdb/cli: Improve UX when using list with no args
` [PATCH v4 4/4] gdb/doc: document '+' argument for 'list' command

[PATCH 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
 2023-07-17 11:40 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v3 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-07-17 11:40 UTC  (2+ messages)
` [PING][PATCH "

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

[PATCH 0/8] Some vfork related fixes
 2023-07-17  8:53 UTC  (4+ messages)
` [PATCHv2 "

[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] Guard against killing unrelated processes in amd64-disp-step.exp
 2023-07-15 13:38 UTC  (5+ messages)

[PATCH] gdb/testsuite: Improve testing of GDB's completion functions
 2023-07-15 12:13 UTC  (2+ 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/amd-dbgapi-target: Use inf param in detach
 2023-07-15  2:00 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

[PATCH] gdb/solib-rocm: limit the number of opened file descriptors
 2023-07-14 18:58 UTC  (2+ messages)

[PATCH v3 0/6] Fix some Python Inferior methods
 2023-07-14 17:05 UTC  (9+ messages)
` [PATCH v3 1/6] Minor cleanups in py-inferior.exp
` [PATCH v3 2/6] Refactor py-inferior.exp
` [PATCH v3 3/6] Rename Python variable in py-inferior.exp
` [PATCH v3 4/6] Remove obsolete comment from gdbthread.h
` [PATCH v3 5/6] Introduce scoped_restore_current_inferior_for_memory
` [PATCH v3 6/6] Use correct inferior in Inferior.read_memory et al

[PATCH v2 0/6] Fix some Python Inferior methods
 2023-07-14 16:56 UTC  (13+ messages)
` [PATCH v2 1/6] Minor cleanups in py-inferior.exp
` [PATCH v2 2/6] Refactor py-inferior.exp
` [PATCH v2 3/6] Rename Python variable in py-inferior.exp
` [PATCH v2 4/6] Remove obsolete comment from gdbthread.h
` [PATCH v2 5/6] Introduce scoped_restore_current_inferior_for_memory
` [PATCH v2 6/6] Use correct inferior in Inferior.read_memory et al

[pushed] Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component"
 2023-07-14 16:39 UTC 

[PATCH] gdb/testsuite: Disable gdb.compile when testing with clang
 2023-07-14 16:33 UTC  (2+ messages)

[PATCH v6 00/15] Handle variable XSAVE layouts
 2023-07-14 15:58 UTC  (17+ messages)
` [PATCH v6 01/15] x86: Add an x86_xsave_layout structure to handle "
` [PATCH v6 02/15] gdb: Store an x86_xsave_layout in i386_gdbarch_tdep
` [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 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 v6 09/15] gdb: Support XSAVE layouts for the current host in the Linux x86 targets
` [PATCH v6 10/15] gdb: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v6 11/15] gdbserver: Add a function to set the XSAVE mask and size
` [PATCH v6 12/15] gdbserver: Refactor the legacy region within the xsave struct
` [PATCH v6 13/15] gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v6 14/15] x86: Remove X86_XSTATE_SIZE and related constants
` [PATCH v6 15/15] gdbserver: Simplify handling of ZMM registers

[PATCH v3] gdb tests: Allow for "LWP" in thread IDs from info threads
 2023-07-14 15:35 UTC  (8+ messages)
          ` [PING] "

[PATCH] [gdb/tui] Fix secondary prompt
 2023-07-14 12:47 UTC 

[PATCH v2] [gdb/tui] Fix superfluous newline for long prompt
 2023-07-14 12:18 UTC  (2+ messages)

[PATCH v9 00/10] Extensions for PTWRITE
 2023-07-14 11:07 UTC  (12+ messages)
` [PATCH v9 06/10] python: Add clear() to gdb.Record
` [PATCH v9 09/10] btrace, python: Enable ptwrite filter registration
` [PATCH v9 10/10] btrace: Extend ptwrite event decoding

[PATCH v1] gdb/fortran: Align intrinsic/variable precedence
 2023-07-14 10:46 UTC  (3+ messages)

[PATCH v3 0/1] update MAINTAINERS file with git trailers
 2023-07-14 10:11 UTC  (6+ messages)
` [PATCH v4 1/1] [gdb]: add git trailer information on gdb/MAINTAINERS

[PATCH v4 3/7] bfd: Improve nm and objdump without section header
 2023-07-13 21:58 UTC  (6+ messages)

[PATCH v1] gdb/DAP Introduce new methods to to Pretty Printers
 2023-07-13 20:38 UTC  (2+ messages)

[PATCH 0/2] Implement two new Ada attributes
 2023-07-13 17:44 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Drop -nostdlib in gdb.dwarf2/typeddwarf.exp
 2023-07-13 14:15 UTC 

[PATCH 1/3] [gdb/testsuite] Use require in gdb.dwarf2/implptr.exp
 2023-07-13 13:41 UTC  (5+ messages)
` [PATCH 2/3] [gdb/testsuite] Add nopie in a few test-cases

[PATCH 0/2] Improve handling of thread numbers for reverse execution targets
 2023-07-13 12:22 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] gdb: keep record "
  ` [PATCH v2 2/2] gdb: retain thread-specific breakpoints in "

Shopify Redesign
 2023-07-13 10:21 UTC 

[PATCH v5] gdb/DAP Fix disassemble bug
 2023-07-12 18:45 UTC 

[PATCH v4] gdb/DAP Fix disassemble bug
 2023-07-12 15:47 UTC 

[PATCH 0/3] Implement the DAP "modules" request
 2023-07-12 14:42 UTC  (6+ messages)
` [PATCH 1/3] Remove unused imports
` [PATCH 2/3] Add Progspace.objfile_for_address
` [PATCH 3/3] Implement DAP modules request

[PATCH] [gdb/tui] Assume HAVE_WBORDER
 2023-07-12 13:55 UTC  (2+ messages)

[PATCH v3] gdb/DAP Fix disassemble bug
 2023-07-12  9:17 UTC  (3+ messages)

[PATCH] gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step
 2023-07-12  3:25 UTC 

[PATCH] gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step
 2023-07-12  3:25 UTC 

[PATCH] gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step
 2023-07-12  3:19 UTC 

Keeping track of rs6000-coff archive element pointers
 2023-07-12  0:00 UTC 

[PATCH 0/5] Fix some Python Inferior methods
 2023-07-11 15:19 UTC  (7+ messages)
` [PATCH 1/5] Minor cleanups in py-inferior.exp
` [PATCH 3/5] Rename Python variable "

[PATCH 5/6 v3] gdb/debuginfod: Support on-demand debuginfo downloading
 2023-07-11 15:00 UTC  (4+ messages)

[PATCH] Remove some TODOs from gdb.cp tests
 2023-07-11 13:22 UTC  (4+ messages)

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

[Patch] Fix AIX shared library load broken during fork ()
 2023-07-11  5:08 UTC  (7+ messages)

[PATCH] Remove target_close
 2023-07-10 21:40 UTC  (3+ messages)

[PATCH v2 0/4] GDB support for DW_AT_trampoline
 2023-07-10 21:29 UTC  (4+ messages)
` [PATCH v2 3/4] gdb/infrun: handle stepping through functions with DW_AT_trampoline

[PATCHv7 0/6] Infcalls from B/P conditions in multi-threaded inferiors
 2023-07-10 20:04 UTC  (5+ messages)
` [PATCHv8 "
  ` [PATCHv8 4/6] gdb/remote: avoid SIGINT after calling remote_target::stop

[PATCH v2 0/7] Reimplement DAP backtrace using frame filters
 2023-07-10 19:14 UTC  (2+ messages)

[PATCH 0/8] Minor C++-ification and cleanup in trace targets
 2023-07-10 19:02 UTC  (6+ messages)
` [PATCH 1/8] Remove a use of xfree
` [PATCH 5/8] Use function_view in traceframe_walk_blocks
` [PATCH 7/8] Move definition of ctf_target type

[PATCH 0/5] Fixes for per-inferior settings and $_gdb_setting_str()
 2023-07-10 17:25 UTC  (5+ messages)
` [PATCH 5/5] gdb: make deprecated_show_value_hack static

[PATCH] Avoid crash with absolute symbol
 2023-07-10 17:01 UTC  (2+ messages)

[PATCH] Implement Ada target name symbol
 2023-07-10 13:19 UTC  (2+ messages)

[PUSHED] gdb/testsuite: avoid stack addresses in test names
 2023-07-10 11:22 UTC 

[PATCH 0/3] Improve vmcore loading
 2023-07-10 11:10 UTC  (3+ messages)
` [PATCH 2/3] gdb/testsuite: add test for core file with a 0 pid

[PATCH v2] gdb/testsuite: Testing with the nvfortran compiler
 2023-07-10  8:07 UTC  (3+ messages)

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