Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCHv2] gdb: test for misplaced symtab causing file not found error
 2025-12-29 16:15 UTC  (16+ messages)
` [PATCHv3 0/4] Fixes related to misplaced symtabs originating from dwz files
  ` [PATCHv3 1/4] gdb/dwarf: remove line_header parameter from dwarf2_decode_lines
  ` [PATCHv3 2/4] gdb/dwarf: move subfile and symtab creation into dwarf2_cu method
  ` [PATCHv3 3/4] gdb: test for misplaced symtab causing file not found error
  ` [PATCHv3 4/4] gdb: avoid creating misplaced symtabs for dwz files
  ` [PATCHv4 0/7] Fixes related to misplaced symtabs originating from "
    ` [PATCHv4 1/7] gdb/dwarf: remove line_header parameter from dwarf2_decode_lines
    ` [PATCHv4 2/7] gdb/dwarf: remove m_line_header from lnp_state_machine class
    ` [PATCHv4 3/7] gdb/dwarf: remove the line_header argument from dwarf2_start_subfile
    ` [PATCHv4 4/7] gdb/dwarf: move subfile and symtab creation into dwarf2_cu method
    ` [PATCHv4 5/7] gdb/dwarf: rename dwarf2_start_subfile to dwarf2_cu::start_subfile
    ` [PATCHv4 6/7] gdb: test for misplaced symtab causing file not found error
    ` [PATCHv4 7/7] gdb: avoid creating misplaced symtabs for dwz files

[PATCH 0/5] Template type parameter resolution
 2025-12-29 15:15 UTC  (6+ messages)
` [PATCH 1/5] gdb: Update comment of c_type_print_template_args
` [PATCH 2/5] gdb: Support new DWARF for template type parameters
` [PATCH 3/5] gdb: Enable correct template type resolution
` [PATCH 4/5] gdb: Print target type and name of template members
` [PATCH 5/5] gdb: Print template arguments of function templates

[PATCH v12 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-12-29 13:18 UTC  (5+ messages)
` [PATCH v12 1/2] gdb: "
` [PING][PATCH v12 0/2] "

[PATCH v3 0/8] Refactor character printing
 2025-12-28 20:13 UTC  (9+ messages)
` [PATCH v3 1/8] Remove language_defn::emitchar
` [PATCH v3 2/8] Change generic_emit_char to print the quotes
` [PATCH v3 3/8] Introduce character-printing class
` [PATCH v3 4/8] Rewrite Rust character printer
` [PATCH v3 5/8] Rewrite Ada "
` [PATCH v3 6/8] Rewrite Modula-2 "
` [PATCH v3 7/8] Rewrite Pascal "
` [PATCH v3 8/8] Rewrite Fortran "

[PATCH] gdb/dwarf: continue on missing dwo in dwarf5
 2025-12-28  5:42 UTC  (2+ messages)

[pushed] Revert "gdb: change blockvector::contains() to handle blockvectors with "holes""
 2025-12-25 18:18 UTC  (3+ messages)

[PATCH v3] gdb/dwarf: fix assert failed for missing containing type
 2025-12-25  7:02 UTC 

[PATCH 0/3 v5] gdb: Make printing enum types prettier
 2025-12-24 10:05 UTC  (4+ messages)
` [PATCH 1/3 v5] gdb: Move logic for printing enums to a helper function
` [PATCH 2/3 v5] gdb: Replace \r\n with multi_line to make tests more readable
` [PATCH 3/3 v5] gdb: Make printing enum types prettier

[PATCH] gdb/gdbserver: move argument setting complexity into gdbsupport/
 2025-12-24  9:04 UTC 

[PATCH] gdb: hold a target_ops_ref in scoped_finish_thread_state
 2025-12-23 16:48 UTC 

[PATCH v2] gdb/dwarf: fix assert failed for missing containing type
 2025-12-23 16:37 UTC  (2+ messages)

[PATCH 0/2] [pre-commit] pre-commit-setup and tclint updates
 2025-12-23 11:52 UTC  (3+ messages)
` [PATCH 1/2] [pre-commit] Require pyyaml for pre-commit-setup hook
` [PATCH 2/2] [pre-commit] Move tclint.toml settings to pyproject.toml

[PATCH] gdb: allow 'set args' and run commands to contain newlines
 2025-12-23 11:40 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH v3 00/44] A new target to debug Intel GPUs
 2025-12-23 11:03 UTC  (35+ messages)
` [PATCH v3 01/44] gdb, intelgt: add intelgt as a basic machine
` [PATCH v3 02/44] bfd: add intelgt target to BFD
` [PATCH v3 05/44] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH v3 06/44] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH v3 07/44] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH v3 08/44] gdb, intelgt: add disassemble feature "
` [PATCH v3 09/44] gdb, gdbserver, ze: in-memory libraries
` [PATCH v3 12/44] gdb, infrun, ze: allow saving process events

