[PATCH v4 00/25] Memory Tagging Support + AArch64 Linux implementation
2020-12-30 20:43 UTC (28+ messages)
` [PATCH v4 01/25] New target methods for memory tagging support
` [PATCH v4 02/25] New gdbarch memory tagging hooks
` [PATCH v4 03/25] Add GDB-side remote target support for memory tagging
` [PATCH v4 04/25] Unit testing for GDB-side remote memory tagging handling
` [PATCH v4 05/25] GDBserver remote packet support for memory tagging
` [PATCH v4 06/25] Unit tests for gdbserver memory tagging remote packets
` [PATCH v4 07/25] Documentation for "
` [PATCH v4 08/25] AArch64: Add MTE CPU feature check support
` [PATCH v4 09/25] AArch64: Add target description/feature for MTE registers
` [PATCH v4 10/25] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH v4 11/25] AArch64: Add MTE ptrace requests
` [PATCH v4 12/25] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v4 13/25] Convert char array to std::string in linux_find_memory_regions_full
` [PATCH v4 14/25] Refactor parsing of /proc/<pid>/smaps
` [PATCH v4 15/25] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v4 16/25] AArch64: Add unit testing for logical tag set/get operations
` [PATCH v4 17/25] AArch64: Report tag violation error information
` [PATCH v4 18/25] AArch64: Add gdbserver MTE support
` [PATCH v4 19/25] AArch64: Add MTE register set support for core files
` [PATCH v4 20/25] New memory-tag commands
` [PATCH v4 21/25] Documentation for the new mtag commands
` [PATCH v4 22/25] Extend "x" and "print" commands to support memory tagging
` [PATCH v4 23/25] Document new "x" and "print" memory tagging extensions
` [PATCH v4 24/25] Add NEWS entry
` [PATCH v4 25/25] Add memory tagging testcases
[PATCH v5] Fix range end handling of inlined subroutines
2020-12-30 19:54 UTC (4+ messages)
[PATCH] Use gdb::array_view for setting value bytes in trad-frame
2020-12-30 18:56 UTC
[PATCH v2] Refactor struct trad_frame_saved_regs
2020-12-30 18:56 UTC
[PATCH] Refactor struct trad_frame_saved_regs
2020-12-30 18:04 UTC (3+ messages)
[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
2020-12-30 0:50 UTC (55+ messages)
` [PATCH v3 01/24] New target methods for memory tagging support
` [PATCH v3 02/24] New gdbarch memory tagging hooks
` [PATCH v3 03/24] Add GDB-side remote target support for memory tagging
` [PATCH v3 04/24] Unit testing for GDB-side remote memory tagging handling
` [PATCH v3 05/24] GDBserver remote packet support for memory tagging
` [PATCH v3 06/24] Unit tests for gdbserver memory tagging remote packets
` [PATCH v3 08/24] AArch64: Add MTE CPU feature check support
` [PATCH v3 09/24] AArch64: Add target description/feature for MTE registers
` [PATCH v3 10/24] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH v3 11/24] AArch64: Add MTE ptrace requests
` [PATCH v3 12/24] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v3 13/24] Refactor parsing of /proc/<pid>/smaps
` [PATCH v3 14/24] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v3 16/24] AArch64: Report tag violation error information
` [PATCH v3 17/24] AArch64: Add gdbserver MTE support
` [PATCH v3 19/24] New mtag commands
` [PATCH v3 21/24] Extend "x" and "print" commands to support memory tagging
` [PATCH v3 24/24] Add memory tagging testcases
[PATCH 1/4] Fix wrong method name
2020-12-29 17:39 UTC (7+ messages)
` [PATCH 2/4] Return true in TuiWindow.is_valid only if TUI is enabled
` [PATCH 3/4] Add optional styled argument to gdb.execute
` [PATCH 4/4] Fix raw-frame-arguments in combination with frame-filters
[PATCH] Enable GDB build with in-tree GMP and MPFR
2020-12-29 14:50 UTC (16+ messages)
` [PATCH v2] "
[PATCH] Include <stdlib.h> to sim-main.c for abort() declaration
2020-12-28 17:26 UTC (3+ messages)
[PATCH 0/2] Handle "line 0" ranges (PR26243, PR15314, PR15668)
2020-12-27 22:17 UTC (4+ messages)
[PATCH] Simplify MULTI_SUBSCRIPT implementation
2020-12-27 20:49 UTC (3+ messages)
[PATCH] Fix fixed-point binary operation type handling
2020-12-27 6:24 UTC (2+ messages)
[PATCH] Pass void_context_p to parse_expression
2020-12-27 6:20 UTC (2+ messages)
[PATCH 0/3] RFC: separating NT_FILE related utilities
2020-12-27 4:55 UTC (2+ messages)
[PATCH 0/4] Reduce back and forth with target when threads have
2020-12-24 18:04 UTC (8+ messages)
` [PATCH 1/4] gdb: make remote target track resumed but no vCont-resumed threads
` [PATCH 2/4] gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.c
` [PATCH 3/4] gdb: move commit_resume to process_stratum_target
` [PATCH 4/4] gdb: generalize commit_resume, avoid commit-resuming when threads have pending statuses
` [PATCH 0/4] Reduce back and forth with target "
[PATCH 0/4] Clear target async event handlers in wait method
2020-12-24 17:44 UTC (7+ messages)
` [PATCH 1/4] gdb: make async event handlers clear themselves
` [PATCH 2/4] gdb: make remote target clear its async event handler in wait
[PATCH 0/2] Avoid resolving dynamic properties for non-allocated arrays
2020-12-24 17:04 UTC (6+ messages)
` [PATCH 1/2] gdb: include allocated/associated properties in 'maint print type'
` [PATCH 2/2] gdb: avoid resolving dynamic properties for non-allocated arrays
[PATCH] gdb/gdbtypes.h: Fix comparison of uninitialized values
2020-12-24 16:02 UTC (2+ messages)
[PATCH] gdb: better handling of 'S' packets
2020-12-23 23:09 UTC (3+ messages)
` [PATCHv2] "
[PATCH v3] [gdb/doc]: clarify the language for the '?' packet
2020-12-23 21:37 UTC (2+ messages)
[PATCH 3/3] gdb: refactor file_mappings_builder to use byte_vector
2020-12-23 17:39 UTC
[PATCH 2/3] gdb: split file note handling into a separate module
2020-12-23 17:39 UTC
[PATCH 1/3] bfd: add elfcore_write_file_note
2020-12-23 17:38 UTC
[PATCH] hurd: Fix getting VM_MIN/MAX_ADDRESS
2020-12-23 17:22 UTC (10+ messages)
` [PATCH] hurd: Fix getting VM_MIN/MAX_ADDRESS OFF TOPIC PRAISE
[PATCH] gdb/stubs: fix syntax error for i386
2020-12-23 7:07 UTC
[PATCH] Remove trailing white spaces in gdb/frame.c
2020-12-22 23:54 UTC (4+ messages)
` [PATCH v2] Remove trailing white spaces in gdb/frame.{c,h}
` [PUSHED] "
[PATCH] [PR cli/16269] Add completer for the inferior commands
2020-12-22 21:54 UTC
[PATCH v2 1/3] gdb: make "set debug timestamp" work nice with new debug printouts
2020-12-22 21:35 UTC (3+ messages)
` [PATCH v2 3/3] gdb: introduce scoped debug prints
[PATCH] Fix erroneous agent expression test
2020-12-22 18:00 UTC
[PUSHED] arc: Make variable name in comments uppercase
2020-12-22 11:31 UTC
[PATCH 0/2] Add native GNU/Linux support for ARC in GDB
2020-12-22 11:21 UTC (3+ messages)
` [PUSHED v2 1/2] arc: Take into account the REGNUM in supply/collect gdb hooks
` [PUSHED v2 2/2] gdb: Add native support for ARC in GNU/Linux
[PATCH 0/2] arc: Add signal handling support
2020-12-22 11:13 UTC (3+ messages)
` [PUSHED v2 1/2] arc: Add support for signal handlers
` [PUSHED v2 2/2] arc: Add support for signal frames for Linux targets
[pushed] Move enum noside earlier in expression.h
2020-12-21 20:04 UTC
[PATCH] gdb: Preserve gdb_std{out, err, ...} across interpreter-exec mi
2020-12-21 14:39 UTC (4+ messages)
` [PATCH 1/1] Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmd
[PATCH 1/4] Fix TUI source window drawing
2020-12-21 14:23 UTC (4+ messages)
` [PATCH 2/4] Redraw both spaces between line numbers and source code
` [PATCH 3/4] Don't add window duplicates to tui_windows
` [PATCH 4/4] Prevent flickering when redrawing the TUI source window
[pushed] gdb/testsuite: use gdb_test in gdb.base/list.exp
2020-12-21 14:17 UTC
[PATCH] gdb, record: rephrase the 'not recording' error message
2020-12-21 13:50 UTC (14+ messages)
` [PATCH 1/4] testsuite, gdb.btrace: make test names unique
` [PATCH 2/4] testsuite, gdb.python: make py-record-*.exp "
` [PATCH 3/4] testsuite, gdb.btrace: skip multi-inferior.exp on gdbserver targets
` [PATCH 4/4] testsuite, gdb.btrace: fix 32-bit PIE false positives
[PATCH 0/3] Querying registers of already-exited processes
2020-12-21 8:04 UTC (2+ messages)
[PATCH] Allow Flang style pointer printing in pointer-to-pointer.exp
2020-12-21 6:03 UTC (4+ messages)
[RFA/doco] gdb.texinfo: Document GMP as mandatory requirement to build GDB
2020-12-21 2:22 UTC (3+ messages)
[PATCH] Remove a use of print_expression
2020-12-20 22:50 UTC
[PATCH][gdb/testsuite] Fix shlib compilation with target board unix/-pie/-fPIE
2020-12-20 8:37 UTC (6+ messages)
` [committed][gdb/testsuite] Add save_target_board_info
V3 [PATCH 0/5] Support the PGO build for binutils+gdb
2020-12-19 18:10 UTC (6+ messages)
` V3 [PATCH 1/5] GCC: Pass --plugin to AR and RANLIB
` V3 [PATCH 2/5] Binutils: "
` V3 [PATCH 3/5] Support the PGO build for binutils+gdb
` V3 [PATCH 4/5] Set TESTS to gdb.dwarf2/*.exp for PGO build training
` V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile
[PATCH][gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8
2020-12-19 15:41 UTC (7+ messages)
[PATCH v3] Don't compare types of enum fields
2020-12-19 12:44 UTC (5+ messages)
[PATCH] Warn about static libs vs. source-highlight only when necessary
2020-12-19 8:12 UTC (4+ messages)
` [PATCHv2] "
[PATCH v2] inferior without argument prints detail of current inferior
2020-12-18 22:24 UTC (2+ messages)
[PATCH v2] Don't compare types of enum fields
2020-12-18 22:14 UTC (5+ messages)
[PATCH] Remove erroneous 'a' in gdb.register_window_type documentation
2020-12-18 21:15 UTC (4+ messages)
[PATCH] Add address keyword to Value.format_string
2020-12-18 21:13 UTC (4+ messages)
[PATCH] Fix accessing a method's fields from Python
2020-12-18 21:11 UTC (3+ messages)
[PATCH] Fix name of main_type field type in pretty printer
2020-12-18 20:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox