public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
GDB 12 branching next weekend (2022-03-20 or 2022-03-21)?
 2022-03-16 20:47 UTC  (2+ messages)

[PATCH 0/2] Fix GDB prompt corruption issue
 2022-03-16 20:45 UTC  (7+ messages)
` [PATCHv2 0/3] "
  ` [PATCHv2 1/3] gdb: work around prompt corruption caused by bracketed-paste-mode
  ` [PATCHv2 2/3] readline: back-port changes needed to properly detect EOF
  ` [PATCHv2 3/3] gdb: handle bracketed-paste-mode and EOF correctly

[PATCH] gdb: mips: Fix large-frame.exp test case failure
 2022-03-16 20:30 UTC  (4+ messages)

[PATCH v2 00/12] FreeBSD/aarch64 hardware watchpoint support
 2022-03-16 20:19 UTC  (13+ messages)
` [PATCH v2 01/12] Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support
` [PATCH v2 02/12] x86-nat: Use an unordered_map to store per-pid debug reg state
` [PATCH v2 03/12] x86-nat: Add x86_lookup_debug_reg_state
` [PATCH v2 04/12] Add an x86_fbsd_nat_target mixin class for FreeBSD x86 native targets
` [PATCH v2 05/12] fbsd-nat: Add a low_new_fork virtual method
` [PATCH v2 06/12] x86-fbsd-nat: Copy debug register state on fork
` [PATCH v2 07/12] nat: Split out platform-independent aarch64 debug register support
` [PATCH v2 08/12] aarch64: Add an aarch64_nat_target mixin class
` [PATCH v2 09/12] fbsd-nat: Add helper routine to fetch siginfo_t for a ptid
` [PATCH v2 10/12] fbsd-nat: Add a low_delete_thread virtual method
` [PATCH v2 11/12] fbsd-nat: Add a low_prepare_to_resume "
` [PATCH v2 12/12] Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64

[RFC PATCH 0/4] Handle variable XSAVE layouts
 2022-03-16 19:46 UTC  (5+ messages)
` [RFC PATCH 1/4] x86: Add an xsave_offsets structure to handle "
` [RFC PATCH 2/4] core: Support fetching TARGET_OBJECT_X86_XSAVE_OFFSETS from architectures
` [RFC PATCH 3/4] Update x86 FreeBSD architectures to support XSAVE offsets
` [RFC PATCH 4/4] Support XSAVE layouts for the current host in the FreeBSD/amd64 target

[PATCH] Avoid harmful fall throughs in core_target::xfer_partial
 2022-03-16 19:36 UTC 

[PATCH] gdb: mips: Fix the handling of complex type of function return value
 2022-03-16 18:26 UTC  (5+ messages)

[PATCH] gdb/x86: handle stap probe arguments in xmm registers
 2022-03-16 17:42 UTC  (9+ messages)
` [PATCHv2] "

[PATCH v2 0/2] Querying registers of already-exited processes
 2022-03-16 17:26 UTC  (5+ messages)
` [PATCH v2 1/2] gdb/regcache: return REG_UNAVAILABLE if raw_update raises NOT_AVAILABLE_ERROR
` [PATCH v2 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC

[PATCH] Remove 'target_mach' global from score-tdep.c
 2022-03-16 16:28 UTC  (6+ messages)
  ` [PATCH] gdb: Remove support for S+core

[pushed] gdb/mi: consistently notify user when GDB/MI client uses -thread-select
 2022-03-16 15:09 UTC 

[RFC PATCH] gdb/mi: consistently notify user when GDB/MI client uses -thread-select
 2022-03-16 14:35 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/3] Floating-point literal syntax extension for Ada
 2022-03-16 14:33 UTC  (3+ messages)
` [PATCH 2/3] Implement real literal "

[PATCH 0/3] gdb: add gdb_attach to fix failed testcases
 2022-03-16 14:16 UTC  (7+ messages)
` [PATCH 1/3] gdb: testsuite: leave can_spawn_for_attach alone
` [PATCH 2/3] gdb: testsuite: add new gdb_attach to fix attach-pie-noexec.exp
` [PATCH 3/3] gdb: testsuite: enhance gdb_attach to fix jit-elf.exp

[PATCH 0/4] Some wide string improvements for Ada
 2022-03-16 13:55 UTC  (10+ messages)
` [PATCH 1/4] Remove eval_op_string
` [PATCH 2/4] Ada support for wide strings
` [PATCH 3/4] Remove eval_op_concat
` [PATCH 4/4] Reimplement array concatenation for Ada and D

[PATCH 0/4] Add variant type
 2022-03-16 13:28 UTC  (7+ messages)
` [PATCH 4/4] gdb: make internalvar use a variant

[PATCHv4] gdb/python/mi: create MI commands using python
 2022-03-16 12:29 UTC  (6+ messages)
` [PATCHv5] "

[PATCH v2 00/18] Refactor character printing
 2022-03-16 12:29 UTC  (3+ messages)
` [PATCH v2 16/18] Use generic_emit_char in Modula-2
  ` [PATCH] Additional modula2 tests

[PATCH] Support for Fortran's ASSUMED RANK
 2022-03-16 11:54 UTC  (5+ messages)

[PATCH 1/2] gdb: testsuite: remove pass statement in can_spawn_for_attach
 2022-03-16  6:15 UTC  (6+ messages)
` [PATCH 2/2] gdb: testsuite: fix failed testcases in gdb.base/jit-elf.exp
  ` [PING] "
