Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCHv2 01/14] gdb/testsuite: add some xfail in gdb.base/startup-with-shell.exp
 2024-12-24 15:54 UTC  (2+ messages)
` [PUSHED] "

[PATCHv5 0/7] disabled_by_cond fixes for breakpoints
 2024-12-24 15:17 UTC  (9+ messages)
` [PATCHv6 "
  ` [PATCHv6 4/7] gdb: handle dprintf breakpoints when unloading a shared library
  ` [PATCHv6 6/7] gdb: disable internal b/p when a solib is unloaded

[RFC] Use emoji to indicate errors and warnings
 2024-12-24 14:55 UTC  (6+ messages)

[PATCHv4 0/5] Better executable auto-loading when opening a core file
 2024-12-24 14:34 UTC  (4+ messages)
` [PATCHv5 "

[PATCH 0/3] Don't disable breakpoints in still loaded libraries
 2024-12-24 13:30 UTC  (5+ messages)
` [PATCH 1/3] gdb/testsuite: restructure gdb.base/dlmopen.exp
` [PATCH 2/3] gdb: include a still-mapped flag in solib unload notification
` [PATCH 3/3] gdb/mi: include ranges in =library-unloaded event

[PATCH v2] RISC-V: Fix disassembly of partial instructions
 2024-12-24  8:22 UTC  (6+ messages)

[PATCH v3] gdb/riscv: Add record support for rv64gc instructions
 2024-12-23 18:55 UTC  (5+ messages)
` [PATCH v4] This commit adds record full support for rv64gc instruction set
    ` [PATCH v5] "

[PATCH 0/7] Consolidate debuginfo reading on a polymorphic API
 2024-12-23 17:32 UTC  (19+ messages)
` [PATCH 1/7] gdb: consolidate building psymtabs based on stab debuginfo
` [PATCH 2/7] gdb: Use multiple minimal_symbol_readers in mipscoff_symfile_read
` [PATCH 3/7] gdb: introduce the debuginfo_reader class
` [PATCH 4/7] gdb: Introduce stabs_debuginfo_reader
` [PATCH 5/7] gdb: introduce dwarf_debuginfo_reader
` [PATCH 6/7] gdb: introduce ctf_debuginfo_reader
` [PATCH 7/7] gdb: Introduce mdebug_debuginfo_reader

[PATCH v2 00/47] A new target to debug Intel GPUs
 2024-12-23 13:47 UTC  (14+ messages)
` [PATCH v2 01/47] gdb, intelgt: add intelgt as a basic machine
` [PATCH v2 04/47] opcodes: add intelgt as a configuration
` [PATCH v2 31/47] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register

GDB 16 branching weekend of Dec 29-30 ?
 2024-12-23  2:57 UTC  (3+ messages)

[PATCH v3] [gdbsupport] Fix -Wenum-constexpr-conversion in enum-flags.h
 2024-12-22 18:17 UTC  (2+ messages)

[PATCH v2] Use 'flags' when expanding symtabs in gdbpy_lookup_static_symbols
 2024-12-22 17:39 UTC  (3+ messages)

[PATCH] gdb/jit: fix jit-reader linetable integrity
 2024-12-22 16:38 UTC  (3+ messages)

[PATCH] gdb/jit: fix jit-reader linetable integrity
 2024-12-22 16:34 UTC  (2+ messages)

[PATCH v2] gdb/jit: fix jit-reader linetable integrity
 2024-12-22 16:33 UTC 

[PATCH v2] Hurd: remove VLA usage
 2024-12-22 14:26 UTC  (5+ messages)

[PATCH] gdb/jit: fix jit-reader linetable integrity
 2024-12-22  2:12 UTC  (2+ messages)

[PATCH] Clarify documentation of signal numbers
 2024-12-21  6:34 UTC  (2+ messages)

[PATCH] [PR corefiles/32441] Fix segfault if target_fileio_read_alloc fails
 2024-12-20 22:17 UTC 

[PATCH] Simplify traits.h using C++17
 2024-12-20 21:14 UTC  (2+ messages)

[PATCH] Add gstack script
 2024-12-20 20:47 UTC  (8+ messages)
` [PATCH v3] "

[pushed] Minor cleanups in rust-lang.c
 2024-12-20 20:38 UTC 

[PATCH 00/12] Add CET shadow stack support
 2024-12-20 20:14 UTC  (14+ messages)
` [PATCH 01/12] gdb, testsuite: Rename set_sanitizer_default to append_environment
` [PATCH 02/12] gdbserver: Add optional runtime register set type
` [PATCH 03/12] gdbserver: Add assert in x86_linux_read_description
` [PATCH 04/12] gdb: Sync up x86-gcc-cpuid.h with cpuid.h from gcc 14 branch
` [PATCH 05/12] gdb, gdbserver: Use xstate_bv for target description creation on x86
` [PATCH 06/12] gdb, gdbserver: Add support of Intel shadow stack pointer register
` [PATCH 07/12] gdb, bfd: amd64 linux coredump support with shadow stack
` [PATCH 08/12] gdb: Handle shadow stack pointer register unwinding for amd64 linux
` [PATCH 09/12] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH 10/12] gdb: Implement amd64 linux shadow stack support for inferior calls
` [PATCH 11/12] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH 12/12] gdb: Enable displaced stepping with shadow stack on amd64 linux

[PATCH 0/1] crashes with interpreter-exec
 2024-12-20 19:53 UTC  (2+ messages)

[PATCH v2] gdb, configure: Add disable-formats option for configure
 2024-12-20 18:21 UTC  (4+ messages)

[PATCH] Use 'flags' when expanding symtabs in gdbpy_lookup_static_symbols
 2024-12-20 18:05 UTC  (3+ messages)

[PATCH] Fix latent bug in Ada import symbol handling
 2024-12-20 17:06 UTC  (3+ messages)

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2024-12-20 16:52 UTC  (20+ messages)
` [RFC PATCH v4 01/15] GDB, gdbserver: Convert regcache_register_size function to method
` [RFC PATCH v4 02/15] GDB: Use gdb::array_view for buffers used in register reading and unwinding
` [RFC PATCH v4 03/15] GDB: remote: Print total bytes received in debug message
` [RFC PATCH v4 06/15] gdbserver: Implement p and P packets
` [RFC PATCH v4 08/15] GDB: Allow DWARF expression evaluation to use regcache
` [RFC PATCH v4 09/15] GDB tdesc: Add vector type with number of elements given by math expression

[RFC v2 00/21] Add Python "JIT" API
 2024-12-20 16:16 UTC  (20+ messages)
` [RFC v2 01/21] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC v2 04/21] gdb/python: add void_type () method to gdb.Architecture object
` [RFC v2 05/21] gdb/python: add function () method to gdb.Type object
` [RFC v2 06/21] gdb/python: add template function to implement equality comparison
` [RFC v2 07/21] gdb/python: make gdb.Symbol comparable for equality
` [RFC v2 08/21] gdb/python: make gdb.Symtab "

