public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/4] Fix wrong method name
 2020-12-29 17:02 UTC  (3+ 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] Enable GDB build with in-tree GMP and MPFR
 2020-12-29 14:50 UTC  (16+ messages)
      ` [PATCH v2] "

[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-12-29 14:32 UTC  (51+ 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 v5] Fix range end handling of inlined subroutines
 2020-12-29  9:10 UTC 

[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] Refactor struct trad_frame_saved_regs
 2020-12-24 17:34 UTC  (2+ messages)

[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  (4+ messages)
` [PATCH v2 2/3] gdb: use infrun_debug_printf in print_target_wait_results
` [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)

[PATCH] gdb: define COFF file offsets with file_ptr
 2020-12-18 19:12 UTC  (5+ messages)

[pushed] Run fixed_points.exp with -fgnat-encodings=minimal
 2020-12-18 18:21 UTC 

[PATCH] Also compare frame_id_is_next in frapy_richcompare
 2020-12-18 17:25 UTC 

[PATCH] Fix partial symbols
 2020-12-18 16:23 UTC  (6+ messages)
    ` [PATCH] Skip .cold functions in search_minsyms_for_name
      ` [PING] "
    ` [PATCHv2] Fix partial symbols

[PATCHv5 0/2] Restore thread and frame patches
 2020-12-18  8:43 UTC  (4+ messages)
` [PATCHv6 "
  ` [PATCHv6 2/2] gdb: Track the current frame for each thread

[pushed] Remove a use of n_spaces
 2020-12-17 20:47 UTC 

[PATCH 1/5] gdb/testsuite: use clean_restart in gdb.server/solib-list.exp
 2020-12-17 19:30 UTC  (5+ messages)
` [PATCH 2/5] gdb/testsuite: use build_executable in gdb.server/stop-reply-no-thread.exp
` [PATCH 3/5] gdb/testsuite: use clean_restart in gdb.server/ext-run.exp
` [PATCH 4/5] gdb/testsuite: use clean_restart in gdb.server/server-run.exp
` [PATCH 5/5] gdb/testsuite: avoid reading files through the remote protocol in gdb.server/*.exp

V2 [PATCH 3/3] Support the PGO build for binutils+gdb
 2020-12-17 18:31 UTC  (4+ messages)
` V2 [PATCH 1/3] GCC: Pass --plugin to AR and RANLIB
` V2 [PATCH 2/3] Binutils: "

[pushed] gdb/doc: fix "show check range" command name
 2020-12-17 14:43 UTC 

[PATCH] inferior without argument prints detail of current inferior
 2020-12-17 14:24 UTC  (2+ messages)

[PATCH][gdb/testsuite] Don't pass -fPIC to gdb_compile_shlib
 2020-12-17 13:26 UTC  (4+ messages)

[PATCH] Change parameters to language_defn::post_parser
 2020-12-17  0:37 UTC  (3+ messages)

[pushed] Change void_context_p to bool
 2020-12-16 22:30 UTC 

[pushed] gdb/testsuite: make some tests in gdb.base enable non-stop using GDBFLAGS
 2020-12-16 21:47 UTC 

[PATCH 1/3] gdb: make "set debug timestamp" work nice with new debug printouts
 2020-12-16 20:46 UTC  (4+ messages)
` [PATCH 3/3] gdb: introduce scoped debug prints

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