Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/28] Search symbols via quick API
 2025-04-24 14:37 UTC  (23+ messages)
` [PATCH v2 03/28] Emit some type declarations in .gdb_index
` [PATCH v2 09/28] Remove dwarf2_per_cu_data::mark
` [PATCH v2 10/28] Have expand_symtabs_matching work for already-expanded CUs
` [PATCH v2 11/28] Rewrite the .gdb_index reader
` [PATCH v2 27/28] Make dw_expand_symtabs_matching_file_matcher static

[PATCH] Fix documentation for gdb.blocked_signals
 2025-04-24 13:57 UTC  (2+ messages)

[PATCH 0/2] [gdb/testsuite] Handle gcc 15 which defaults to -std=gnu23
 2025-04-24 13:44 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix gdb.python/py-objfile.exp with gcc 15
` [PATCH 2/2] [gdb/testsuite] Fix gdb.base/ptype.exp "

[PATCH] gdb: fix 32 bit build
 2025-04-24 13:21 UTC  (3+ messages)

[PATCH] gdb, gdbserver: introduce the 'e' RSP packet
 2025-04-24 13:04 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] [PATCH v3] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2025-04-24 12:19 UTC 

[PATCH] gdb: remove corner case when canonicalizing riscv syscall names
 2025-04-24 12:05 UTC  (4+ messages)
