public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2023-05-02  9:13 UTC  (4+ messages)
` [PATCH v6] [gdb/mi] Don't treat references to compound values as "simple"
  ` [PING] "

GDB 13.2 and GDB 14 releases
 2023-05-02  6:55 UTC  (7+ messages)

[PATCH 0/3] Some struct ui / struct interps cleanup
 2023-05-02  0:49 UTC  (6+ messages)
` [PATCH 1/3] gdb: move struct ui and related things to ui.{c,h}
` [PATCH 2/3] gdb: store interps in an intrusive_list
` [PATCH 3/3] gdb: remove ui_interp_info

[PATCH] Correctly handle forward DIE references in scanner
 2023-05-01 22:10 UTC 

[PATCH] xcoffread.c: Fix -Werror=dangling-pointer= issue with main_subfile
 2023-05-01 18:19 UTC  (4+ messages)
    ` [PATCHv2] "

[PATCH] Document DAP 'launch' parameter
 2023-05-01 17:45 UTC  (3+ messages)

[PATCH] Turn set_inferior_args_vector into method of inferior
 2023-05-01 17:09 UTC  (2+ messages)

[PATCH 0/3] Minor expression cleanups
 2023-05-01 17:04 UTC  (6+ messages)
` [PATCH 1/3] Remove op_name
` [PATCH 2/3] Remove evaluate_expression
` [PATCH 3/3] Remove evaluate_type

[pushed] Fix crash in Rust expression parser
 2023-05-01 16:16 UTC 

[PATCH 0/5] gdb/testsuite: stricter matching for gdb_test
 2023-05-01 15:10 UTC  (13+ messages)
` [PATCH 4/5] gdb/testsuite: change newline patterns used in gdb_test

[pushed] [gdb/tui] Fix TUI resizing for TERM=ansi
 2023-05-01  7:45 UTC  (3+ messages)
  ` [PATCH] [gdb/build] Remove dependency on _rl_term_autowrap

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

[pushed] [gdb/testsuite] Fix gdb.base/readline.exp with stub-termcap
 2023-04-29  8:48 UTC 

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

[pushed] [gdb/testsuite] Fix gdb.ada/excep_handle.exp for updated gdb_test
 2023-04-29  6:57 UTC 

[PATCH 0/9] thread-specific breakpoints in just some inferiors
 2023-04-29  6:02 UTC  (12+ messages)
` [PATCH 1/9] gdb: create_breakpoint: assert for a valid thread-id
` [PATCH 2/9] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
` [PATCH 3/9] gdb: change 'if' to gdb_assert in update_dprintf_command_list
` [PATCH 4/9] gdb: build dprintf commands just once in code_breakpoint constructor
` [PATCH 5/9] gdb: don't display inferior list for pending breakpoints
` [PATCH 6/9] gdb: parse pending breakpoint thread/task immediately
` [PATCH 7/9] gdb: remove breakpoint_re_set_one
` [PATCH 8/9] gdb: remove tracepoint_probe_create_sals_from_location_spec
` [PATCH 9/9] gdb: only insert thread-specific breakpoints in the relevant inferior

[pushed] [gdb/build] Fix build without ncurses in maintenance_info_screen
 2023-04-29  5:04 UTC 

[pushed] [gdb/testsuite] Fix gdb.tui/main.exp without TUI
 2023-04-29  5:01 UTC 

[PATCH] gdb/mi: check thread exists when creating thread-specific b/p
 2023-04-28 23:18 UTC  (2+ messages)

[PATCH 0/5] Disassembler Styling And The Python API
 2023-04-28 23:11 UTC  (9+ messages)
` [PATCH 1/5] gdb/doc: improve Python Disassembler API documentation
` [PATCH 5/5] gdb/python: extend the Python Disassembler API to allow for styling
    ` [PATCHv2 "

[PATCH 0/5] Fixes for per-inferior settings and $_gdb_setting_str()
 2023-04-28 21:53 UTC  (8+ messages)
` [PATCH 5/5] gdb: make deprecated_show_value_hack static

[PATCH] gdb/record-full: disable range stepping when resuming threads
 2023-04-28 18:29 UTC  (3+ messages)

[PATCH] Allow strings with printf/eval
 2023-04-28 17:45 UTC  (5+ messages)

[PATCH] gdb/doc: don't use @var on @defun lines
 2023-04-28 16:52 UTC  (7+ messages)

[PATCH] Do not change type in get_discrete_low_bound
 2023-04-28 16:07 UTC  (2+ messages)

[PATCH] gdb: add support for %V to printf command
 2023-04-28 15:34 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH] Move find_minimal_symbol_address to minsyms.c
 2023-04-28 14:42 UTC  (2+ messages)

[PATCH v3 1/1] gdb, infcmd: Support jump command with same line in multiple symtabs
 2023-04-28 14:39 UTC  (4+ messages)
  ` [PING] "

[PATCH v3] gdb: Fix building with latest libc++
 2023-04-27 21:46 UTC 

[PATCH] [gdb/cli] Add maint info screen
 2023-04-27 21:06 UTC  (3+ 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] 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/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  (7+ messages)

[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] 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  (4+ messages)
` [PATCH v2 1/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] 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 V2 0/5] gdb/testsuite: Miscelleanous fixes
 2023-04-24 17:16 UTC  (2+ messages)

[PATCH 0/3] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto
 2023-04-24 17:09 UTC  (2+ messages)

[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 

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