public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-02-01 13:37 UTC  (12+ 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
  ` PING: "
` [PATCHv2 3/9] gdb: write target description into "
` [PATCHv2 4/9] bfd/riscv: prepare to handle bare metal core dump creation
  ` PING: "
` [PATCHv2 6/9] bfd/binutils: add support for RISC-V CSRs in core files

[PATCH 00/11] fix build warnings for rx simulator
 2021-02-01 11:44 UTC  (12+ messages)
` [PATCH 01/11] sim/rx: define sim_memory_map
` [PATCH 02/11] sim/rx: fix an issue where we try to modify a const string
` [PATCH 03/11] sim/rx: fill in missing 'void' for empty argument lists
` [PATCH 04/11] sim/rx: mark some functions as static
` [PATCH 05/11] sim/rx: delete an unused function
` [PATCH 06/11] sim/rx: use puts instead of printf in a few places
` [PATCH 07/11] sim/rx: move some variable declarations to the start of the block
` [PATCH 08/11] sim/rx: use PRIx64 in printf format string
` [PATCH 09/11] sim/rx: add some missing includes
` [PATCH 10/11] sim/rx: avoid pointer arithmetic on void * pointers
` [PATCH 11/11] sim/rx: enable build with warnings

[PATCH] Correction of gdb.dwarf2/pr13961.S
 2021-02-01  8:00 UTC 

[PATCH 0/2] Revive sim common tests
 2021-02-01  6:44 UTC  (4+ messages)
` [PATCH 1/2] sim: testsuite: Get common tests compiling again

[PATCH] sim: microblaze: breakpoint inst check + a couple of questions
 2021-02-01  3:04 UTC  (5+ messages)

[PATCH] sim: common: Fix pointer sign warnings
 2021-02-01  2:14 UTC  (4+ messages)

[PATCH/committed] sim: cgen-trace: tweak printf call
 2021-01-31 22:32 UTC 

[PATCH/committed] sim: bpf: fix mainloop extract call
 2021-01-31 22:20 UTC 

[PATCH/committed] sim: bpf/or1k: fix CGEN_TRACE_EXTRACT name
 2021-01-31 22:09 UTC 

[PATCH/committed] sim: v850: cleanup build warnings
 2021-01-31 20:20 UTC 

[PATCH/committed] sim: v850: fix handling of SYS_times
 2021-01-31 20:20 UTC 

[PATCH] sim: testsuite: push $arch out to targets
 2021-01-31 19:41 UTC  (8+ messages)

[PATCH 4/4] Skip .cold functions in search_minsyms_for_name
 2021-01-31 18:06 UTC  (3+ messages)

[PATCH/committed] sim: moxie: cleanup build warnings
 2021-01-31 17:08 UTC 

[PATCH v2] Fix raw-frame-arguments in combination with frame-filters
 2021-01-31 13:46 UTC 

[PATCH 3/4] Fix handling of DW_AT_entry_pc of inlined subroutines
 2021-01-31  9:13 UTC 

[PATCH 2/4] Fix range end handling of inlined subroutines
 2021-01-31  9:13 UTC 

[PATCH 1/4] Introduce a new line table flag is_weak
 2021-01-31  9:12 UTC 

[PATCH 0/4] Improve debugging of optimized code
 2021-01-31  9:12 UTC 

[PING^3] [PATCH 3/4] Add optional styled argument to gdb.execute
 2021-01-31  7:16 UTC  (2+ messages)

[PATCH 1/4] Fix wrong method name
 2021-01-31  7:13 UTC  (3+ messages)
` [PATCH 4/4] Fix raw-frame-arguments in combination with frame-filters

[PING][PATCH] Also compare frame_id_is_next in frapy_richcompare
 2021-01-31  7:04 UTC  (2+ messages)

GDB 10.2 release (respin) -- 2021-01-31 Update
 2021-01-31  6:45 UTC 

[PATCH] sim: watchpoints: use common sim_pc_get
 2021-01-31  5:24 UTC 

[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: 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^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  (11+ 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).