Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb/testsuite: add test for memory requirements of gcore
 2025-02-24 20:18 UTC  (6+ messages)

[PATCH 0/2] Avoid excessive CU expansion
 2025-02-24 20:08 UTC  (6+ messages)
` [PATCH 1/2] Use wild matching for lookup_name_info::match_any
` [PATCH 2/2] Avoid excessive CU expansion on failed matches

[PATCH v8 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-02-24 19:31 UTC  (2+ messages)
` [PING][PATCH "

[PATCH 0/3] [gdb/testsuite] Clean up left-over processes
 2025-02-24 18:43 UTC  (8+ messages)
` [PATCH 2/3] [gdb/testsuite] Kill left-over process in gdb.base/add-symbol-file-attach.exp
` [PATCH 3/3] [gdb/testsuite] Exit left-over gdb in gdb.mi/mi-break.exp

[PATCH v2] gdb, configure: Add disable-formats option for configure
 2025-02-24 18:37 UTC  (3+ messages)

[PATCH] gdb: reduce breakpoint-modified events for dprintf b/p
 2025-02-24 18:25 UTC 

[PATCH 0/5] Fix handling of DW_FORM_ref_addr
 2025-02-24 18:09 UTC  (16+ messages)
` [PATCH 1/5] libiberty: move DW_LANG_* definitions to dwarf2.def
` [PATCH 2/5] gdb/dwarf: add dwarf_source_language_name
` [PATCH 3/5] gdb/dwarf: print DWARF CUs/TUs in "maint print objfiles"
` [PATCH 4/5] gdb/dwarf: sort compile/type units
` [PATCH 5/5] gdb/dwarf: make dwarf2_find_containing_comp_unit search only compilation units

[PATCH] gdb/windows: remove disable_breakpoints_in_shlibs call
 2025-02-24 17:09 UTC  (2+ messages)

[PATCH] gdb/tui: use correct setting to control asm window styling
 2025-02-24 16:59 UTC  (3+ messages)

[PATCH] gdb/doc: fix help text for 'set style disassembler enabled'
 2025-02-24 16:56 UTC  (3+ messages)

[PATCH] [gdb/doc] Fix documentation of handle SIGKILL
 2025-02-24 15:23 UTC  (2+ messages)

[PATCH v2] [gdb/tui] Don't show incorrect source file in source window
 2025-02-24 15:09 UTC  (6+ messages)

[PATCH v2] [gdb/symtab] Handle DW_OP_entry_value at function entry
 2025-02-24 14:52 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] [gdb/tdep] Only catch NO_ENTRY_VALUE_ERROR in ppc_sysv_get_return_buf_addr
 2025-02-24 14:49 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH v3 00/13] [gdb/tdep] amd64 decoding fixes
 2025-02-24 14:17 UTC  (14+ messages)
` [PATCH v3 01/13] [gdb/tdep] Refactor amd64_get_unused_input_int_reg, part 1
` [PATCH v3 02/13] [gdb/tdep] Refactor amd64_get_unused_input_int_reg, part 2
` [PATCH v3 03/13] [gdb/tdep] Refactor amd64_get_unused_input_int_reg, part 3
` [PATCH v3 04/13] [gdb/tdep] Factor out amd64_get_used_input_int_regs
` [PATCH v3 05/13] [gdb/tdep] Add amd64-insn-decode selftest
` [PATCH v3 06/13] [gdb/tdep] Factor out rip_relative_p
` [PATCH v3 07/13] [gdb/tdep] Fix rip-relative insn handling in amd64_get_used_input_int_reg
` [PATCH v3 08/13] [gdb/tdep] Factor out part of fixup_riprel
` [PATCH v3 09/13] [gdb/tdep] Add vex2_to_vex3
` [PATCH v3 10/13] [gdb/tdep] Add vzeroupper and vzeroall in amd64-insn-decode selftest
` [PATCH v3 11/13] [gdb/tdep] Make amd64_get_insn_details more regular
` [PATCH v3 12/13] [gdb/tdep] Fix vmovdqu decoding
` [PATCH v3 13/13] [gdb/tdep] Support REX2 and EVEX prefix

[PATCH 1/1] Fix mkdir_recursive on windows when CWD is root
 2025-02-24 14:05 UTC  (2+ messages)

[PUSHED] gdb/testsuite/lib/rocm.exp: Fix a typo in a comment
 2025-02-24 13:06 UTC 

[PATCHv7 0/6] disabled_by_cond fixes for breakpoints
 2025-02-24 11:04 UTC  (6+ messages)
` [PATCHv8 "
  ` [PATCHv8 3/6] gdb: handle dprintf breakpoints when unloading a shared library

[PATCH 1/1] gdb, testsuite, rust: fix for empty array
 2025-02-24  8:25 UTC  (3+ messages)

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-02-24  4:15 UTC  (10+ messages)
` [RFC PATCH v4 04/15] GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg

[PATCH 0/2] Handle ">>" in C++ name parser
 2025-02-24  1:30 UTC  (3+ messages)
` [PATCH 1/2] Minor cleanups to cpname_state
` [PATCH 2/2] Handle ">>" in cp-name-parser.y

[pushed] Fix formatting in dwarf2/index-write.c
 2025-02-23 17:11 UTC 

[PATCH 0/2] gdb: mips: Add MIPSR6 support
 2025-02-23 16:40 UTC  (4+ messages)
` [PATCH v12 1/2] Apply coding guidelines

[committed] MIPS: Apply coding guidelines: indentation
 2025-02-23 16:10 UTC 

[committed] MIPS: Apply coding guidelines: tabs
 2025-02-23 16:10 UTC 

[committed] MIPS: Apply coding guidelines: sentences
 2025-02-23 16:10 UTC 

[committed] MIPS: Apply coding guidelines: new lines
 2025-02-23 16:10 UTC 

[committed] MIPS: Apply coding guidelines: trailing space
 2025-02-23 16:10 UTC 

[PATCH 1/1] gdb/remote: Set the thread of the remote before sending qRcmd
 2025-02-21 21:36 UTC  (2+ messages)

[PATCH v3] [gdb/python] Bploc should try to return full path
 2025-02-21 18:40 UTC  (2+ messages)

[RFC v4 00/22] Add Python "JIT" API
 2025-02-21 18:35 UTC  (11+ messages)
` [RFC v4 01/22] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v4 02/22] gdb: introduce compunit_symtab::maybe_contains
` [RFC v4 03/22] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC v4 04/22] gdb/python: add owner property to gdb.Type
` [RFC v4 05/22] gdb: introduce new function create_function_type