` [PATCH v2] gdb: update "

[PATCH v7 00/11] GDB-internal TLS support for Linux targets
 2025-04-24  8:20 UTC  (13+ messages)
` [PATCH v7 01/11] Don't attempt to find TLS address when target has no registers
` [PATCH v7 02/11] Allow TLS access to work in gdb.server/no-thread-db.exp
` [PATCH v7 03/11] Track and fetch TLS module ids for MUSL and GLIBC
` [PATCH v7 04/11] Implement internal TLS address lookup for select Linux targets
` [PATCH v7 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [PATCH v7 06/11] Internal, but disabled, TLS support for i386
` [PATCH v7 07/11] Delete disabled i386 internal TLS support
` [PATCH v7 08/11] New test - gdb.base/tls-nothreads.exp
` [PATCH v7 09/11] New test - gdb.base/tls-multiobj.exp
` [PATCH v7 10/11] New test - gdb.base/tls-dlobj.exp
` [PATCH v7 11/11] Add TLS NEWS entry and document 'set force-internal-tls-address-lookup' command

[PATCH v6 00/11] GDB-internal TLS support for Linux targets
 2025-04-24  6:34 UTC  (6+ messages)

[PATCH] [gdb/testsuite] Simplify gdb.tui/tui-layout-asm.exp
 2025-04-23 23:15 UTC 

[PATCH] gdbserver: Update require_int function to parse offset for pread packet
 2025-04-23 23:15 UTC  (2+ messages)

[PATCH 0/3] gdb.Color - keyword argument support
 2025-04-23 23:13 UTC  (8+ messages)
` [PATCH 1/3] gdb/doc: tweaks to documentation for gdb.Color
` [PATCH 2/3] gdb/python: keyword args for Color.__init__
` [PATCH 3/3] gdb/python: keyword arguments for gdb.Color.escape_sequence

[PATCH] gdb/python: don't use PyObject_IsInstance in py-unwind.c
 2025-04-23 22:56 UTC  (5+ messages)

[PATCH] gdb/python: don't use PyObject_IsInstance in py-registers.c
 2025-04-23 22:53 UTC  (3+ messages)

[PATCH] gdb/testsuite: split gdb.dwarf2/macro-source-path.exp
 2025-04-23 20:18 UTC  (3+ messages)

[FYI/pushed] [PATCH] gdb: fix riscv record-full push
 2025-04-23 20:17 UTC 

[PATCH] [gdb/testsuite] Fix another timeout in gdb.base/bg-execution-repeat.exp
 2025-04-23 17:13 UTC  (2+ messages)
` [pushed][PATCH] "

[PATCH] [gdb/symtab] Work around a gcc PR fixed in gcc 9
 2025-04-23 14:57 UTC  (2+ messages)

[PATCH v2] [gdb/symtab] Work around a gcc PR fixed in gcc 9
 2025-04-23 14:55 UTC 

[PATCH 1/2] gdb/dwarf: avoid cutu_reader copy in cooked_indexer::ensure_cu_exists
 2025-04-23 14:55 UTC  (4+ messages)
` [PATCH 2/2] gdb/dwarf: clean up some cutu_reader::is_dummy() calls

[PATCH 0/2] Stop using PyObject_IsInstance in py-color.c
 2025-04-23 14:49 UTC  (6+ messages)
` [PATCH 1/2] gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.Color
` [PATCH 2/2] gdb/python: don't use PyObject_IsInstance in gdbpy_is_color

[PATCH] gdb/python: check for errors from PyObject_IsInstance in py-disasm.c
 2025-04-23 14:45 UTC  (4+ messages)
` [PATCHv2] gdb/python: stop using "

[PATCH v8] This commit adds record full support for rv64gc instruction set
 2025-04-23 14:39 UTC  (9+ messages)

[pushed] [gdb/testsuite] Update regexp in gdb.debuginfod/fetch_src_and_symbols.exp
 2025-04-23 14:35 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add gdb.dwarf2/fission-dw-form-strx.exp
 2025-04-23 14:34 UTC 

[pushed] [PATCH] gdb: fix building with all targets
 2025-04-23 14:17 UTC 

[RFC 0/3] Wait for inferior after attaching
 2025-04-23 14:01 UTC  (11+ messages)
` [PATCH 1/3] gdb: print target in print_target_wait_results
` [RFC 2/3] gdb: wait for inferior after attaching instead of adding a continuation

[PATCH] [gdb/symtab] Error out on missing .debug_str_offsets.dwo section
 2025-04-23 13:27 UTC 

[PATCH v3 0/3] Add some linker namespaces conveniences
 2025-04-23 12:44 UTC  (6+ messages)
` [PATCH v3 1/3] gdb: add convenience variables around linker namespace debugging

[PATCH v2] Fix 64-bit BFD detection causing build failures
 2025-04-23 11:58 UTC  (7+ messages)
` [PING^5][PATCH "

[PATCH] [wip] gdb/python: new gdb.ParameterPrefix class
 2025-04-23 11:10 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] gdb: fix bashism in configure.ac
 2025-04-23  9:57 UTC 

[PATCH v3] [gdb/testsuite] Add selftest disassemble-s390x
 2025-04-23  9:04 UTC  (2+ messages)

[PATCH 0/3] Option to show stopped threads only
 2025-04-23  8:00 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH] gdbserver: require_running_or_break for the 'z' packet
 2025-04-23  7:59 UTC  (5+ messages)
` [PATCH v2] gdbserver: require_running_or_break for the 'z' and 'vCont' packets

[PATCH v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread control's step info in end_stepping_range)
 2025-04-23  7:59 UTC  (6+ messages)

[PATCH] MicroBlaze: Make sure we see memory breakpoints before reading
 2025-04-23  3:09 UTC  (8+ messages)

[PUSHED] gdb/testsuite: fix incorrect comment in py-color.exp
 2025-04-22 18:47 UTC 

[PATCH 0/2] substitute_path_component cleanups
 2025-04-22 18:18 UTC  (5+ messages)
` [PATCH 1/2] Move substitute_path_component
` [PATCH 2/2] Change substitute_path_component to use std::string

[PUSHED] gdb/python: address some coding style issues in py-color.c
 2025-04-22 16:55 UTC 

[PUSHED] gdb/python: remove stray white space in error message
 2025-04-22 16:52 UTC 

[PUSHED] gdb/doc: use @samp{} in Python docs
 2025-04-22 16:41 UTC 

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-04-22 16:33 UTC  (12+ messages)

[PATCH] Remove ui_file::reset_style
 2025-04-22 15:26 UTC  (2+ messages)

[PATCH 0/3] Support DWARF 5 .debug_sup section
 2025-04-22 15:10 UTC  (7+ messages)
` [PATCH 2/3] Handle DWARF 5 separate debug sections

[PATCH] Avoid dangling pointer in variant part reader
 2025-04-22 14:56 UTC  (5+ messages)

[PATCH 0/2] Fix memory leak for gdb.Color objects
 2025-04-22 14:52 UTC  (7+ messages)
` [PATCH 1/2] gdb/python: restructure the existing memory leak tests
` [PATCH 2/2] gdb/python: fix memory leak of gdb.Color objects

[PATCH] [PR GDB/32878] gdb: fix ui-style regex initializing order
 2025-04-22 14:47 UTC  (2+ messages)

[PATCH v3 0/8] Fix failures with DWARF reference to field
 2025-04-22 14:04 UTC  (10+ messages)
` [PATCH v3 1/8] Constify property_addr_info
` [PATCH v3 2/8] Add resolve_dynamic_field
` [PATCH v3 3/8] Add new unpack_field_as_long overload
` [PATCH v3 4/8] Handle dynamic field properties
` [PATCH v3 5/8] Clean up handle_member_location
` [PATCH v3 6/8] Use OBSTACK_ZALLOC when allocating batons
` [PATCH v3 7/8] Introduce apply_bit_offset_to_field helper function
` [PATCH v3 8/8] Handle field with dynamic bit offset

gdb-16 branch FROZEN
 2025-04-20 17:41 UTC  (2+ messages)
` gdb-16 branch OPEN again (was: "gdb-16 branch FROZEN")

FYI: [release/branch] Bump GDB's version number to 16.3.90.DATE-git
 2025-04-20 17:40 UTC 

FYI: [release/branch] Set GDB version number to 16.3
 2025-04-20 17:23 UTC 

[PATCH 0/7] More DWARF cleanups
 2025-04-20  5:09 UTC  (17+ messages)
` [PATCH 1/7] gdb/dwarf: remove dwarf2_section_info::get_size
` [PATCH 2/7] gdb/dwarf: remove per_objfile parameter from read_and_check_comp_unit_head
` [PATCH 3/7] gdb/dwarf: remove unnecessary dwarf2_section_info:::read calls
` [PATCH 4/7] gdb/dwarf: pass section to create_dwp_hash_table
` [PATCH 5/7] gdb/dwarf: replace some per_objfile parameters with per_bfd
` [PATCH 6/7] gdb/dwarf: look up .dwp file ahead of time
` [PATCH 7/7] gdb/dwarf: make some more functions methods of cutu_reader

[pushed] Remove some obsolete comments from ada-varobj.c
 2025-04-19 18:00 UTC 

[PATCH] RISC-V: Fix ISA string detection for disassembly
 2025-04-19 12:59 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.reverse/time-reverse.exp timeout
 2025-04-19  9:09 UTC 

[PATCH v3] Use emoji to indicate errors and warnings
 2025-04-19  7:12 UTC  (3+ messages)

[PATCH] zlib: fix build error with Xcode 16.3
 2025-04-18 17:35 UTC  (3+ messages)

[PATCH 0/2] [gdb/testsuite] Fixes in gdb.threads/inf-thr-count.exp
 2025-04-18 16:57 UTC  (6+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix timeout "
` [PATCH 2/2] [gdb/testsuite] Make gdb.threads/inf-thr-count.exp more readable

[PATCH] [PR GDB/32878] gdb: fix ui-style regex initializing order
 2025-04-18 16:50 UTC  (4+ messages)

[PATCH] [gdb/contrib] Add script to license check new files
 2025-04-18 16:26 UTC 

[PATCH 0/2] [gdb/testsuite] Escape minus in string_to_regexp
 2025-04-18 13:27 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] Don't use string_to_regexp twice in gdb.base/options.exp
` [PATCH 2/2] [gdb/testsuite] Escape minus in string_to_regexp

[PATCH] Document that index-cache requires build ID
 2025-04-18  5:34 UTC  (3+ messages)

[PATCH] [PR GDB/32878] gdb: fix ui-style regex initializing order
 2025-04-17 23:46 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox