Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFC] [pre-commit] Add codespell-log commit-msg hook
 2025-04-25  3:00 UTC  (3+ messages)
` [PING][RFC] "

[PATCH 1/3] gdb/dwarf: scan DWARF 5 DWO CUs by just reading the header
 2025-04-25  2:55 UTC  (5+ messages)
` [PATCH 2/3] gdb/dwarf: scan .debug_info.dwo just once
` [PATCH 3/3] gdb/dwarf: read multiple .debug_info.dwo sections

[PATCH] gdb/dwarf: add dwarf2_cu::find_die method
 2025-04-25  2:46 UTC  (3+ messages)

[PATCH] Documentation patch in README to change BFD acronym
 2025-04-24 22:35 UTC 

[PATCH v2 00/28] Search symbols via quick API
 2025-04-24 21:09 UTC  (24+ 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 1/2] gdb: fix some flake8 F824 warnings
 2025-04-24 20:58 UTC  (7+ messages)
` [PATCH 2/2] pre-commit autoupdate

[PATCH 1/2] gdb/dwarf: move cooked_index_worker_debug_info up
 2025-04-24 20:43 UTC  (2+ messages)
` [PATCH 2/2] gdb/dwarf: change a bunch of functions to be methods of cooked_index_worker_debug_info

[PATCH 1/2] gdb/dwarf: avoid cutu_reader copy in cooked_indexer::ensure_cu_exists
 2025-04-24 20:18 UTC  (6+ messages)
` [PATCH 2/2] gdb/dwarf: clean up some cutu_reader::is_dummy() calls

[PATCH v2 1/2] gdb/dwarf: avoid cutu_reader moves
 2025-04-24 20:01 UTC  (2+ messages)
` [PATCH v2 2/2] gdb/dwarf: clean up some cutu_reader::is_dummy() calls

[PATCH] [gdb/testsuite] Fix gdb.reverse/time-reverse.exp timeout
 2025-04-24 19:52 UTC  (2+ messages)

[PATCH 0/2] Add some unit tests for remote argument passing
 2025-04-24 19:38 UTC  (5+ messages)
` [PATCH 1/2] gdb: move remote arg splitting and joining into gdbsupport/

[PATCH 00/13] More work on DW_FORM_* and sign handling
 2025-04-24 19:24 UTC  (2+ messages)

[PATCH 0/3] Option to show stopped threads only
 2025-04-24 19:23 UTC  (14+ messages)
` [PATCH 3/3] gdb: add a '-stopped' option to "info threads"
` [PATCH v3 0/2] Option to show stopped threads only
  ` [PATCH v3 1/2] gdb: pass info_threads_opts to print_thread_info_1
  ` [PATCH v3 2/2] gdb: add a '-stopped' option to "info threads"

[PATCH] gdb: fix 32 bit build
 2025-04-24 18:50 UTC  (4+ messages)

[PATCH v7 00/11] GDB-internal TLS support for Linux targets
 2025-04-24 17:03 UTC  (14+ 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] gdb: fix completion of anonymous struct members
 2025-04-24 16:52 UTC  (3+ messages)

[PATCH] [PATCH v3] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2025-04-24 16:51 UTC  (2+ messages)

[pushed] gdb: fix some Python files formatting
 2025-04-24 16:01 UTC 

[PATCH] gdb/python: change escaping rules when setting arguments
 2025-04-24 15:45 UTC  (2+ messages)

[PATCH] Fix documentation for gdb.blocked_signals
 2025-04-24 15:26 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Avoid generating gdb_leak_detector.cpython-<n>.pyc
 2025-04-24 14:54 UTC 

[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, gdbserver: introduce the 'e' RSP packet
 2025-04-24 13:04 UTC  (8+ messages)
` [PATCH v2] "

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

[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 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  (3+ 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] 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  (3+ messages)
` [PATCH v3 7/8] Introduce apply_bit_offset_to_field helper function

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  (7+ messages)
` [PATCH 1/7] gdb/dwarf: remove dwarf2_section_info::get_size
` [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)

page:  |  | latest

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