Ulysses Hancock has shared a calendar with you
 2025-02-21 18:06 UTC 

[PATCH v3] gdb/testsuite/rocm.exp: Use system GPU(s) to detect features
 2025-02-21 18:05 UTC  (3+ messages)

[PUSHED] gdb/testsuite/rocm.exp: Use system GPU(s) to detect features
 2025-02-21 18:01 UTC 

[PATCH] Inconsistent treatment of template parameters in DWARF reader
 2025-02-21 16:10 UTC 

[PATCH v2] gdb/testsuite/rocm.exp: Use system GPU(s) to detect features
 2025-02-21 15:06 UTC  (3+ messages)

[PATCH v5 00/11] GDB-internal TLS support for Linux targets
 2025-02-21 14:59 UTC  (2+ messages)

[PATCH] gdb/linux-tdep: use thread lwp instead of pid for info proc
 2025-02-21 14:37 UTC  (4+ messages)

[PATCH] Use ui_out for "info checkpoints"
 2025-02-21 14:26 UTC  (2+ messages)

[PATCH v2] Fix leak with internal functions
 2025-02-21 14:19 UTC  (4+ messages)

[PATCH 00/12] Add CET shadow stack support
 2025-02-21  9:41 UTC  (12+ messages)
` [PATCH 11/12] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer

[PATCH v3 0/2] RISC-V: Fix abort when displaying data and add test
 2025-02-21  6:37 UTC  (4+ messages)
` [PATCH v3 1/2] RISC-V: Fix abort when displaying .dword
` [PATCH v3 2/2] RISC-V: Add testcase for 6 byte instruction

Daniel Berrington has shared a calendar with you
 2025-02-21  3:35 UTC 

[PATCH 0/2] Adding ability to disable GDB compile
 2025-02-20 19:40 UTC  (5+ messages)
` [PATCH 1/2] gdb: Remove compile-related attributes from struct language
` [PATCH 2/2] gdb: add configure option to disable compile

[PATCH] [PR 32729] Correct descriptions of tracenz and printf agent bytecodes
 2025-02-20 19:36 UTC  (4+ messages)
` [PATCH v2] "

[RFC 0/9] Attempt to unify Python object's lifecycle
 2025-02-20 19:28 UTC  (8+ messages)
` [RFC 2/9] gdb/python: preserve identity for gdb.Symbol objects
` [RFC 5/9] gdb/python: introduce gdbpy_registry