[PATCH v5] Add .clang-format
 2025-12-23  8:27 UTC  (2+ messages)

[PATCH] Use gdb_bfd_sections in more places
 2025-12-22 20:53 UTC  (2+ messages)

[pushed] Fix --help output
 2025-12-22 18:18 UTC  (2+ messages)

[PATCH v2] Forget the last displayed sal when the referenced objfile is destroyed
 2025-12-22 16:55 UTC 

[PATCH] Forget the last displayed sal when obfiles are purged
 2025-12-22 16:13 UTC  (2+ messages)

[PATCH] Sync config.guess and config.sub with latest versions from the config project
 2025-12-22 15:55 UTC  (2+ messages)

[PATCH] Fix DAP 'disconnect' implementation
 2025-12-22 13:32 UTC  (2+ messages)

[PATCH v2] gdb/reverse: force direction to forward when stopping record
 2025-12-22 12:30 UTC  (4+ messages)
` [PING]Re: "

[PATCH] Fix getting pointer-to-member for classes with virtual base classes
 2025-12-22 12:12 UTC 

[PATCH 1/9] Remove duplicate code from windows_nat_target::resume
 2025-12-22 11:33 UTC  (3+ messages)
` [PATCH 9/9] Add aarch64-windows support

[PATCH] Fix crash when breakpoint condition causes inferior exit
 2025-12-22 11:28 UTC  (3+ messages)

[PATCH] Fix crash if breakpoint commands contain detach or kill
 2025-12-22 11:15 UTC  (3+ messages)

[PATCH] Change handling of over-long DAP variables requests
 2025-12-22  9:09 UTC  (2+ messages)

[PATCH 0/3] Minor cleanups involving string_view
 2025-12-21 19:54 UTC  (7+ messages)
` [PATCH 1/3] Use string_view in user_reg_map_name_to_regnum
` [PATCH 2/3] Don't use stoken in rust-parse.c
` [PATCH 3/3] Remove rust_parser::get_string

gdb-17 branch FROZEN
 2025-12-20  3:15 UTC  (2+ messages)
` gdb-17 branch now *OPEN* (was: "gdb-17 branch FROZEN")

Pushed: [release/branch] Bump GDB's version number to 17.1.90.DATE-git
 2025-12-20  3:14 UTC 

Pushed: [release/branch] Set GDB version number to 17.1
 2025-12-20  2:54 UTC 

[PATCH 1/6] gdb/buildsym: remove find_symbol_in_list
 2025-12-19 18:43 UTC  (6+ messages)
` [PATCH 2/6] gdb/buildsym: remove context_stack::end_addr
` [PATCH 3/6] gdb/buildsym: fix indentation of struct context_stack
` [PATCH 4/6] gdb/buildsym: make buildsym_compunit return a reference
` [PATCH 5/6] gdb/buildsym: add constructor to context_stack
` [PATCH 6/6] gdb/buildsym: replace struct pending with std::vector

[PATCH] gdb/dwarf: fix assert failed for missing containing type
 2025-12-19 13:25 UTC  (2+ messages)

[PATCH v3] Add TOC calculation for XCOFF binary in AIX and remove legacy line number information
 2025-12-19 13:22 UTC 

[PATCH] [pre-commit] Move codespell-log to post-commit
 2025-12-19 11:13 UTC  (4+ messages)

[PATCH] [pre-commit] Move codespell-log back to commit-msg stage
 2025-12-19 11:00 UTC 

[PATCH] [gdb/testsuite] Fix gdb.base/local-env.exp on remote host
 2025-12-19  9:40 UTC  (3+ messages)

[PATCH] Revert "gdb: change blockvector::contains() to handle blockvectors with "holes""
 2025-12-18 20:45 UTC  (6+ messages)
` [PING] "

