public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 00/25] Memory Tagging Support + AArch64 Linux implementation
 2021-01-28 10:02 UTC  (33+ messages)
` [PATCH v5 01/25] New target methods for memory tagging support
` [PATCH v5 02/25] New gdbarch memory tagging hooks
` [PATCH v5 03/25] Add GDB-side remote target support for memory tagging
` [PATCH v5 04/25] Unit testing for GDB-side remote memory tagging handling
` [PATCH v5 05/25] GDBserver remote packet support for memory tagging
` [PATCH v5 06/25] Unit tests for gdbserver memory tagging remote packets
` [PATCH v5 07/25] Documentation for "
` [PATCH v5 08/25] AArch64: Add MTE CPU feature check support
` [PATCH v5 09/25] AArch64: Add target description/feature for MTE registers
` [PATCH v5 10/25] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH v5 11/25] AArch64: Add MTE ptrace requests
` [PATCH v5 12/25] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v5 13/25] Convert char array to std::string in linux_find_memory_regions_full
` [PATCH v5 14/25] Refactor parsing of /proc/<pid>/smaps
` [PATCH v5 15/25] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v5 16/25] AArch64: Add unit testing for logical tag set/get operations
` [PATCH v5 17/25] AArch64: Report tag violation error information
` [PATCH v5 18/25] AArch64: Add gdbserver MTE support
` [PATCH v5 19/25] AArch64: Add MTE register set support for core files
` [PATCH v5 20/25] New memory-tag commands
` [PATCH v5 21/25] Documentation for the new mtag commands
` [PATCH v5 22/25] Extend "x" and "print" commands to support memory tagging
` [PATCH v5 23/25] Document new "x" and "print" memory tagging extensions
` [PATCH v5 24/25] Add NEWS entry
` [PATCH v5 25/25] Add memory tagging testcases

[PATCH][gdb/breakpoints] Fix longjmp master breakpoint with separate debug info
 2021-01-28  9:55 UTC  (3+ messages)

[PATCH] RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn
 2021-01-28  1:27 UTC  (3+ messages)

[PATCH] Extract symbol-writing function from parsers
 2021-01-27 23:39 UTC  (3+ messages)

[PATCH][PR gdb/27133] Avoid use after free with logging and debug redirect
 2021-01-27 22:20 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix ERROR in gdb.dwarf2/dw2-out-of-range-end-of-seq.exp
 2021-01-27 21:51 UTC  (4+ messages)

[PATCH] gdb/tui: remove special handling of locator/status window
 2021-01-27 21:33 UTC  (2+ messages)

[PATCH] gdb/testsuite: unset XDG_CONFIG_HOME
 2021-01-27 20:51 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with -m32 and gcc-10
 2021-01-27 20:49 UTC  (2+ messages)

[PATCH 1/2] gdb: rename type::{arch, objfile} -> type::{arch_owner, objfile_owner}
 2021-01-27 19:29 UTC  (4+ messages)
` [PATCH 2/2] gdb: rename get_type_arch to type::arch

[Patch] GDB: aarch64: Add ability to step over a BR/BLR instruction
 2021-01-27 17:02 UTC  (14+ messages)
                      ` [Patch] GDB: aarch64: Add ability to displaced "

[pushed] Remove extra space after @pxref in gdb.texinfo
 2021-01-27 14:06 UTC  (2+ messages)

[PATCH 0/2] tui input related fixes
 2021-01-27 13:41 UTC  (4+ messages)
` [PATCH 1/2] gdb/testsuite: fix implementation of delete line in tuiterm.exp
` [PATCH 2/2] gdb/tui: fix issue with handling the return character