[PATCH] gdb/doc: fix sentence in save gdb-index` command doc
 2025-02-20 19:04 UTC  (3+ messages)

[PATCH 00/16] Prepare gdb for GNAT hierarchical names
 2025-02-20 17:23 UTC  (17+ messages)
` [PATCH 01/16] Allow for anonymous Ada enumeration types
` [PATCH 02/16] Fix latent crash in ada_variant_discrim_name
` [PATCH 03/16] Allow unqualified names in Ada tests
` [PATCH 04/16] Fix type name in ptype-o.exp
` [PATCH 05/16] Allow multiple locations in homonym.exp
` [PATCH 06/16] Fixes to gdb.ada/fun_overload_menu.exp
` [PATCH 07/16] Use ada_identical_enum_types_p in ada_atr_enum_rep
` [PATCH 08/16] Compare unqualified names in ada_identical_enum_types_p
` [PATCH 09/16] Use dwarf2_full_name when computing type names
` [PATCH 10/16] Use DW_TAG_module for Ada
` [PATCH 11/16] Add "synthetic" marker for index entries
` [PATCH 12/16] Handle DW_TAG_module for Ada
` [PATCH 13/16] Store new Ada entries in cooked_index_shard::m_entries
` [PATCH 14/16] Add "Ada linkage" mode to cooked_index_entry::full_name
` [PATCH 15/16] Add support for hierarchical Ada names
` [PATCH 16/16] Update ada_add_block_renamings for compiler changes

[pushed] gdb/doc: fix .debug_index -> .gdb_index
 2025-02-20 16:36 UTC 

[pushed] gdb/compile: add missing entry in bfd_link_callbacks array
 2025-02-20 15:17 UTC 

[pushed] Handle optional lines correctly in gdb.ada/complete.exp
 2025-02-20 15:09 UTC  (2+ messages)

[PATCH] Small get_tib_address cleanups
 2025-02-20 14:39 UTC  (3+ messages)

[PATCH] Add compile test for color option
 2025-02-20 14:38 UTC 

[PATCH] gdb/styling: only check TERM environment once, during initialisation
 2025-02-20 14:09 UTC  (3+ messages)

[PATCH] GDB: add stabs deprecation warning
 2025-02-20 13:47 UTC  (8+ messages)

[PATCH v2 07/11] gdb: Handle shadow stack pointer register unwinding for amd64 linux
 2025-02-20 13:23 UTC  (8+ messages)
` [PATCH v2 08/11] gdb, gdbarch: Enable inferior calls for shadow stack support
` [PATCH v2 09/11] gdb: Implement amd64 linux shadow stack support for inferior calls
` [PATCH v2 10/11] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PATCH v2 11/11] gdb: Enable displaced stepping with shadow stack on amd64 linux

[PATCH v2 03/11] gdb: Sync up x86-gcc-cpuid.h with cpuid.h from gcc 14 branch
 2025-02-20  8:40 UTC  (4+ messages)
` [PATCH v2 04/11] gdb, gdbserver: Use xstate_bv for target description creation on x86
` [PATCH v2 05/11] gdb, gdbserver: Add support of Intel shadow stack pointer register
` [PATCH v2 06/11] gdb, bfd: amd64 linux coredump support with shadow stack

[PATCH v2 00/11] Add CET shadow stack support
 2025-02-20  8:38 UTC  (3+ messages)
` [PATCH v2 01/11] gdbserver: Add optional runtime register set type
` [PATCH v2 02/11] gdbserver: Add assert in x86_linux_read_description

[PATCH] gdb: LoongArch: Extend the maximum number of hardware watchpoints
 2025-02-20  6:16 UTC  (2+ messages)

[PATCH v5 0/3] Tab complete convenience variables
 2025-02-20  5:36 UTC  (9+ messages)
` [PATCH v5 1/3] gdb: Do not create variables when parsing expressions
` [PATCH v5 2/3] gdb: Tab complete internalvars in expressions

[PATCH] Hoist language-finding in expand_symtabs_matching
 2025-02-20  1:13 UTC  (2+ messages)

[PATCH 0/4] Refactor producer-checking and prepare_one_comp_unit
 2025-02-20  0:57 UTC  (2+ messages)

[PATCH] Clean up DW_TAG_namelist handling in new_symbol
 2025-02-20  0:45 UTC  (2+ messages)

[PATCH 0/2] [gdb/tdep] Fix vmovdqu decoding
 2025-02-19 18:12 UTC  (4+ messages)
` [PATCH 1/2] [gdb/tdep] Add amd64-insn-decode selftest

[PATCH v2 0/8] [gdb/tdep] Fix vmovdqu decoding
 2025-02-19 17:52 UTC  (9+ messages)
` [PATCH v2 1/8] [gdb/tdep] Factor out amd64_get_used_input_int_reg
` [PATCH v2 2/8] [gdb/tdep] Add amd64-insn-decode selftest
` [PATCH v2 3/8] [gdb/tdep] Factor out rip_relative_p
` [PATCH v2 4/8] [gdb/tdep] Fix rip-relative insn handling in amd64_get_used_input_int_reg
` [PATCH v2 5/8] [gdb/tdep] Add vex2_to_vex3
` [PATCH v2 6/8] [gdb/tdep] Add vzeroupper and vzeroall in amd64-insn-decode selftest
` [PATCH v2 7/8] [gdb/tdep] Make amd64_get_insn_details more regular
` [PATCH v2 8/8] [gdb/tdep] Fix vmovdqu decoding

[PATCH v2 0/2] RISC-V: Fix abort when displaying data and add test
 2025-02-19 17:11 UTC  (4+ messages)
` [PATCH v2 2/2] RISC-V: Add testcase for 6 byte instruction

[PATCH] gdb/mi: Fix segfault when attaching a rocm process with MI
 2025-02-19 16:57 UTC  (4+ messages)

[PATCH] gdb/dwarf: add logging for CU expansion
 2025-02-19 16:19 UTC  (3+ messages)

[PATCH 0/6] Random small improvements in gdb/dwarf2
 2025-02-19 16:17 UTC  (3+ messages)

[PATCH] gdb/remote: don't error if qGetTIBAddr is unsupported
 2025-02-19 15:58 UTC  (2+ messages)

[PATCH] gdbserver: require_running_or_break for the 'z' packet
 2025-02-19 15:43 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