[PATCH 0/1] The link to DTrace needs to be updated
2024-01-18 12:23 UTC (8+ messages)
` [PATCH 1/1] doc: update link to Oracle DTrace project
[PATCH 0/4] On-demand debuginfo downloading
2024-01-18 12:02 UTC (7+ messages)
` [PATCH 1/4 v8] gdb: Buffer output streams during events that might download debuginfo
` [PATCH 2/4 v3] gdb/progspace: Add reverse safe iterator
` [PATCH 3/4 v5] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 4/4 v6] gdb/debuginfod: Add .debug_line downloading
[PATCH v2 00/17] Rewrite .debug_names reader and writer
2024-01-18 10:05 UTC (19+ messages)
` [PATCH v2 01/17] Refactor 'maint set dwarf synchronous' handling
` [PATCH v2 02/17] Refactor quick-function installation in DWARF reader
` [PATCH v2 03/17] Remove IS_ENUM_CLASS from cooked_index_flag
` [PATCH v2 04/17] Document GDB extensions to DWARF .debug_names
` [PATCH v2 05/17] Add language to cooked_index_entry
` [PATCH v2 06/17] Move cooked_index_functions to cooked-index.h
` [PATCH v2 07/17] Do not write the index cache from an index
` [PATCH v2 08/17] Change cooked_index_worker to abstract base class
` [PATCH v2 09/17] Remove cooked_index_worker::start_reading
` [PATCH v2 10/17] Empty hash table fix in .debug_names reader
` [PATCH v2 11/17] Fix dw2-zero-range.exp when an index is in use
` [PATCH v2 12/17] Explicitly expand CUs in dw2-inline-with-lexical-scope.exp
` [PATCH v2 13/17] Remove some .debug_names tests
` [PATCH v2 14/17] Allow other results in DW_TAG_entry_point test
` [PATCH v2 15/17] Rewrite .debug_names reader
` [PATCH v2 16/17] Export dwarf5_augmentation
` [PATCH v2 17/17] Rewrite .debug_names writer
[PATCH 0/5] Cleanup and changes for file name completion
2024-01-18 9:33 UTC (10+ messages)
` [PATCH 1/5] gdb: remove skip_quoted and skip_quoted_chars
` [PATCH 2/5] gdb: fix bug where quote characters would become nullptr
` [PATCH 3/5] gdb: allow double quotes for quoting filenames
` [PATCH 4/5] gdb: remove some dead code from completer.c
` [PATCH 5/5] gdb: remove special case completion word handling for filenames
[PATCH v2 1/5] [dap & linetable]: Add column to linetable entry
2024-01-17 21:05 UTC (3+ messages)
` [PATCH v2 2/5] [dap & linetable]: Add column to maint info linetable output
` [PATCH v2 4/5] [dap & linetable]: Add breakpointLocations request
[PATCH] Fix AIX build break
2024-01-17 19:25 UTC (2+ messages)
[PATCH] [gdb/testsuite] Call ldd --version in gdb.testsuite/dump-system-info.exp
2024-01-17 19:10 UTC (2+ messages)
[PATCH gdb/symtab 0/7] Compute DWARF entry parents across CUs
2024-01-17 18:58 UTC (8+ messages)
` [PATCH gdb/symtab 1/7] Refactor condition in scan_attributes
` [PATCH 2/7] Change handling of DW_TAG_enumeration_type in DWARF scanner
` [PATCH 3/7] Add move operators for addrmap
` [PATCH 4/7] Introduce class parent_map for DIE range map
` [PATCH 5/7] Correctly handle DIE parent computations
` [PATCH gdb/testsuite 6/7] Add gdb.dwarf2/forward-spec-inter-cu.exp
` [PATCH gdb/testsuite 7/7] Add gdb.dwarf2/backward-spec-inter-cu.exp
[PATCH 0/4] On-demand debuginfo downloading
2024-01-17 18:05 UTC (5+ messages)
` [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
[PATCH 00/17] Rewrite .debug_names reader and writer
2024-01-17 16:24 UTC (4+ messages)
` [PATCH 05/17] Document GDB extensions to DWARF .debug_names
[PATCH] Emit stopped event for DAP attach request
2024-01-17 16:20 UTC
[PATCH] Fix backtrace limit stopping on inline frame
2024-01-17 16:05 UTC (2+ messages)
` [PING] "
[PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
2024-01-17 16:03 UTC (3+ messages)
` [PING 2] "
[PATCH] gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.exp
2024-01-17 16:01 UTC (4+ messages)
[PATCH] Allow calling of C++ methods from python
2024-01-17 15:52 UTC (5+ messages)
[PATCH] Fix raw-frame-arguments in combination with frame-filters
2024-01-17 15:51 UTC (3+ messages)
[PATCH] Fix AIX build break
2024-01-17 15:09 UTC (6+ messages)
` [RFC] "
[PATCH] Fix crash in struct-with-sig-2.exp with debug-names target board
2024-01-17 13:16 UTC (3+ messages)
[PATCH] Fix handling of DW_OP_GNU_push_tls_address
2024-01-17 12:21 UTC
[PATCH v2] gdb/testsuite: relax filename restriction in some gdb.btrace tests
2024-01-17 9:10 UTC (2+ messages)
` [PING][PATCH "
[PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
2024-01-17 9:04 UTC (4+ messages)
` [PINGv2][PATCH "
` [PINGv3][PATCH "
[PATCH] gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp
2024-01-17 8:54 UTC (2+ messages)
[PATCH v4] Add support for creating new types from the Python API
2024-01-16 21:27 UTC (6+ messages)
` (no subject)
[PATCH 1/5] [dap & linetable]: Add column to linetable entry
2024-01-16 19:27 UTC (6+ messages)
` [PATCH 2/5] [dap & linetable]: Add column to maint info linetable output
` [PATCH 3/5] [dap & linetable]: Change gdb.LineTableEntry & Add gdb.lookup_linetable
` [PATCH 4/5] [dap & linetable]: Add breakpointLocations request
` [PATCH 5/5] [dap & linetable]: Added docs
[RFC][PR symtab/30520] gdb/symtab: check name matches before expanding a CU
2024-01-16 16:07 UTC
[PATCH v6 0/2] add annotation in 'info locals' command for variables shadowing case
2024-01-16 15:41 UTC (7+ messages)
` [PATCH v6 1/2] gdb: "
` [PATCH v6 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
` [PING][PATCH v6 0/2] add annotation in 'info locals' command for variables shadowing case
` [PING 2][PATCH "
[PATCH v2] Add support for creating new types from the Python API
2024-01-16 4:55 UTC (4+ messages)
` [PATCH v3] "
[PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
2024-01-15 23:18 UTC
[PATCH] toplevel: don't override gettext-runtime/configure-discovered build args
2024-01-15 21:52 UTC (3+ messages)
` Ping: "
` Ping^2: "
[pushed] gdb/testsuite: remove spurious $ in save_vars
2024-01-15 19:14 UTC (2+ messages)
[pushed] gdb: remove unnecessary braces
2024-01-15 17:01 UTC
[FYI] Copyright year updates
2024-01-15 14:44 UTC (2+ messages)
[PATCH] Remove addrmap_fixed::set_entry
2024-01-15 14:15 UTC (2+ messages)
[PATCH v5 0/3] Dynamic properties of pointers
2024-01-15 13:16 UTC (4+ messages)
` [PATCH v5 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp
` [PATCH v5 2/3] gdb, types: Resolve pointer types dynamically
` [PATCH v5 3/3] gdb, testsuite, fortran: Fix sizeof intrinsic for Fortran pointers
[PATCH v5 0/3] Dynamic properties of pointers
2024-01-15 13:16 UTC
[PATCH] Pass GUILE down to subdirectories
2024-01-15 3:05 UTC (3+ messages)
[pushed] [gdb/testsuite] Fix gdb.mi/mi-dprintf.exp with read1
2024-01-14 9:22 UTC
[pushed] [gdb/testsuite] Fix gdb.cp/namespace.exp with read1
2024-01-14 8:37 UTC
[pushed] Add myself to gdb/MAINTAINERS
2024-01-13 17:08 UTC
[PATCH] Add support for symbol addition to the Python API
2024-01-13 1:36 UTC (2+ messages)
` [PATCH v2] "
[PATCH 00/19] Add hash table to gdbsupport
2024-01-12 19:12 UTC (7+ messages)
[PATCH v6 0/1] Fix arrays of variable length strings for FORTRAN
2024-01-12 18:57 UTC (4+ messages)
` [PATCH v6 1/1] fortran: "
[PATCH] sim: Fix compile errors
2024-01-12 18:48 UTC (2+ messages)
[PATCH v4 0/3] Dynamic properties of pointers
2024-01-12 17:42 UTC (8+ messages)
` [PATCH v4 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp
` [PATCH v4 2/3] gdb, types: Resolve pointer types dynamically
[PATCH 0/6] Python __repr__() methods and new __dict__ attributes
2024-01-12 16:20 UTC (12+ messages)
` [PATCHv2 0/8] "
` [PATCHv2 7/8] gdb/doc: add some notes on selecting suitable attribute names
` [PATCHv2 8/8] gdb/doc: update examples in gdb.Progspace and gdb.Objfile docs
[PATCH] gdb/python: Fix segfault when iterating over empty linetable
2024-01-12 16:14 UTC (5+ messages)
[PATCH] Handle DW_AT_endianity on enumeration types
2024-01-12 14:13 UTC
[PATCHv2] gdb: add trailing '/' when using 'complete' with directory names
2024-01-12 11:05 UTC (5+ messages)
` [PATCHv3] "
[PATCH] gdb/python: New InferiorThread.ptid_string attribute
2024-01-12 9:39 UTC (2+ messages)
` [PUSHED] "
[PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
2024-01-12 9:07 UTC (9+ messages)
[pushed] [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp
2024-01-12 8:30 UTC
[PATCH] gdb/infcall: Fix freed frame dereferenced in inferior call
2024-01-11 18:19 UTC (3+ messages)
[PATCH] gdb: fix frame passed to gdbarch_value_to_register in value_assign
2024-01-11 18:08 UTC (3+ messages)
[PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
2024-01-11 17:02 UTC (5+ messages)
[PATCH] [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le
2024-01-11 15:01 UTC (5+ messages)
[PATCH 1/2] sim: ppc: implement 128-bit register read/writes with sim-endian APIs
2024-01-11 5:51 UTC (2+ messages)
` [PATCH 2/2] sim: endian: leverage __int128 when available
[PATCH] sim: ppc: switch register read/writes to union to avoid aliasing issues
2024-01-11 5:51 UTC
[PATCH] Fix AIX watchpoint warning during fork () event
2024-01-11 5:51 UTC (3+ messages)
[PATCH/committed] sim: ppc: return register error when unhandled
2024-01-11 5:50 UTC
[PATCH v6 0/2] sim: riscv: Compressed instruction simulation
2024-01-11 5:28 UTC (3+ messages)
` [PATCH v6 1/2] sim: riscv: Fix crash during instruction decoding
` [PATCH v6 2/2] sim: riscv: Add support for compressed integer instructions
[PATCH/committed 1/5] sim: m32r: cleanup unused variables
2024-01-11 3:37 UTC (5+ messages)
` [PATCH/committed 2/5] sim: m32r: migrate ftime() to clock_gettime()
` [PATCH/committed 3/5] sim: m32r: fix missing break statement
` [PATCH/committed 4/5] sim: m32r: fixup some of the int<->pointer casts
` [PATCH/committed 5/5] sim: m32r: enable warnings in traps.c
[PATCH/committed] sim: igen: add printf attributes to the prototypes too
2024-01-11 3:31 UTC
[PATCH] gdb/testsuite: Fix testing of "info copying"
2024-01-11 2:59 UTC
Commit: Sync top level configure and makefiles
2024-01-10 21:17 UTC (3+ messages)
[PATCH] Handle EOF more gracefully in DAP
2024-01-10 20:09 UTC
[PATCH] gdb/infrun: lazily load curr_frame_id in process_event_stop_test
2024-01-10 20:04 UTC (2+ messages)
[PATCH] [gdb/testsuite] Extend gdb.base/kill-during-detach.exp
2024-01-10 19:16 UTC (2+ messages)
[PATCH] gdb: add trailing '/' when using 'complete' with directory names
2024-01-10 18:50 UTC (2+ messages)
[PATCH 1/5] gdb: move libiberty.m4 to gdbsupport
2024-01-10 18:19 UTC (6+ messages)
` [PATCH 2/5] gdb: libiberty: switch to AC_CHECK_DECLS_ONCE
` [PATCH 5/5] gdbsupport: tighten up libiberty code a bit with dnl
[PATCH v5 0/4] GDB support for DW_AT_trampoline
2024-01-10 16:59 UTC (7+ messages)
` [PING][PATCH "
` [PING 2][PATCH "
` [PING 3][PATCH "
[PATCH] gdb : Signal to pstack/gdb kills the attached process
2024-01-10 15:59 UTC (8+ messages)
` [External] : "
` [External] : Re: [PATCH v2] "
` [External] : Re: [PATCH v3] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox