public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
Re. [PATCH] Add a timeout parameter to gdb_do_one_event
 2022-05-20 11:39 UTC  (2+ messages)
` [PING] "

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-05-20 10:49 UTC  (2+ messages)
` [PING^6][PATCH "

[PATCH 0/2] gdb: Fix DUPLICATE and PATH regressions throughout
 2022-05-20 10:10 UTC  (4+ messages)
` [PATCH 1/2] Add -nopass option to gdb_test/gdb_test_multiple
` [PATCH 2/2] gdb: Fix DUPLICATE and PATH regressions throughout
` [PATCH, TEST REQUEST][gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp

[PATCH 1/2] Merge config/ changes from GCC, to enable DFP on AArch64
 2022-05-20  9:06 UTC  (2+ messages)
` [PATCH 2/2] AArch64: add support for DFP (Decimal Floating point)

[PATCH] Resolve aix-thread.c compile errors
 2022-05-20  9:03 UTC  (9+ messages)

[PATCH 0/2] info breakpoints improvements
 2022-05-20  7:45 UTC  (7+ messages)
` [PATCH 1/2] Always show locations for breakpoints & show canonical location spec
` [PATCH 2/2] Introduce "info breakpoints -hide-locations"

[PATCH][gdb/testsuite] Fix printing of 0x10000000000000000
 2022-05-19 18:48 UTC  (2+ messages)

[PATCH v2 0/2] Fix regression with lazy-loading of partial symbols
 2022-05-19 18:45 UTC  (3+ messages)
` [PATCH v2 1/2] gdb: Require psymtab before calling quick_functions in objfile
` [PATCH v2 2/2] gdb: Simplify psymbol_functions::require_partial_symbols

[PATCH v3 00/13] Handle variable XSAVE layouts
 2022-05-19 16:05 UTC  (6+ messages)

[PATCH] Remove obsolete text from documentation
 2022-05-19 15:55 UTC  (2+ messages)

[PATCH] Fix inconsistent input/output of example
 2022-05-19 15:54 UTC  (8+ messages)
    ` [PUSHED 0/3] "
      ` [PUSHED 1/3] gdb/doc: fix inconsistent info pretty-printer example
      ` [PUSHED 2/3] gdb/doc: make use of group/end group in 'info pretty-printers' example
      ` [PUSHED 3/3] gdb/doc: use @value{GDBP} in 'info pretty-printer' example

[PATCH 0/3] gdb/arm: Cortex-M33 trustzone stack unwinding fixes
 2022-05-19 13:24 UTC  (17+ messages)
` [PATCH 1/3] gdb/arm: Set the correct address to the FPU register on
` [PATCH 2/3] gdb/arm: Fetch initial sp value prior to compare
` [PATCH 3/3] gdb/arm: Track msp and psp

[PATCH v2] gdb: Modify the output of "info breakpoints" and "delete breakpoints"
 2022-05-19 13:08 UTC  (2+ messages)

[PATCH 0/5] Make gdb_test's question non-optional if specified
 2022-05-19 12:42 UTC  (18+ messages)
` [PATCH 5/5] "
      ` [PATCH 5/6] gdb.base/skip.exp: Don't abuse gdb_test's question support (Re: [PATCH 5/5] Make gdb_test's question non-optional if specified)
        ` [pushed] Support -prompt and -lbl in gdb_test "

[PATCH] gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUG
 2022-05-19 12:08 UTC  (2+ messages)

[PATCH] gdb: cooked_index_functions::expand_symtabs_matching: require psymtab
 2022-05-19 10:46 UTC  (6+ messages)

[PATCH] Fix build on 32-bit arches with --enable-targets=all
 2022-05-19  8:53 UTC  (2+ messages)

[PATCH] gdb: breakpoint: Add "tracepoint" when report empty list
 2022-05-19  8:40 UTC  (3+ messages)

[PATCH] Accept functions with DW_AT_linkage_name present
 2022-05-19  5:02 UTC  (8+ messages)

[PATCH] Return the regnum for PC (32) on aarch64
 2022-05-19  1:11 UTC  (17+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent
 2022-05-18 20:29 UTC  (3+ messages)

[PATCH][gdb/c] Fix printing -2147483648
 2022-05-18 19:15 UTC  (3+ messages)

[PATCH] Add to documentation of Python 'dont_repeat' method
 2022-05-18 18:53 UTC  (2+ messages)

[PATCH 00/14] More ODR fixes
 2022-05-18 18:00 UTC  (15+ messages)
` [PATCH 01/14] Fix ODR warning in observable.h
` [PATCH 02/14] ODR warnings for struct symloc
` [PATCH 03/14] ODR warnings for struct nextfield
` [PATCH 04/14] ODR warning for struct field_info
` [PATCH 05/14] ODR warning for struct ext_link_map
` [PATCH 06/14] ODR warning for "struct instruction_type"
` [PATCH 07/14] ODR warning for "struct stack_item"
` [PATCH 08/14] ODR warning for "struct find_targ_sec_arg"
` [PATCH 09/14] ODR warning for "enum string_repr_result"
` [PATCH 10/14] ODR warnings from overlay constants
` [PATCH 11/14] ODR warnings for "struct insn_info"
` [PATCH 12/14] ODR warnings for "struct insn_decode_record_t"
` [PATCH 13/14] ODR warnings for "struct coff_symbol"
` [PATCH 14/14] ODR warning for "main"

[PATCH] Use aarch64_features to describe register features in target descriptions
 2022-05-18 14:23 UTC  (3+ messages)

[AArch64] MTE corefile support
 2022-05-18 13:58 UTC  (4+ messages)
` [PATCH, v4] "

[PATCH 0/2] Improve help test for commands defined in Python
 2022-05-18 12:09 UTC  (7+ messages)
` [PATCH 1/2] gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init
` [PATCH 2/2] gdb/python: improve formatting of help text for user defined commands

[PATCHv4 0/5] Add Python API for the disassembler
 2022-05-18 12:08 UTC  (6+ messages)
` [PATCHv5 "
  ` [PATCHv5 3/5] gdb/python: implement the print_insn extension language hook

[PATCH][gdb/fortran] Fix literal truncation
 2022-05-18 11:36 UTC 

[PATCH v4 0/2] [gdb] untie and validate inheritance location
 2022-05-18 11:24 UTC  (3+ messages)
` [PING] "
  ` [PINGv2] "

[PATCH v2] gdb/stack.c: avoid stale pointers when printing frame arguments
 2022-05-18 11:24 UTC  (2+ messages)
` [PING] "

[PATCH] [AArch64] Rename PAUTH_RA_STATE to RA_SIGN_STATE
 2022-05-18 10:26 UTC  (3+ messages)

[PATCH] [AArch64] Remove unused DWARF PAUTH registers
 2022-05-18 10:26 UTC  (3+ messages)

[PING^2] [PATCH v2 1/3] gdb: Make global feature array a per-remote target array
 2022-05-18 10:24 UTC 

[committed][gdb/testsuite] Simplify unknown lang testing in gdb.base/parse_number.exp
 2022-05-18 10:13 UTC 

[committed][gdb/testsuite] Use hex_for_lang in gdb.base/parse_number.exp
 2022-05-18 10:12 UTC 

[PATCH][gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.exp
 2022-05-18  9:58 UTC  (8+ messages)
` [PATCH, v2][gdb/testsuite] "
  ` [PATCH][gdb/tdep] Support catch syscall pipe2 for i386
      ` [PATCH][gdb] Update syscalls/{amd64,i386}-linux.xml
            ` [committed][gdb/tdep] Add gdb/syscalls/update-linux-from-src.sh

[PATCH] PowerPC: bp-permanent.exp, kill-after-signal fix
 2022-05-18  7:33 UTC  (10+ messages)
      ` [PATCH Fixup] "
            ` [PATCH Fixup V2] "
              ` [PATCH PING "

[PATCH] gdb: testsuite: Support displaced stepping on LoongArch
 2022-05-17 22:45 UTC  (4+ messages)

[PATCH v2] gdb: do not add const sections to the section map
 2022-05-17 20:03 UTC 

[PATCH v2 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-05-17 16:38 UTC  (3+ messages)
` [PATCH v2 03/11] change gdb.base/skip.exp to use finish instead of step

[PATCH 1/2] [gdb/exp] Fix UB in scalar_binop
 2022-05-17 15:40 UTC  (2+ messages)
` [PATCH 2/2] [gdbsupport] Fix UB in print-utils.cc:int_string

[PATCH] Fix typo in info page
 2022-05-17 15:02 UTC  (4+ messages)

[PATCH] Finalize each cooked index separately
 2022-05-17 13:59 UTC  (3+ messages)

[PATCH 0/2] extend opindex and fx_pcrel_adjust to 16 bits
 2022-05-17 11:20 UTC  (2+ messages)

[PATCH] gdb, btrace: Throw an error for empty recordings when replaying starts
 2022-05-17 10:47 UTC  (7+ messages)

[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
 2022-05-17  9:44 UTC  (4+ messages)
` [PATCH v6 7/7] adapt btrace testcases for arm target

[PATCH] Fix for the gdb.base/macscp.exp testcase failure with split dwarf
 2022-05-17  8:47 UTC  (7+ messages)

[PATCH 00/18] Minor breakpoint cleanups
 2022-05-16 19:29 UTC  (7+ messages)
` [PATCH 18/18] Introduce catchpoint class

[PATCH] gdbsupport: Remove some unnecessary ifdef HAVE_POLL judgments
 2022-05-16 19:01 UTC  (8+ messages)
        ` [PATCH] gdbsupport/even-loop.cc: simplify !HAVE_POLL paths
            ` [ob/pushed] Reindent gdbsupport/event-loop.cc:handle_file_event (Re: [PATCH] gdbsupport/even-loop.cc: simplify !HAVE_POLL paths)

[PATCH 00/23] More breakpoints cleanups
 2022-05-16 18:40 UTC  (24+ messages)
` [PATCH 01/23] add_location_to_breakpoint -> breakpoint::add_location
` [PATCH 02/23] Make structs breakpoint/base_breakpoint/catchpoint be abstract
` [PATCH 03/23] ranged_breakpoint: don't use init_raw_breakpoint
` [PATCH 04/23] ranged_breakpoint, use install_breakpoint
` [PATCH 05/23] ranged_breakpoint - move initialization to ctor
` [PATCH 06/23] Make a few functions work with base_breakpoint instead of breakpoint
` [PATCH 07/23] More breakpoint_ops parameter elimination
` [PATCH 08/23] Remove "internal" parameter from a couple functions
` [PATCH 09/23] init_breakpoint_sal -> base_breakpoint::base_breakpoint
` [PATCH 10/23] Make ada_catchpoint_location's owner ctor parameter be ada_catchpoint
` [PATCH 11/23] Convert init_ada_exception_catchpoint to a ctor
` [PATCH 12/23] Refactor set_internal_breakpoint / internal_breakpoint ctor
` [PATCH 13/23] Refactor momentary breakpoints, eliminate set_raw_breakpoint{, _without_location}
` [PATCH 14/23] Make exception_catchpoint inherit base_breakpoint instead of catchpoint
` [PATCH 15/23] Make breakpoint_address_bits look at the location kind
` [PATCH 16/23] Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint
` [PATCH 17/23] Move common bits of catchpoint/exception_catchpoint to breakpoint's ctor
` [PATCH 18/23] Move add_location(sal) to base_breakpoint
` [PATCH 19/23] Add/tweak intro comments of struct breakpoint and several subclasses
` [PATCH 20/23] Momentary breakpoints should have no breakpoint number
` [PATCH 21/23] Make sure momentary breakpoints are always thread-specific
` [PATCH 22/23] Test "set multiple-symbols on" creating multiple breakpoints
` [PATCH 23/23] Rename base_breakpoint -> code_breakpoint

Metadata style?
 2022-05-16 16:06 UTC  (5+ messages)

[PATCH 1/1] gdb/testsuite: fix "continue outside of loop" TCL errors
 2022-05-16 15:30 UTC  (2+ messages)

[PATCH] Fix Ada exception regression on Windows
 2022-05-16 15:01 UTC  (2+ 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).