[PATCH][gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.exp
 2021-01-26 18:04 UTC 

[PATCH][gdb/testsuite] Fix g0 search in gdb.arch/i386-sse-stack-align.exp
 2021-01-26 18:03 UTC 

[PATCH][gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 and gcc-10
 2021-01-26 18:03 UTC 

[PATCH v4 00/25] Memory Tagging Support + AArch64 Linux implementation
 2021-01-26 16:49 UTC  (6+ messages)
  ` [PING] "

[PATCH] gdb: Do not interrupt atomic sequences for ARC
 2021-01-26 16:02 UTC  (4+ messages)

[PATCHv2 0/3] Adding startup files to GDB
 2021-01-26 15:32 UTC  (9+ messages)
` [PATCHv2 1/3] gdb: refactor the initialization file lookup code
` [PATCHv2 2/3] gdb: process startup files and startup command line options
` [PATCHv2 3/3] gdb: add "set startup-quietly" command

[PATCH] Use debug_prefixed_printf_cond in windows-nat.c
 2021-01-26 13:35 UTC  (3+ messages)

[PATCH] gdb: Use correct feature in tdesc-regs for ARC
 2021-01-26 11:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] gdb: Add default reggroups for ARC
 2021-01-26 10:21 UTC  (3+ messages)
` [PUSHED] "

[PATCH] arc: Log "pc" value in "arc_skip_prologue"
 2021-01-26  9:59 UTC  (3+ messages)
` [PUSHED] "

[PATCH v2] Don't add window duplicates to tui_windows
 2021-01-26  9:29 UTC  (4+ messages)

[PATCH] arc: Fix some of the failing arc-analyze-prologue.exp test cases
 2021-01-26  9:27 UTC  (2+ messages)

[PATCH][gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off in partial DIE
 2021-01-26  7:47 UTC  (12+ messages)

[PATCH 2/2] Build gdb.base/gnu-ifunc.exp with lazy binding
 2021-01-25 17:07 UTC  (4+ messages)

[PATCH] gdb/docs: add parentheses in Python examples using print
 2021-01-25 15:50 UTC  (5+ messages)
` [PING][PATCH] "

[PATCHv2] gnulib: update to 776af40e0
 2021-01-25 13:15 UTC  (3+ messages)

[PATCH 0/4] Add support for command renaming
 2021-01-25 11:33 UTC  (12+ messages)
` [PATCH 1/4] gdb: add lookup_cmd_exact to simplify a common pattern
` [PATCH v2 0/5] Add support for command renaming
  ` [PATCH v2 1/5] gdb: add lookup_cmd_exact to simplify a common pattern
  ` [PATCH v2 2/5] gdb: prevent prefix commands from being hooks
  ` [PATCH v2 3/5] gdb: update the docs for add_cmd and do_add_cmd to match reality
  ` [PATCH v2 4/5] gdb: generate the prefix name for prefix commands on demand
  ` [PATCH v2 5/5] gdb: Add support for renaming commands

[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-01-25 11:20 UTC  (11+ messages)
` [PATCHv2 1/9] gdb: unify parts of the Linux and FreeBSD core dumping code
` [PATCHv2 2/9] bfd/binutils: support for gdb target descriptions in the core file
` [PATCHv2 3/9] gdb: write target description into "

[PATCH 0/5] Separating NT_FILE related utilities
 2021-01-25 11:04 UTC  (5+ messages)
` [PATCH 1/5] bfd: add elfcore_write_file_note

[PATCH 0/2] Add another case to Ada expression resolution
 2021-01-25  7:57 UTC  (5+ messages)
` [PATCH 1/2] Add test case for symbol menu for local enumerators
` [PATCH 2/2] Specially handle array contexts in Ada expression resolution

[PATCH] Fix fixed-point regression with recent GCC
 2021-01-25  7:52 UTC  (2+ messages)

[PATCH] sim: testsuite: push $arch out to targets
 2021-01-25  5:34 UTC  (9+ messages)

[PATCH v4 0/3] Reduce back and forth with target when threads have pending statuses
 2021-01-25  4:57 UTC  (4+ messages)
` [PATCH v4 1/3] gdb/testsuite: add test for run/attach while program is running
` [PATCH v4 2/3] gdb: move commit_resume to process_stratum_target
` [PATCH v4 3/3] gdb: generalize commit_resume, avoid commit-resuming when threads have pending statuses

[PATCH 000/203] Refactor expressions
 2021-01-25  3:27 UTC  (5+ messages)
` [PATCH 009/203] what is this code for

[PATCH] Return unique_ptr from language_defn::get_compile_context
 2021-01-24 17:13 UTC 

[PATCH 1/4] Fix wrong method name
 2021-01-24 12:33 UTC  (8+ messages)
` [PATCH 2/4] Return true in TuiWindow.is_valid only if TUI is enabled

[PATCH] gdb: fix regression in copy_type_recursive
 2021-01-23 22:36 UTC  (3+ messages)

[PATCH 0/2] Avoid "compile" crash
 2021-01-23 19:59 UTC  (3+ messages)

[PATCH] Remove call to reset from compile_to_object
 2021-01-23 19:27 UTC  (2+ messages)

[PATCH] Improve gdb_tilde_expand logic
 2021-01-23 17:40 UTC  (4+ messages)
` [PATCH v4] "

[pushed] Use readline's variant of Windows patch
 2021-01-23 16:24 UTC 

[PATCH] Disable bracketed paste mode in GDB tests
 2021-01-23 15:43 UTC  (7+ messages)

[PATCH][gdb/breakpoint] Fix stepping past non-stmt line-table entries
 2021-01-23  8:07 UTC  (2+ messages)

[PATCH] sim: readd myself as a maintainer
 2021-01-23  4:37 UTC  (2+ messages)

[PATCH v3 0/5] Reduce back and forth with target when threads have pending statuses + better handling of 'S' packets
 2021-01-22 22:07 UTC  (5+ messages)
` [PATCH v3 4/5] gdb: generalize commit_resume, avoid commit-resuming when threads have pending statuses

[PATCH] Fix expected output of gdb.base/line65535.exp with dwarf-5
 2021-01-22 20:50 UTC  (2+ messages)

[PATCH] gdb/testsuite: eliminate gdb_suppress_tests mechanism
 2021-01-22 20:43 UTC  (3+ messages)

[PATCH 1/3] gdb: add owner-related methods to struct type
 2021-01-22 19:42 UTC  (9+ messages)
` [PATCH 2/3] gdb: remove TYPE_OBJFILE_OWNED macro
` [PATCH 3/3] gdb: remove TYPE_OBJFILE macro

[PATCH] gdb/doc: move @menu blocks to the end of their enclosing @node
 2021-01-22 19:33 UTC  (2+ messages)

[PATCH 1/4] gdb: move set remote commands to remote.c
 2021-01-22 17:42 UTC  (10+ messages)
` [PATCH 2/4] gdb: move remote_debug to remote.{h,c}
` [PATCH 3/4] gdb: change remote_debug to bool
` [PATCH 4/4] gdb: add remote_debug_printf

[PATCH 0/2] Style related fixes
 2021-01-22 15:26 UTC  (7+ messages)
` [PATCH 1/2] gdb: don't print escape characters when a style is disabled

[PATCH] Handle glibc's thread cancellation signal (SIG32) in gdb.threads/create-fail.exp
 2021-01-22 14:00 UTC 

[PATCH] gnulib: update to 776af40e0
 2021-01-22 13:32 UTC  (4+ 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).