public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Pass GUILE down to subdirectories
 2024-01-21 17:39 UTC  (4+ messages)

[PATCH] gdb/amd-dbgaapi-lib: Add set style commands for diagnostic messages
 2024-01-21 16:44 UTC 

[PATCH] gdb/infrun: lazily load curr_frame_id in process_event_stop_test
 2024-01-21 16:20 UTC  (3+ messages)

[PATCH v3] remote.c: Make packet_check_result return a structure
 2024-01-21 14:50 UTC 

[PATCH 00/16] Inferior argument (inc for remote targets) changes
 2024-01-21 10:22 UTC  (19+ messages)
` [PATCH 04/16] gdb: remove the !startup_with_shell path from construct_inferior_arguments
` [PATCH 08/16] gdb: move remote arg splitting and joining into gdbsupport/
` [PATCH 10/16] gdb: add remote argument passing self tests
` [PATCH 12/16] gdb/gdbserver: add a '--no-escape-args' command line option
` [PATCH 13/16] gdb: allow 'set args' and run commands to contain newlines
` [PATCH 15/16] gdb: new maintenance command to help debug remote argument issues
` [PATCH 16/16] gdb/gdbserver: rework argument splitting and joining

[PATCH v2 00/14] Cleanups for the TUi register window
 2024-01-20 18:23 UTC  (15+ messages)
` [PATCH v2 01/14] Use pop_back in tui_register_format
` [PATCH v2 02/14] Minor C++ cleanups in tui-regs.c
` [PATCH v2 03/14] Simplify tui_data_window::show_register_group
` [PATCH v2 04/14] Rename tui_data_item_window -> tui_register_info
` [PATCH v2 05/14] Change tui_register_info::visible to a method
` [PATCH v2 06/14] Move scrollok call in register window
` [PATCH v2 07/14] Simplify update_register_data
` [PATCH v2 08/14] Remove the TUI register window rerender overload
` [PATCH v2 09/14] Simplify tui_data_win::erase_data_content
` [PATCH v2 10/14] Remove tui_refreshing_registers
` [PATCH v2 11/14] Remove redundant check from tui_refresh_frame_and_register_information
` [PATCH v2 12/14] Return void from tui_show_frame_info
` [PATCH v2 13/14] Rename show_registers -> set_register_group
` [PATCH v2 14/14] Update TUI register window when the inferior exits

[PATCH 00/14] Cleanups for the TUi register window
 2024-01-20 18:21 UTC  (20+ messages)
` [PATCH 03/14] Simplify tui_data_window::show_register_group
` [PATCH 05/14] Remove tui_register_info::visible
` [PATCH 07/14] Simplify update_register_data
` [PATCH 08/14] Remove the TUI register window rerender overload
` [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information

[PATCH] Fix AIX build break
 2024-01-20 15:03 UTC  (5+ messages)

fix remote serial read
 2024-01-20 11:56 UTC  (3+ messages)

[PATCH v2] gdb: remove SYMBOL_*_OPS macros
 2024-01-20  3:15 UTC  (3+ messages)

[PATCH] gdb/sim: switch raw echo to AC_MSG_NOTICE
 2024-01-20  0:54 UTC 

[PATCH] Simplify DWARF symtab inclusion handling
 2024-01-19 23:40 UTC  (3+ messages)

[PATCH] Fix handling of DW_OP_GNU_push_tls_address
 2024-01-19 22:34 UTC  (2+ messages)

[PATCH] gdb: remove deprecated_exec_file_display_hook and associated code
 2024-01-19 22:23 UTC  (3+ messages)

[PATCH] Avoid duplicate test in dw2-zero-range.exp
 2024-01-19 21:18 UTC  (2+ messages)

[PATCH] gdb: remove SYMBOL_*_OPS macros
 2024-01-19 20:30 UTC  (3+ messages)

[PATCH 0/4] On-demand debuginfo downloading
 2024-01-19 19:52 UTC  (15+ 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] gdb/testsuite: relax filename restriction in some gdb.btrace tests
 2024-01-19 17:15 UTC  (3+ messages)
` [PING][PATCH "

[PATCH] gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.exp
 2024-01-19 17:14 UTC  (3+ messages)

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

[PATCH] Fix crash in struct-with-sig-2.exp with debug-names target board
 2024-01-17 13:16 UTC  (3+ messages)

[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 v4] Add support for creating new types from the Python API
 2024-01-16 21:27 UTC  (4+ messages)

[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

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).