public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] [gdb/cli] Add maint info screen
 2023-04-27 21:06 UTC  (6+ messages)

[PATCH v5 00/19] Handle variable XSAVE layouts
 2023-04-27 21:01 UTC  (20+ messages)
` [PATCH v5 01/19] x86: Add an x86_xsave_layout structure to handle "
` [PATCH v5 02/19] gdb: Store an x86_xsave_layout in i386_gdbarch_tdep
` [PATCH v5 03/19] core: Support fetching x86 XSAVE layout from architectures
` [PATCH v5 04/19] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count
` [PATCH v5 05/19] x86 nat: Add helper functions to save the XSAVE layout for the host
` [PATCH v5 06/19] x86-fbsd-nat: Add missing public label
` [PATCH v5 07/19] *-fbsd-nat: Handle null inferior in read_description
` [PATCH v5 08/19] *-linux-nat: "
` [PATCH v5 09/19] gdb: Update x86 FreeBSD architectures to support XSAVE layouts
` [PATCH v5 10/19] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets
` [PATCH v5 11/19] gdb: Update x86 Linux architectures to support XSAVE layouts
` [PATCH v5 12/19] gdb: Support XSAVE layouts for the current host in the Linux x86 targets
` [PATCH v5 13/19] gdb: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v5 14/19] gdbserver: Add a function to set the XSAVE mask and size
` [PATCH v5 15/19] gdbserver: Refactor the legacy region within the xsave struct
` [PATCH v5 16/19] gdbserver: Clear upper ZMM registers in the right location
` [PATCH v5 17/19] gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v5 18/19] x86: Remove X86_XSTATE_SIZE and related constants
` [PATCH v5 19/19] gdbserver: Simplify handling of ZMM registers

[PATCH] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-04-27 20:59 UTC 

[PATCH v4 00/13] Handle variable XSAVE layouts
 2023-04-27 19:51 UTC  (7+ messages)
` [PATCH v4 10/13] gdbserver: Add a function to set the XSAVE mask and size
` [PATCH v4 11/13] gdbserver: Refactor the legacy region within the xsave struct

[PATCH] Replace field_is_static with a method
 2023-04-27 19:43 UTC  (2+ messages)

[PATCH 0/5] gdb/testsuite: stricter matching for gdb_test
 2023-04-27 19:39 UTC  (5+ messages)
` [PATCH 4/5] gdb/testsuite: change newline patterns used in gdb_test

[PATCH] Do not change type in get_discrete_low_bound
 2023-04-27 19:35 UTC 

[PATCH] gdb/record-full: disable range stepping when resuming threads
 2023-04-27 18:54 UTC 

[PATCH] Add dynamic_prop::is_constant
 2023-04-27 18:29 UTC 

[PATCH] Use discrete_position in ada-valprint.c
 2023-04-27 17:29 UTC 

[PATCH] gdb/doc: don't use @var on @defun lines
 2023-04-27 17:09 UTC  (5+ messages)