[PATCH] [gdb/cli] Don't prefill for operate-and-get-next of last command
 2024-12-20 16:10 UTC  (2+ messages)

[PATCH] Use block::is_static_block in ada-lang.c
 2024-12-20  7:44 UTC  (2+ messages)

[PATCH] Fix latent bug in gdbpy_lookup_static_symbols
 2024-12-20  6:24 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Skip stabs board in make-check-all.sh
 2024-12-20  6:07 UTC 

[PATCH] [gdb/testsuite] Use -nostdlib in gdb.linespec/explicit.exp
 2024-12-20  5:26 UTC  (3+ messages)

[PATCH] [gdb/cli] Warn about forced return from signal trampoline
 2024-12-20  2:11 UTC  (2+ messages)

[PATCH] Some small cleanups in add_symbol_overload_list_qualified
 2024-12-19 23:39 UTC 

[PATCH v4 00/11] GDB-internal TLS support for Linux targets
 2024-12-19 21:36 UTC  (3+ messages)
` [PATCH v4 01/11] Don't attempt to find TLS address when target has no registers

[PATCH v5 0/4] Make linux checkpoints work with multiple inferiors
 2024-12-19 19:32 UTC  (2+ messages)

[PATCH v3] RISC-V: Fix disassembly of partial instructions
 2024-12-19 18:56 UTC 

[PATCH v8 0/2] add annotation in 'info locals' command for variables shadowing case
 2024-12-19 15:14 UTC  (3+ messages)
` [PATCH v8 1/2] gdb: "
` [PATCH v8 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH] [gdb/cli] Don't allow to return from signal trampoline
 2024-12-19 12:16 UTC  (5+ messages)

[PATCH v2 0/4] Introduce the 'x' RSP packet
 2024-12-19 11:37 UTC  (6+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 3/3] gdb, gdbserver: introduce the 'x' RSP packet for binary memory read

[PATCH 0/4] Add commands to modify the "local" environment
 2024-12-19 10:40 UTC  (7+ messages)
` [PATCH 1/4] Refactor environment-related commands
` [PATCH 2/4] Switch environment-related functions to accept a pointer
` [PATCH 3/4] Allow NULL to be passed to environment-related functions
` [PATCH 4/4] Implement local-environment commands

[PATCH] [doc] Update gdb-add-index manpage
 2024-12-18 18:08 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/4] Add include guard checker and reformatter
 2024-12-18 17:00 UTC  (6+ messages)

[pushed] Fix typo in Python documentation
 2024-12-18 15:37 UTC 

[PATCH] [gdb/tdep] Fix gdb.base/store.exp on s390x
 2024-12-18 15:33 UTC  (3+ messages)

[PATCH v2 0/3] [gdb/tdep] Fix gdb.base/store.exp on s390x
 2024-12-18 15:16 UTC  (4+ messages)
` [PATCH v2 1/3] [gdb/symtab] Add dwarf_expr_piece.op
` [PATCH v2 2/3] [gdb] Add gdbarch_dwarf2_reg_piece_offset hook
` [PATCH v2 3/3] [gdb/tdep] Fix gdb.base/store.exp on s390x

