public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 000/203] Refactor expressions
 2021-01-01 21:44 UTC  (9+ messages)
` [PATCH 001/203] Split out eval_op_scope
` [PATCH 002/203] Split out eval_op_var_entry_value
` [PATCH 003/203] Split out eval_op_var_msym_value
` [PATCH 004/203] Split out eval_op_func_static_var
` [PATCH 005/203] Split out eval_op_register
` [PATCH 006/203] Split out eval_op_string
` [PATCH 007/203] Split out eval_op_objc_selector
` [PATCH 008/203] Split out eval_op_concat

[PATCH][PR gdb/27133] Avoid use after free with logging and debug redirect
 2021-01-01 20:11 UTC 

[PATCH v6] Fix range end handling of inlined subroutines
 2021-01-01 19:41 UTC  (2+ messages)

[PATCH] Fix handling of DW_AT_entry_pc of inlined subroutines
 2021-01-01  9:59 UTC 

[PATCH] Introduce a new line table flag is_weak
 2021-01-01  9:56 UTC 

FYI/gdb-10-branch: Start of New Year Procedure applied
 2021-01-01  8:27 UTC  (4+ messages)
` [PATCH 1/4] Update copyright year in version message for gdb, gdbserver and gdbreplay
` [PATCH 2/4] gdb/copyright.py: Also update sources in "gdbserver" and "gdbsupport"
` [PATCH 4/4] Manual updates of copyright year range not covered by gdb/copyright.py

FYI/master: Start of New Year Procedure
 2021-01-01  8:16 UTC  (4+ messages)
` [PATCH 2/5] Update copyright year in version message for gdb, gdbserver and gdbreplay
` [PATCH 3/5] gdb/copyright.py: Also update sources in "gdbserver" and "gdbsupport"
` [PATCH 5/5] Manual updates of copyright year range not covered by gdb/copyright.py

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2021-01-01  0:06 UTC  (4+ messages)
` V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

[PATCH] Change handling of '!' operator in stap probes
 2020-12-31 23:02 UTC 

[PATCH] Refactor struct trad_frame_saved_regs
 2020-12-31 22:25 UTC  (6+ messages)

[PATCH v2] Refactor struct trad_frame_saved_regs
 2020-12-31 22:04 UTC  (5+ messages)

[pushed] Update gdb.rust tests for Rust 1.49
 2020-12-31 22:00 UTC 

[PATCH 0/2][PR cli/22640] Have ptype support hex display of offsets and sizes
 2020-12-31 15:51 UTC  (5+ messages)
` [PATCH 1/2] typeprint.h: reorder struct declaration
` [PATCH 2/2] ptype: add option to use hexadecimal notation

[PATCH] Use gdb::array_view for setting value bytes in trad-frame
 2020-12-31 14:42 UTC  (5+ messages)

[PATCH 1/4] Fix wrong method name
 2020-12-31 14:01 UTC  (11+ 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

[pushed] gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.exp
 2020-12-31  4:46 UTC 

[PATCH] Include <stdlib.h> to sim-main.c for abort() declaration
 2020-12-31  4:17 UTC  (4+ messages)

GDB test for a clang/llvm feature
 2020-12-31  3:01 UTC  (3+ messages)

[PATCH v5] Fix range end handling of inlined subroutines
 2020-12-30 22:56 UTC  (6+ messages)

[PATCH v4 00/25] Memory Tagging Support + AArch64 Linux implementation
 2020-12-30 20:45 UTC  (30+ 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 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] Enable GDB build with in-tree GMP and MPFR
 2020-12-29 14:50 UTC  (16+ messages)
      ` [PATCH v2] "

[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  (2+ messages)
  ` [PATCH 3/4] Don't add window duplicates to tui_windows

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