Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 1/2] gdb/dwarf: move cooked_index_worker_debug_info up
 2025-04-29 16:50 UTC  (4+ messages)
` [PATCH 2/2] gdb/dwarf: change a bunch of functions to be methods of cooked_index_worker_debug_info

[PATCH v2 1/2] gdb/dwarf: avoid cutu_reader moves
 2025-04-29 16:46 UTC  (3+ messages)
` [PATCH v2 2/2] gdb/dwarf: clean up some cutu_reader::is_dummy() calls

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

[PATCH v2] [gdb/symtab] Work around a gcc PR fixed in gcc 9
 2025-04-29 16:21 UTC  (2+ messages)

[PATCH v2 1/3] gdbsupport: move run_time_clock::now(user, system) out of run_time_clock
 2025-04-29 16:10 UTC  (6+ messages)
` [PATCH v2 2/3] gdb: add scoped_time_it
` [PATCH v2 3/3] gdb: add some scoped_time_its to profile startup time

[PATCH] [gdb/testsuite] Don't compile read1.so with -fsanitize
 2025-04-29 15:56 UTC  (2+ messages)

[PATCH] gdb/dwarf: replace some "compile unit" terminology with "unit"
 2025-04-29 15:54 UTC  (2+ messages)

[PATCH] [gdb/contrib] Add script to license check new files
 2025-04-29 15:49 UTC  (3+ messages)

[PATCH 0/2] [gdb] Fix error handling with nullptr gdb_stdout/gdb_stderr
 2025-04-29 15:34 UTC  (10+ messages)
` [PATCH 1/2] [gdb] Fix sig_write for null gdb_stderr
` [PATCH 2/2] [gdb] Handle nullptr stream in gdb_flush

[PATCH] Documentation patch in README to change BFD acronym
 2025-04-29 15:32 UTC  (2+ messages)

[PATCH 1/2] gdb/dwarf: avoid cutu_reader copy in cooked_indexer::ensure_cu_exists
 2025-04-29 15:30 UTC  (7+ messages)
` [PATCH 2/2] gdb/dwarf: clean up some cutu_reader::is_dummy() calls

[PATCH 0/2] [gdb/testsuite] Handle gcc 15 which defaults to -std=gnu23
 2025-04-29 15:26 UTC  (4+ 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/testsuite] Add gdb.dwarf2/fission-dw-form-strx.exp
 2025-04-29 15:23 UTC  (2+ messages)

[PATCH] [gdb/symtab] Error out on missing .debug_str_offsets.dwo section
 2025-04-29 15:12 UTC  (2+ messages)

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

[PATCH] gdb: Stop exec_close looking like a UAF weakness
 2025-04-29 14:44 UTC 

[PATCH v2 1/3] [gdb] Factor out sig_write
 2025-04-29 14:01 UTC  (6+ messages)
` [PATCH v2 2/3] [gdb] Fix sig_write for null gdb_stderr
` [PATCH v2 3/3] [gdb] Handle nullptr gdb_std{err, out} in {gdbpy, ioscm}_flush

[PATCH 0/2] some amendments to rejecting inserting breakpoints between functions
 2025-04-29  7:54 UTC  (4+ messages)
` [PING][PATCH "
  ` [PING V2][PATCH "
    ` [PING V3][PATCH "

[PATCH v3 0/1] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2025-04-29  7:47 UTC  (2+ messages)

[PATCH] Fix "set debug parser"
 2025-04-29  7:42 UTC  (4+ messages)

[PATCH] [PATCH v3] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2025-04-29  6:54 UTC  (6+ messages)

[PATCH v2 00/28] Search symbols via quick API
 2025-04-28 22:06 UTC  (22+ messages)
` [PATCH v2 03/28] Emit some type declarations in .gdb_index
` [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

[committed] Regenerate more configury files for 64-bit BFD detection fix
 2025-04-28 18:33 UTC 

[PATCH v2] Fix 64-bit BFD detection causing build failures
 2025-04-28 18:01 UTC  (5+ messages)
` [PING^5][PATCH "

[PATCH 0/4] Add commands to modify the "local" environment
 2025-04-28 17:48 UTC  (5+ messages)
` [PATCH 4/4] Implement local-environment commands

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

[PATCH] gdb: new 'info build-ids' command and associated Python API
 2025-04-28 16:15 UTC  (2+ messages)
` [PATCHv2] "

[PATCH v2] [gdb/testsuite] Avoid generating gdb_leak_detector.cpython-<n>.pyc
 2025-04-28 15:58 UTC  (3+ messages)

GDB 17 release schedule proposal
 2025-04-28 14:32 UTC  (4+ messages)

[PATCH 0/3] Support DWARF 5 .debug_sup section
 2025-04-28 11:35 UTC  (8+ messages)
` [PATCH 2/3] Handle DWARF 5 separate debug sections

[PATCH v2 07/11] gdb: Handle shadow stack pointer register unwinding for amd64 linux
 2025-04-28  9:27 UTC  (7+ messages)
` [PATCH v2 08/11] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v2 10/11] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer

[PATCH v3] RISC-V: support for vector register accesses via ptrace() in RISC-V Linux native
 2025-04-28  7:20 UTC 

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-04-28  6:31 UTC  (9+ messages)

[PATCH] Add "maint canonicalize" command
 2025-04-27  5:16 UTC  (6+ messages)

[PATCH] [gdb/contrib] Add codespell:ignore-begin/ignore-end (disabled)
 2025-04-26  7:50 UTC  (2+ messages)

[PATCH] Fix d10v sim build with GCC 15
 2025-04-25 19:28 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Avoid generating gdb_leak_detector.cpython-<n>.pyc
 2025-04-25 17:29 UTC  (2+ messages)

[PATCH v2] [pre-commit] Add codespell-log commit-msg hook
 2025-04-25 17:23 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Simplify gdb.tui/tui-layout-asm.exp
 2025-04-25 15:27 UTC  (3+ messages)

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

[PATCH] Handle base type without DW_AT_byte_size
 2025-04-25 14:18 UTC 

[PATCH] gdb: fix 32 bit build
 2025-04-25 11:40 UTC  (6+ messages)

[RFC] [pre-commit] Add codespell-log commit-msg hook
 2025-04-25  8:59 UTC  (4+ messages)
` [PING][RFC] "

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

[PATCH 1/2] gdb: fix some flake8 F824 warnings
 2025-04-24 20:58 UTC  (7+ messages)
` [PATCH 2/2] pre-commit autoupdate

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

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

[PATCH v3 0/2] Option to show stopped threads only
 2025-04-24 19:23 UTC  (6+ messages)
` [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 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)

[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 0/3] Option to show stopped threads only
 2025-04-24 14:50 UTC  (7+ messages)
` [PATCH 3/3] gdb: add a '-stopped' option to "info threads"

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

[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  (5+ messages)
` [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 0/2] Stop using PyObject_IsInstance in py-color.c
 2025-04-23 14:49 UTC  (3+ messages)

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

[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  (3+ messages)
` [RFC 2/3] gdb: wait for inferior after attaching instead of adding a continuation

page:  |  | latest

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