Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb, gdbserver: introduce the 'e' RSP packet
 2025-04-23 13:56 UTC  (6+ messages)
` [PATCH v2] "

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

[PATCH 0/2] Stop using PyObject_IsInstance in py-color.c
 2025-04-23 13:44 UTC  (5+ 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 0/3] gdb.Color - keyword argument support
 2025-04-23 13:31 UTC  (5+ 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/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 v8] This commit adds record full support for rv64gc instruction set
 2025-04-23 12:13 UTC  (6+ messages)

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

[RFC 0/3] Wait for inferior after attaching
 2025-04-23 11:52 UTC  (10+ 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] [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)

[pushed] [gdb/testsuite] Update regexp in gdb.debuginfod/fetch_src_and_symbols.exp
 2025-04-23  8:15 UTC 

[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 v2 00/28] Search symbols via quick API
 2025-04-23  4:12 UTC  (9+ messages)
` [PATCH v2 03/28] Emit some type declarations in .gdb_index
` [PATCH v2 09/28] Remove dwarf2_per_cu_data::mark

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

[PATCH] gdb/python: don't use PyObject_IsInstance in py-unwind.c
 2025-04-22 22:17 UTC 

[PATCH] gdb/python: don't use PyObject_IsInstance in py-registers.c
 2025-04-22 20:50 UTC 

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

[PATCH] gdb/testsuite: split gdb.dwarf2/macro-source-path.exp
 2025-04-22 19:48 UTC 

[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  (14+ 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 v6 00/11] GDB-internal TLS support for Linux targets
 2025-04-22 15:03 UTC  (3+ messages)

[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

[PATCH] gdbserver: Update require_int function to parse offset for pread packet
 2025-04-21 11:59 UTC 

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  (3+ 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 

[PATCH v2] gdb/linux-tdep: use thread lwp instead of pid for info proc
 2025-04-17 21:25 UTC  (2+ messages)

[PATCH v2 1/3] gdbsupport: move run_time_clock::now(user, system) out of run_time_clock
 2025-04-17 19:23 UTC  (3+ 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 1/3] gdbsupport: move run_time_clock::now(user, system) out of run_time_clock
 2025-04-17 19:13 UTC  (4+ messages)
` [PATCH 2/3] gdb: add scoped_time_it

[PATCH v2 0/4] Fix failures with DWARF reference to field
 2025-04-17 18:43 UTC  (6+ messages)
` [PATCH v2 1/4] Constify property_addr_info
` [PATCH v2 2/4] Add resolve_dynamic_field
` [PATCH v2 3/4] Add new unpack_field_as_long overload
` [PATCH v2 4/4] Handle dynamic field properties

[PATCH] [gdb/testsuite] Don't run to main in gdb.cp/cplusfuncs.exp
 2025-04-17 15:58 UTC  (3+ messages)

[PATCH] Handle bit-fields with PROP_ADDR_OFFSET
 2025-04-17 15:35 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Don't compile read1.so with -fsanitize
 2025-04-17  7:49 UTC 

[PATCH v2 1/2] gdb: make typing strict in gdb/copyright.py
 2025-04-17  3:12 UTC  (4+ messages)
` [PATCH v2 2/2] gdb: fix bugs in gdb/copyright.py, make it use glob patterns

[PATCH v2] [gdb] Create script to convert old tests into Dwarf::assemble calls
 2025-04-17  3:09 UTC  (2+ messages)
` [PP?] "

[PATCH] fix segfault in tfile_write_status if ts->stop_desc is null
 2025-04-17  2:37 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.threads/clone-attach-detach.exp
 2025-04-17  1:54 UTC  (2+ messages)

[PATCH] Clean up value_struct_elt_bitpos
 2025-04-17  1:53 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix another timeout in gdb.base/bg-execution-repeat.exp
 2025-04-16 15:40 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix regexp in gdb.multi/pending-bp-del-inferior.exp
 2025-04-16 14:51 UTC  (3+ messages)

[PATCH 0/4] [gdb/breakpoints] Fix PR32202
 2025-04-16 14:33 UTC  (5+ messages)
` [PATCH 1/4] [gdb/breakpoints] Rename bp_location_is_less_than to bp_location_ptr_is_less_than
` [PATCH 2/4] [gdb/breakpoints] Stabilize info breakpoints output
` [PATCH 3/4] [gdb] Partially stabilize sort in compare_{symbols, msymbols}
` [PATCH 4/4] [gdb] Factor out compare_pointers

[PATCH] gdb/dwarf: replace some "compile unit" terminology with "unit"
 2025-04-16  4:09 UTC 

[PATCH 0/2] Two more htab replacement
 2025-04-15 23:18 UTC  (6+ messages)
` [PATCH 1/2] Use gdb::string_set for decoded_names_store
` [PATCH 2/2] Use gdb::unordered_set for Ada symbol cache

[PATCH 0/2] guile parameter doc string improvements
 2025-04-15 21:44 UTC  (2+ messages)

[PATCH] gdb/python: allow empty gdb.Parameter.__doc__ string
 2025-04-15 21:41 UTC  (2+ messages)

[PATCH] gdb/python: check for invalid prefixes in Command/Parameter creation
 2025-04-15 21:34 UTC  (2+ messages)

[PATCH 1/2] gdb/dwarf: rename some functions to specify "dwo"
 2025-04-15 14:56 UTC  (5+ messages)
` [PATCH 2/2] gdb/dwarf: skip type units in create_dwo_cus_hash_table

[PATCH] [gdb/testsuite] Fix gdb.ada/scalar_storage.exp on s390x
 2025-04-15 14:08 UTC  (2+ messages)

[PATCH v9 0/2] gdb: setting BP with multiple locations only displays one location
 2025-04-15 14:07 UTC  (2+ messages)

[PATCH] [gdb/ada] Fix gdb.ada/overloads.exp on s390x
 2025-04-15 14:05 UTC  (2+ messages)

[PATCH v2] gdb/testsuite: Add gdb.arch/aarch64-sve-sigunwind.exp
 2025-04-14 15:20 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