[PATCH 0/1] crashes with interpreter-exec
 2025-12-18 19:27 UTC  (3+ messages)
` [PATCH 1/1] gdb, mi: GDB crash with multiple "thread apply interpreter-exec mi"

[PATCH] Don't use "module" name
 2025-12-18 18:51 UTC  (2+ messages)

[PATCH] gdb: replace msym_bunch with deque
 2025-12-18 18:09 UTC  (6+ messages)

[PATCHv2 0/7] Inline Function Optimised Code Debug Improvements
 2025-12-18 14:46 UTC  (7+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/7] gdb: improve line number lookup around inline functions

[PATCH v3 0/2] reimplement readnow_functions
 2025-12-18 14:14 UTC  (2+ messages)
` [PING] "

[pushed] Add Do_Nothing to two more Ada tests
 2025-12-18 13:48 UTC 

[PATCH] binutils-gdb/git: Handle *.ac and *.m4 files in .gitattributes
 2025-12-18  0:18 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH v2] Add TOC calculation for XCOFF binary in AIX and remove legacy line number information
 2025-12-17 19:35 UTC  (3+ messages)

[PATCH 3/4] gdb/testsuite: Add tests for source-tracking breakpoints
 2025-12-17 19:15 UTC  (2+ messages)

[PATCH 2/4] gdb: Implement source-tracking breakpoint functionality
 2025-12-17 19:14 UTC  (2+ messages)

[PATCH 1/4] gdb: Add the source tracking of the breakpoints
 2025-12-17 18:52 UTC  (2+ messages)

[PATCH] Add Ada unhandled exception filter to DAP
 2025-12-17 18:09 UTC  (2+ messages)

[PATCH 0/7] gdbtypes cleanups
 2025-12-17 15:55 UTC  (8+ messages)
` [PATCH 1/7] gdb: make create_function_type static
` [PATCH 2/7] gdb: remove make_pointer_type typeptr parameter
` [PATCH 3/7] gdb: remove make_reference_type "
` [PATCH 4/7] gdb: remove make_function_type "
` [PATCH 5/7] gdb: remove make_function_type
` [PATCH 6/7] gdb: remove make_cv_type typeptr parameter
` [PATCH 7/7] gdb: remove smash_to_memberptr_type

[PATCH] gdb, btrace: fix assert with gcc-15
 2025-12-17 15:49 UTC  (3+ messages)

[PATCH] [gdb/contrib] Add tcllint->tclint in codespell-dictionary.txt
 2025-12-17 15:22 UTC  (2+ messages)
` [PP?] "

[PING v5][PATCH v13 0/2] gdb: mips: Add MIPSR6 support
 2025-12-17 14:56 UTC 

[pushed] gdb/testsuite: fix tcllint errors in gdb.base/startup-hints.exp
 2025-12-17 14:19 UTC  (2+ messages)

[pushed] Minor test fix for gnat-llvm
 2025-12-17 14:16 UTC 

[pushed] [gdb] Fix style.indent in tclint.toml
 2025-12-17 13:58 UTC 

[PATCH] bfd/ELF: Handle prstatus of 156 bytes in elf32_arm_nabi_grok_prstatus
 2025-12-17 11:29 UTC  (2+ messages)

[pushed] gdb: remove unused includes from valops.c
 2025-12-17  4:15 UTC 

[pushed] gdb: remove unused include from gdbtypes.c
 2025-12-17  4:15 UTC 

