public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Make `linux_info_proc` prefer using the LWP over the PID
 2024-01-19 16:52 UTC  (2+ messages)

[RFC][PR symtab/30520] gdb/symtab: check name matches before expanding a CU
 2024-01-19 16:52 UTC  (2+ messages)

[PATCH 0/1] The link to DTrace needs to be updated
 2024-01-19 16:51 UTC  (9+ messages)
` [PATCH 1/1] doc: update link to Oracle DTrace project

[PATCH] Make `linux_info_proc` prefer using the LWP over the PID
 2024-01-19 16:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] gdb: remove SYMBOL_*_OPS macros
 2024-01-19 16:31 UTC 

[PATCH] gdb: remove unnecessary NULL checks for return value of value_from_register
 2024-01-19 16:29 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
 2024-01-19 16:27 UTC  (2+ messages)

[PATCH] Fix AIX build break
 2024-01-19 16:25 UTC  (4+ messages)

[PATCH 0/4] On-demand debuginfo downloading
 2024-01-19 14:35 UTC  (12+ 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 0/6] Add vDefaultInferiorFd feature
 2024-01-19 12:04 UTC  (9+ messages)
` [PATCH v2 1/6] gdb.server/non-existing-program.exp: Use gdbserver_start
` [PATCH v2] remote.c: Make packet_check_result return a structure
` [PATCH v2 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
` [PATCH v2 3/6] Add new vDefaultInferiorFd packet
` [PATCH v2 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
` [PATCH v2 5/6] remote.c: Add terminal handling functions
` [PATCH v2 6/6] Add defaultinf.exp test to the testsuite

Commit: Add multilib.am to src-release.sh's list of top level files
 2024-01-19 11:44 UTC 

[PATCH] Pass GUILE down to subdirectories
 2024-01-18 20:36 UTC  (4+ messages)

[PATCH v2 00/17] Rewrite .debug_names reader and writer
 2024-01-18 20:33 UTC  (21+ 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 v2 00/30] Restructure symbol domains
 2024-01-18 20:32 UTC  (31+ messages)
` [PATCH v2 01/30] Fix bug in cooked index scanner
` [PATCH v2 02/30] Small cleanup in DWARF reader
` [PATCH v2 03/30] Fix latent bug in DW_TAG_entry_point handling
` [PATCH v2 04/30] Make nsalias.exp more reliable
` [PATCH v2 05/30] Fix latent bug in mdebugread.c
` [PATCH v2 06/30] Give names to unspecified types
` [PATCH v2 07/30] Remove NR_DOMAINS
` [PATCH v2 08/30] Simplify symbol_to_info_string
` [PATCH v2 09/30] Split up a big 'if' in symtab.c
` [PATCH v2 10/30] Use a .def file for domain_enum
` [PATCH v2 11/30] Add two new symbol domains
` [PATCH v2 12/30] Add domain_search_flags
` [PATCH v2 13/30] Replace search_domain with domain_search_flags
` [PATCH v2 14/30] Remove a check of VAR_DOMAIN
` [PATCH v2 15/30] Introduce "scripting" domains
` [PATCH v2 16/30] Use domain_search_flags in lookup_global_symbol_language
` [PATCH v2 17/30] Use domain_search_flags in lookup_symbol et al
` [PATCH v2 18/30] Remove some obsolete Python constants
` [PATCH v2 19/30] Remove old symbol_matches_domain
` [PATCH v2 20/30] Use the new symbol domains
` [PATCH v2 21/30] Simplify some symbol searches in Ada code
` [PATCH v2 22/30] Simplify some symbol searches in linespec.c
` [PATCH v2 23/30] Only search for "main" as a function
` [PATCH v2 24/30] Only look for functions in expand_symtabs_for_function
` [PATCH v2 25/30] Use a function-domain search in inside_main_func
` [PATCH v2 26/30] Only search types in cp_lookup_rtti_type
` [PATCH v2 27/30] Only search types in lookup_typename
` [PATCH v2 28/30] Only search for functions in rust_structop::evaluate_funcall
` [PATCH v2 29/30] Refine search in cp_search_static_and_baseclasses
` [PATCH v2 30/30] Document new Python and Guile constants

[PATCH] Mask x86 segment registers in Windows gdbserver
 2024-01-18 18:51 UTC  (4+ messages)

[PATCH] Handling of arrays with optimized-out bounds
 2024-01-18 16:26 UTC 

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

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

[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  (6+ 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  (7+ 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  (6+ messages)
` [PATCHv2 0/8] "

[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  (4+ 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  (5+ messages)

[pushed] [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp
 2024-01-12  8:30 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).