` [PING] [PATCH 1/2] gdb: testsuite: remove pass statement in can_spawn_for_attach

[PATCH] Powerpc fix for gdb.base/ending-run.exp
 2022-03-16  3:30 UTC  (12+ messages)

[PATCH] Use function view when iterating over block symbols
 2022-03-15 22:17 UTC  (4+ messages)

[PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile
 2022-03-15 21:26 UTC 

[PATCH] Style URLs in GDB output
 2022-03-15 21:19 UTC  (4+ messages)

XSAVE handling does not decode registers on recent AMD Ryzen processors
 2022-03-15 17:53 UTC 

[PUSHED] gdb/testsuite: rename a proc and fix a typo
 2022-03-15 17:01 UTC 

[PATCH] [gdb/testsuite] test a function call by hand fron pretty printer
 2022-03-14 20:39 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] [gdb/testsuite] test a function call by hand from "

[PATCH] Add a timeout parameter to gdb_do_one_event
 2022-03-14 16:17 UTC  (2+ messages)

[PATCH] PowerPC, add support for printing non-trivial C++ object for the finish command
 2022-03-14 14:58 UTC  (6+ messages)

[PATCH] Add a timeout parameter to gdb_do_one_event
 2022-03-14 14:49 UTC  (6+ messages)
        ` [PING] "

[PATCH] Fix for the gdb.base/macscp.exp testcase failure with split dwarf
 2022-03-14 14:32 UTC  (3+ messages)

[PATCH] Replace deprecated_target_wait_hook by observers
 2022-03-14 14:16 UTC  (3+ messages)

[PATCH 0/2] Some changes to the gdbarch*.py scripts
 2022-03-14 14:10 UTC  (6+ messages)
` [PATCH 1/2] gdb/gdbarch: remove the predicate function for gdbarch_register_type
` [PATCH 2/2] gdb/gdbarch: compare some fields against 0 verify_gdbarch

[PATCH] Remove "Ada Settings" node from the manual
 2022-03-14 14:03 UTC 

[PATCH] gdb: prevent the use of the clear command to remove the internal breakpoint (PR cli/7161)
 2022-03-14 13:55 UTC  (3+ messages)

[PATCH] Implement gdbarch_stack_frame_destroyed_p for aarch64
 2022-03-14 13:41 UTC  (4+ messages)

[PATCH] Debug support for global alias variable
 2022-03-14 11:15 UTC  (2+ messages)

[PATCH] [aarch64/arm] Properly extract the return value returned in memory
 2022-03-14 10:39 UTC  (4+ messages)

[PATCH] gcc: rename floatformat_ia64_quad_{big, little} to floatformat_ieee_quad_{big, little}
 2022-03-14  3:10 UTC 

[PATCH] Correctly print subrange types in generic_value_print
 2022-03-13  5:07 UTC  (2+ messages)

[pushed] Relax regexp in gdb.rust/unsized.exp
 2022-03-12 21:39 UTC 

[PING] Replace deprecated_target_wait_hook by observers
 2022-03-12 12:41 UTC  (3+ messages)

[PATCH 2/2] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
 2022-03-11 21:49 UTC  (4+ messages)

[PATCH 1/2] gdb: Add soname to build-id mapping for core files
 2022-03-11 21:44 UTC  (4+ messages)

[RFC PATCH] gdb/frame: Refine stack switch heuristic
 2022-03-11 20:17 UTC  (2+ messages)

[PATCH v2 0/2] Make "set disable-randomization" work on Windows
 2022-03-11 20:02 UTC  (4+ messages)
` [PATCH v2 1/2] Introduce wrapper for CreateProcess
` [PATCH v2 2/2] Allow ASLR to be disabled on Windows

[PATCH] Avoid crash with cross-linux core file
 2022-03-11 18:52 UTC  (5+ messages)

[PUSHED] gdb/testsuite: remove duplicates from gdb.base/stap-probe.exp
 2022-03-11 15:31 UTC 

[PATCH 0/2] gdb: rename floatformats_ia64_quad and fix failed testcases
 2022-03-11 14:51 UTC  (5+ messages)
` [PATCH 1/2] gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
` [PATCH 2/2] gdb: LoongArch: fix failed testcases in gdb.base/align-c.exp

FYI/Wiki: Kevin Legouguec added to GDB Wiki's EditorGroup
 2022-03-11 11:56 UTC 

[PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M
 2022-03-11  9:47 UTC  (8+ messages)

[PATCH] gdb: Try searching for auto-load script using .gnu_debuglink
 2022-03-11  9:32 UTC  (7+ messages)

[OB PATCH] gdb/auto-load: Remove repeating "auto-load" from debug message
 2022-03-10 20:54 UTC 

[PATCH] Change how "print/x" displays floating-point value
 2022-03-10 20:53 UTC  (14+ messages)

[PATCH v2] Change how "print/x" displays floating-point value
 2022-03-10 20:36 UTC  (3+ messages)

[PATCH v4 0/8] gdb: split array and string limiting options
 2022-03-10 17:15 UTC  (11+ messages)
` [PATCH v4 7/8] GDB: Add a character string limiting option

[PATCH] Simplify the ui-out progress API
 2022-03-10 17:11 UTC  (3+ messages)

[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
 2022-03-10 13:49 UTC  (9+ messages)

[PUSHED] gdb/gdbarch: fix typo in gdbarch-components.py
 2022-03-10 13:29 UTC 

[PATCH 00/11] Linux: Fix issues around thread group leader exits
 2022-03-10 11:46 UTC  (7+ messages)
` [PATCH 09/11] Ensure EXIT is last event, gdb/linux

why ptrace read failed to read debugging process memory?
 2022-03-10 10:34 UTC  (3+ messages)
  ` 回复:why "

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