[PATCH] Hurd: remove VLA usage
 2024-12-18 15:14 UTC  (2+ messages)

[PATCH v2] Don't lex floating-point number in Rust field expression
 2024-12-18 14:00 UTC 

[PATCH 1/1] gdb: add check for empty array
 2024-12-18 12:01 UTC  (3+ messages)

[PATCH] gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp require also avx2
 2024-12-18 11:18 UTC  (4+ messages)
    ` [PATCH v2] "

New message from your match
 2024-12-18  6:14 UTC 

[PATCH v3 0/4] gdb: Update syscall files for LoongArch and ARM64
 2024-12-18  1:24 UTC  (3+ messages)

[PATCH] gdb/riscv: add virtualization modes display
 2024-12-18  0:36 UTC 

[PATCH v2] [gdb/tdep] Fix gdb.base/finish-pretty.exp on s390x
 2024-12-18  0:24 UTC 

[PATCH] [gdb/tdep] Fix gdb.base/finish-pretty.exp on s390x
 2024-12-18  0:20 UTC  (3+ messages)

[PATCH] [gdb] Create script to convert old tests into Dwarf::assemble calls
 2024-12-17 21:36 UTC  (3+ messages)

[PATCH] Don't lex floating-point number in Rust field expression
 2024-12-17 19:43 UTC 

[pushed] Minor C++-ification in rust-parse.c
 2024-12-17 19:14 UTC 

[PATCH v7 0/2] add annotation in 'info locals' command for variables shadowing case
 2024-12-17 18:48 UTC  (6+ messages)
` [PATCH v7 1/2] gdb: "

[PATCH] Handle linesStartAt1 in DAP
 2024-12-17 17:57 UTC 

[PATCH] Hurd: do not include defs.h when compiling MiG stubs since they are compiled as C files
 2024-12-17 17:39 UTC  (4+ messages)

[PATCH RESEND] gold: Support percent-encoded JSON in --package-metadata
 2024-12-17 15:27 UTC 

[PATCH] gdb: fix build with gcc-15 and -std=c23
 2024-12-17 10:25 UTC  (3+ 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