[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
 2023-04-27 17:04 UTC  (2+ messages)

[pushed] Avoid some compiler warnings in gdb.ada
 2023-04-27 16:32 UTC 

[PATCH] Allow pretty-print of static members
 2023-04-27 14:31 UTC 

[pushed 1/4] [gdb/testsuite] Don't use string cat in gdb.dwarf2/dw2-abs-hi-pc.exp
 2023-04-27 13:39 UTC  (10+ messages)
` [pushed 2/4] [gdb/testsuite] Add basic lmap for tcl < 8.6
` [pushed 3/4] [gdb/testsuite] Fix gdb.multi/multi-arch.exp on powerpc64le
` [pushed 4/4] [gdb/testsuite] Require GCC >= 5.x.x in gdb.base/utf8-identifiers.exp

[PATCH] gdb: remove end_stepping_range observable
 2023-04-27 13:36 UTC  (5+ messages)

[PATCH] gdb/doc: extend the documentation of the jump command
 2023-04-27 13:00 UTC  (3+ messages)

[PATCH] gdb, doc: add index entry for the $_inferior_thread_count convenience var
 2023-04-27 12:27 UTC  (2+ messages)

[PATCH] Fix call functions command bug in 64-bit programs for AIX
 2023-04-27 12:23 UTC  (26+ messages)
                              ` [PATCH] Fix call functions command bug in 64-bit programs for AIX and PC read in psymtab-symtab warning

[Patch] Fix Assertion pid 0 failure in AIX while running gdb.threads/foll-fork-other-thread
 2023-04-27 12:20 UTC  (2+ messages)

[PATCH v2 RESEND] gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_
 2023-04-27 11:44 UTC  (2+ messages)
` [PING][PATCH "

[PATCH 17/17] [gdb/docs] sme: Document SME registers and features
 2023-04-27  9:12 UTC  (8+ messages)
` [PATCH,v3 "

[COMMITED] sim: bpf: update to new BPF relocations
 2023-04-26 17:23 UTC 

[pushed] [gdb/tui] Fix length of status line string
 2023-04-26 16:18 UTC 

[PATCH] gdb/testsuite: change hardcoded assembly in gdb.arch/disp-step-insn-reloc.exp
 2023-04-26 13:29 UTC 

[PATCH] gdbserver: update the comment of 'current_process'
 2023-04-26 10:11 UTC  (3+ messages)

[PATCH 0/2] Fix gdbserver/linux memory access regression
 2023-04-26  6:35 UTC  (4+ messages)
` [PATCH 2/2] gdbserver: track current process as well as current thread

[PATCH] [gdb/aarch64] Add new debug architecture version
 2023-04-26  6:01 UTC  (2+ messages)

[PATCH] [gdb/aarch64] Updated debug architecture version checks for fbsd
 2023-04-26  6:01 UTC  (3+ messages)

[PATCH] Allow strings with printf/eval
 2023-04-25 20:21 UTC  (4+ messages)

[PATCH] Environment variable convenience function
 2023-04-25 18:56 UTC  (6+ messages)

[PATCH] Rewrite gdb_mpz::operator==
 2023-04-25 18:55 UTC  (7+ messages)

[PATCH 1/1] gdb: Avoid warning for the jump command inside an inline function
 2023-04-25 14:40 UTC  (4+ messages)
` [PING] "

[PATCH v2 0/1] gdb, infcmd: Support jump command in multi-inferior case
 2023-04-25 13:40 UTC  (10+ messages)
` [PATCH v2 1/1] "
` [PING] [PATCH v2 0/1] "

[PATCH v3 1/1] gdb, infcmd: Support jump command in multi-inferior case
 2023-04-25 13:38 UTC 

[PATCH] gdb.base/watchpoint-unaligned.exp: Fix TCL error
 2023-04-25 10:47 UTC  (2+ messages)
` [PATCH v2] gdb.base/watchpoint-unaligned.exp: Always initialize wpoffset_to_wpnum

[PATCH 0/8] [gdb/testsuite] Fix timeouts in TUI tests
 2023-04-25  7:09 UTC  (7+ messages)
` [PATCH 8/8] [gdb/tui] Fix TUI for TERM=ansi

[PATCH] Use scoped_restore in varobj.c
 2023-04-24 19:35 UTC  (2+ messages)

[PATCH] Remove some "goto"s from parse.c
 2023-04-24 19:33 UTC  (2+ messages)

[PATCH users/roland/safe-ctype] Uniformly put `#include "safe-ctype.h"` last among #include directives
 2023-04-24 17:40 UTC  (4+ messages)

[PATCH V2 0/5] gdb/testsuite: Miscelleanous fixes
 2023-04-24 17:16 UTC  (5+ messages)
` [PATCH V2 1/5] gdb/testsuite: Fix style.exp failures on targets without argc/argv support
` [PATCH V2 2/5] gdb/testsuite: Fix style.exp failures on targets without libopcodes styling
` [PATCH V2 3/5] gdb/testsuite: Adjust some testcases to allow Windows pathnames

[PATCH 0/3] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto
 2023-04-24 17:09 UTC  (5+ messages)
` [PATCH 1/3] [gdb/testsuite] Fix -wrap in presence of -prompt in gdb_test_multiple
` [PATCH 2/3] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto
` [PATCH 3/3] [gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.exp

[PATCH 5/7 v2] gdb/debuginfod: Support on-demand debuginfo downloading
 2023-04-24 16:39 UTC  (2+ messages)
` [PATCH r/7 v2.1] "

[PATCH] Fix calling debuginfo-less functions in Ada
 2023-04-24 16:39 UTC  (3+ messages)

[RFC 00/10] More use of unrelocated_addr
 2023-04-24 16:22 UTC  (11+ messages)
` [RFC 01/10] Remove baseaddr parameter from dwarf2_record_block_ranges
` [RFC 02/10] Minor cleanup in loclist_describe_location
` [RFC 03/10] Move unrelocated_addr to common-types.h
` [RFC 04/10] Use unrelocated_addr in the DWARF reader
` [RFC 05/10] Use unrelocated_addr in dwarf_decode_lines
` [RFC 06/10] Fix comment in address_class
` [RFC 07/10] Use "unrelocated" terminology in linetable_entry
` [RFC 08/10] Constify dwarf2_cie::augmentation
` [RFC 09/10] Use local "text offset" variable in dwarf2_frame_cache
` [RFC 10/10] Use unrelocated_addr in dwarf2_fde

[PATCH] Remove parameter from select_source_symtab
 2023-04-24 15:45 UTC  (2+ messages)

[PATCH v3] gdb: Fix false match issue in skip_prologue_using_linetable
 2023-04-24 14:15 UTC  (6+ messages)

[pushed] [gdb/testsuite] Use -std=gnu99 for gdb.server/attach-flag.exp
 2023-04-24 13:03 UTC 

[PATCH v5] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2023-04-24  9:53 UTC  (4+ messages)
` [PATCH v6] [gdb/mi] Don't treat references to compound values as "simple"
  ` [PING] "

[pushed] [gdb/testsuite] Skip dap tests for tcl 8.5
 2023-04-24  9:29 UTC 

[PATCH V2 4/5] gdb/testsuite: Disable some tests that are broken on remote Windows host
 2023-04-23 19:36 UTC  (2+ messages)
` [PATCH V2 5/5] gdb/testsuite: Make hook-stop.exp ignore termination message from GDB stub

[PATCH v3] [PR python/29603] Disable out-of-scope watchpoints
 2023-04-23  9:54 UTC  (5+ messages)
` [PATCH v4] "
      ` [PATCH v5] "

[PATCH] gdb: Fix false match issue in skip_prologue_using_linetable
 2023-04-23  1:24 UTC  (3+ messages)

[pushed] [gdb/testsuite] Remove debug prints in gdb_find_gdc
 2023-04-22  9:05 UTC 

[PATCH 0/5] gdb/testsuite: Miscellaneous fixes
 2023-04-22  0:11 UTC  (14+ messages)
` [PATCH 1/5] gdb/testsuite: Fix style.exp failures on targets without argc/argv support
` [PATCH 2/5] gdb/testsuite: Fix style.exp failures on targets without libopcodes styling
` [PATCH 3/5] gdb/testsuite: Adjust some testcases to allow Windows pathnames
` [PATCH 4/5] gdb/testsuite: Disable some tests that are broken on remote Windows host

[PATCH] gdb: Don't overwrite CC when checking for BFD support
 2023-04-21 18:13 UTC  (3+ messages)

[PATCH 0/3] Some language cleanups
 2023-04-21 18:10 UTC  (6+ messages)
` [PATCH 1/3] gdb: remove return value of set_language
` [PATCH 2/3] gdb: switch "set language" to getter/setter
` [PATCH 3/3] gdb: remove language_auto

[PATCH 0/1] [gdb/testsuite] Run test-case with all host/target boards
 2023-04-21 15:41 UTC  (9+ messages)
` [PATCH 1/1] [gdb/contrib] Add make-check-all.sh

[PATCH v2] Use styled_string when defering warnings when loading separate debug files
 2023-04-21 14:07 UTC  (4+ messages)

[PATCH v2] gdb: Fix building with latest libc++
 2023-04-21 14:01 UTC  (2+ messages)

[PATCH 0/3] PPC/PPC64 "finish" fixes
 2023-04-21 13:40 UTC  (2+ messages)

[PATCH] Do not print <synthetic pointer> when piece is optimized out
 2023-04-21 13:40 UTC 

[PATCH v3 1/1] gdb, infcmd: Support jump command with same line in multiple symtabs
 2023-04-21  7:24 UTC  (2+ messages)

[pushed] Remove adjust_type_signedness
 2023-04-19 14:06 UTC 

[PATCH] [gdb/testsuite] Add -q to INTERNAL_GDBFLAGS
 2023-04-19 14:04 UTC  (6+ messages)
        ` [PATCH] [gdb/testsuite] Use verbose -log for "GDB initialized"

[RFC] [gdb/tui] Add set tui border-kind acs-or-space/acs-or-ascii
 2023-04-19 13:37 UTC 

[PATCH v2] gdb tests: Allow for "LWP" in thread IDs from info threads
 2023-04-18 20:14 UTC  (4+ messages)

[PATCH v3] gdb tests: Allow for "LWP" in thread IDs from info threads
 2023-04-18 20:13 UTC 

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