public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] sim: common: switch AC_CONFIG_HEADERS
 2021-01-31  4:26 UTC 

[PATCH] sim: igen: drop libiberty linkage
 2021-01-31  4:25 UTC 

[PATCH] sim: testsuite: push $arch out to targets
 2021-01-31  1:27 UTC  (12+ messages)

[PATCH] sim: drop use of bfd/configure.host
 2021-01-31  1:26 UTC 

[PATCH/committed 1/4] sim: m68hc11: include stdlib.h for prototypes
 2021-01-30 18:40 UTC  (4+ messages)
` [PATCH/committed 2/4] sim: m68hc11: tweak printf-style funcs
` [PATCH/committed 3/4] sim: m68hc11: localize a few functions
` [PATCH/committed 4/4] sim: m68hc11: fix printf size warnings

[PING^3] [PATCH 4/4] Fix raw-frame-arguments in combination with frame-filters
 2021-01-30 14:19 UTC 

[PING^3] [PATCH 3/4] Add optional styled argument to gdb.execute
 2021-01-30 14:17 UTC 

[PING^4] [PATCH] Also compare frame_id_is_next in frapy_richcompare
 2021-01-30 14:16 UTC 

[PING^2] [PATCH 1/3] Refresh regs window in display_registers_from
 2021-01-30 14:14 UTC 

[PING^2] [PATCH v2] Don't add window duplicates to tui_windows
 2021-01-30 14:13 UTC  (2+ messages)

[PATCH 00/13] DWARF 5 rnglists & loclists fixes (PR 26813)
 2021-01-29 17:37 UTC  (26+ messages)
` [PATCH 01/13] gdb/dwarf: change read_loclist_index complaints into errors
` [PATCH 02/13] gdb/dwarf: fix bound check in read_rnglist_index
` [PATCH 05/13] gdb/dwarf: few fixes for handling DW_FORM_{rng, loc}listx
  ` [PATCH 05/13] gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listx
` [PATCH 06/13] gdb/dwarf: read correct rnglist/loclist header in read_{rng, loc}list_index
  ` [PATCH 06/13] gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_index
` [PATCH 07/13] gdb/dwarf: read DW_AT_ranges value as unsigned in partial_die_info::read
` [PATCH 08/13] gdb/testsuite: add .debug_rnglists tests
` [PATCH 09/13] gdb/testsuite: DWARF assembler: add context parameters to _location
` [PATCH 10/13] gdb/testsuite: add .debug_loclists tests

[PATCH][gdb/testsuite] Add KFAILs for PR symtab/24549
 2021-01-29 15:47 UTC 

[PATCH][gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 and gcc-10
 2021-01-29 10:44 UTC  (7+ messages)

[PATCH] sim: readd myself as a maintainer
 2021-01-29 10:41 UTC  (5+ messages)

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

[PATCH v3] Use flexible target descriptions for Linux PowerPC
 2021-01-29  9:40 UTC  (2+ messages)

[PATCH][gdb/exp] Fix assert when adding ptr to imaginary unit
 2021-01-29  7:10 UTC  (4+ messages)

[PATCH] Extract symbol-writing function from parsers
 2021-01-29  3:20 UTC  (5+ messages)

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

[PATCH 0/2] Expression Evaluation Changes For Dynamic Types
 2021-01-28 19:57 UTC  (2+ messages)
` PING: "

[PATCH] gdb: remove unneeded switch_to_thread from thr_try_catch_cmd
 2021-01-28 17:34 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix g0 search in gdb.arch/i386-sse-stack-align.exp
 2021-01-28 16:23 UTC  (4+ messages)

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

[PATCH][gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.exp
 2021-01-28 15:08 UTC  (2+ messages)

[PUSHED] gdb: update comment for execute_command_to_string
 2021-01-28 10:04 UTC 

[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] RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn
 2021-01-28  1:27 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] 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  (3+ messages)
` [PATCH 2/2] gdb/tui: fix issue with handling the return character

[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  (6+ messages)
` [PATCHv2 2/9] bfd/binutils: support for gdb target descriptions in the core file

[PATCH 0/5] Separating NT_FILE related utilities
 2021-01-25 11:04 UTC  (4+ 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 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

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