[PATCH] Reindent gdb.ada tests
 2025-12-16 21:04 UTC 

[pushed] gdb: trivial cleanups in minimal_symbol_is_less_than
 2025-12-16 18:59 UTC 

[PATCH] [gdb/testsuite] Fix gdb.cp/typeid.exp with m32 PIE
 2025-12-16 17:02 UTC  (5+ messages)

[PATCH v2] Untabify gdb 'help' output
 2025-12-16 16:57 UTC  (2+ messages)

[RFC PATCH] gdb/py: Add pretty printer for __mfp8 for aarch64
 2025-12-16 16:39 UTC  (5+ messages)

[PATCH] [gdb/testsuite] Fix another timeout in gdb.mi/mi-multi-commands.exp
 2025-12-16 16:31 UTC 

[PATCH 0/2] Cleanup and minor optimisation for 'list' command
 2025-12-16 15:33 UTC  (6+ messages)
` [PATCH 1/2] gdb: minor code cleanups in list_command
` [PATCH 2/2] gdb: shortcut 'list LINENO'

[PATCH] [gdb] Fix "the the"
 2025-12-16 15:17 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/gdb11531.exp with m32 PIE
 2025-12-16 15:02 UTC 

[PATCH] gdb: fix line wrapping in new boxed hints when styling is enabled
 2025-12-16 13:58 UTC 

[PATCH 0/3] gdb/sim/riscv: Various big-endian fixes
 2025-12-16 13:01 UTC  (4+ messages)
` [PATCH 1/3] gdb/sim/riscv: Fix big-endian instruction fetch
` [PATCH 2/3] gdb/sim/riscv: Fix default endianness
` [PATCH 3/3] gdb/sim/riscv: Fix c-ext.s test on big-endian

[PATCH 0/2] Fixes and tests related to new boxed hint startup text
 2025-12-16 10:05 UTC  (8+ messages)
` [PATCHv3 0/3] "
  ` [PATCHv3 3/3] WIP: disable progress bars setting

New ARI warning Tue Dec 16 02:00:11 GMT 2025
 2025-12-16  2:00 UTC 

[PATCH GDB 17] gdb: fix crash from 'shell' when GDB has no terminal
 2025-12-15 21:16 UTC  (6+ messages)
` [PATCHv2 GDB 17 0/2] Fixes for scoped_gdb_ttystate class
  ` [PATCHv2 GDB 17 1/2] gdb: rename scoped_gdb_tty_state, and make it non-copyable
  ` [PATCHv2 GDB 17 2/2] gdb: fix crash from 'shell' when GDB has no terminal

[PATCH] Minor DAP test cleanups
 2025-12-15 14:32 UTC  (2+ messages)

[PATCH] DAP: accept requests with '"arguments": null'
 2025-12-15 14:29 UTC  (2+ messages)

[PATCH] Add TOC calculation for XCOFF binary in AIX and remove legacy line number information
 2025-12-15  5:34 UTC  (5+ messages)

[PATCH 32 0/2] Handle the new .note section introduced in Linux
 2025-12-14 13:39 UTC  (2+ messages)

[PATCH v2] Remove best_symbol and better_symbol
 2025-12-13 19:14 UTC 

[PATCH] Remove best_symbol and better_symbol
 2025-12-13 17:13 UTC  (3+ messages)

[PATCH 0/6] [gdb] Fix whitespace
 2025-12-13 16:15 UTC  (7+ messages)
` [PATCH 2/6] [gdb] Rewrite strings to avoid whitespace error

[PATCH v4 0/6] Refinement of scheduler-locking settings
 2025-12-13 14:37 UTC  (6+ messages)
` [PATCH v4 1/6] gdb: use schedlock_applies in user_visible_resume_ptid
` [PATCH v4 3/6] gdb, cli: pass the argument of a set command to its callback
` [PATCH v4 4/6] gdb: change the internal representation of scheduler locking
` [PATCH v4 5/6] gdb: refine commands to control "
` [PATCH v4 6/6] gdb: add eval option to lock the scheduler during infcalls

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox