Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd some more
 2025-07-18 13:12 UTC  (2+ messages)

[PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd
 2025-07-18 13:07 UTC  (7+ messages)
` [PATCH 1/3] [gdb/testsuite] Issue \r\n for bsd
` [PING][PATCH 0/3] [gdb/testsuite] Improve TUI testing on freebsd

[PATCH 0/7] [gdb/testsuite] Fix TUI tests for freebsd
 2025-07-18 13:01 UTC  (8+ messages)
` [PATCH 1/7] [gdb/testsuite] Fix Cursor Horizontal Absolute clipping
` [PATCH 2/7] [gdb/testsuite] Handle Horizontal Position Absolute in tuiterm
` [PATCH 3/7] [gdb/testsuite] Log on return in Term::_log_cur
` [PATCH 4/7] [gdb/testsuite] Handle auto_left_margin in tuiterm
` [PATCH 5/7] [gdb/testsuite] Fix Term::_csi_m with no args
` [PATCH 6/7] [gdb/testsuite] Use TERM=ansiw in tuiterm for bsd
` [PATCH 7/7] [gdb/testsuite] Add Term::get_string_with_attrs in tuiterm

[PATCH v3] [gdb/tui] Handle unicode chars in prompt
 2025-07-18 12:35 UTC  (3+ messages)

[PATCH v4] [gdb/tui] Handle unicode chars in prompt
 2025-07-18 12:32 UTC 

[PATCH] gdb/testsuite: mark the start of each gdb.in.* log file
 2025-07-18 10:26 UTC  (3+ messages)

[PATCH 0/4] Four multi-target bug fixes
 2025-07-18 10:11 UTC  (5+ messages)
` [PATCH 1/4] gdb: ensure normal stop finishes the thread state of all threads
` [PATCH 2/4] gdb: disable commit resumed in wait_for_inferior
` [PATCH 3/4] gdb: ensure thread state is updated when remote target starts up
` [PATCH 4/4] gdb: clear proceed status before starting a new inferior

[PATCH] Fix unwinding when restoring a register from one of a greater size
 2025-07-18  4:29 UTC  (3+ messages)

[PATCH v2 00/47] A new target to debug Intel GPUs
 2025-07-18  0:42 UTC  (20+ messages)
` [PATCH v2 05/47] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH v2 06/47] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH v2 07/47] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH v2 08/47] gdb, intelgt: add disassemble feature for the Intel GT architecture
` [PATCH v2 09/47] gdbsupport, filestuff, ze: temporary files
` [PATCH v2 10/47] gdb, gdbserver, ze: in-memory libraries
` [PATCH v2 11/47] gdb, gdbserver, rsp, ze: acknowledge libraries
` [PATCH v2 12/47] gdb, solib, ze: solib_bfd_open_from_target_memory
` [PATCH v2 13/47] gdb, remote, ze: fix "$Hc-1#09...Packet received: E01" during startup

[PATCH v2 0/5] [gdb/cli] Improve the pagination prompt
 2025-07-17 20:19 UTC  (9+ messages)
` [PATCH v2 1/5] [gdb/testsuite] Stabilize test name in gdb.base/style.exp
` [PATCH v2 2/5] [gdb/testsuite] Fix regexp "
` [PATCH v2 3/5] [gdb/testsuite] Require minimum width "
` [PATCH v2 4/5] [gdb/testsuite] Use pagination_prompt var more often
` [PATCH v2 5/5] [gdb/cli] Improve the pagination prompt

[PATCH v2] RISC-V: Fix ISA string detection for disassembly
 2025-07-17 17:14 UTC  (5+ messages)

[PATCH 1/1] gdb, breakpoint: use breakpoint_debug_printf
 2025-07-17 17:02 UTC  (7+ messages)

[PATCH 1/2] gdb: fix formatting in solib.c
 2025-07-17 16:58 UTC  (3+ messages)
` [PATCH 2/2] gdb: use skip_spaces in info_linker_namespace_command

Regarding TODO List
 2025-07-17 16:19 UTC  (3+ messages)

[PATCH v5 00/12] Add CET shadow stack support
 2025-07-17 14:59 UTC  (17+ messages)
` [PATCH v5 01/12] gdb, testsuite: Extend core_find procedure to save program output
` [PATCH v5 05/12] gdb, gdbserver: Use xstate_bv for target description creation on x86

[pushed] gdb: fix formatting in solib.c
 2025-07-17 14:43 UTC 

[PATCH v4 0/3] Introduce syntax for linker-namespace specific symbols
 2025-07-17 13:36 UTC  (6+ messages)
` [PATCH v4 1/3] gdb: make lookup_minimal_symbol_linkage work with linker namespaces
  ` [PATCH] fix issue with poorly tested rebase
` [PATCH v4 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v4 3/3] gdb: extend the [[N]]::foo syntax for files

[PATCH] [gdb/cli] Improve the pagination prompt
 2025-07-17 10:16 UTC  (4+ messages)

[PATCH v2] contrib: add download_prerequisites script from GCC
 2025-07-17  9:30 UTC  (2+ messages)

GDB duplicate solib question
 2025-07-16 19:58 UTC 

[pushed] gdb: remove unused includes in break-*.c
 2025-07-16 15:53 UTC 

[PATCH 0/2] [gdb/testsuite] Some tuiterm patches
 2025-07-16 14:15 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix Cursor Horizontal Absolute clipping
` [PATCH 2/2] [gdb/testsuite] Handle Horizontal Position Absolute in tuiterm

[PATCH v10 00/10] GDB support for DW_AT_trampoline
 2025-07-15 18:47 UTC  (11+ messages)
` [PATCH v10 01/10] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v10 02/10] gdb/symtab: add lookup for trampoline functions
` [PATCH v10 03/10] gdb: handle stepping through functions with DW_AT_trampoline
` [PATCH v10 04/10] gdb: Skip trampoline frames for the backtrace command
` [PATCH v10 05/10] gdb: Skip trampoline functions for the finish and reverse-finish commands
` [PATCH v10 06/10] gdb: Skip trampoline functions for the up command
` [PATCH v10 07/10] gdb: Skip trampoline functions for the return command
` [PATCH v10 08/10] gdb, mi: Skip trampoline functions for the -stack-list-frames command
` [PATCH v10 09/10] gdb, mi: Skip trampoline functions for the -stack-list-arguments command
` [PATCH v10 10/10] gdb: Filter trampoline frames in backtrace when using Python frame-filters

[PATCH 0/4] [gdb/testsuite] Fix some fails when building with minimal support
 2025-07-15 17:00 UTC  (5+ messages)
` [PATCH 1/4] [gdb/testsuite] Fix gdb.base/break-dbg.exp without xml support
` [PATCH 2/4] [gdb/testsuite] Fix gdb.multi/pending-bp.exp without python support
` [PATCH 3/4] [gdb/testsuite] Fix gdb.base/backtrace-through-cu-nodebug.exp "
` [PATCH 4/4] [gdb/testsuite] Restructure gdb.base/backtrace-through-cu-nodebug.exp

(no subject)
 2025-07-15 12:47 UTC 

Potential patch to remove Emacs "confuzzed" comment
 2025-07-15 11:35 UTC  (3+ messages)

[PATCH] Replace 'return -1; ' with error() in getpkt() to avoid error in fromhex()
 2025-07-15  9:56 UTC  (2+ messages)

[PATCH 0/3] extending the amd64 prologue analyzer
 2025-07-15  7:37 UTC  (2+ messages)
` [PING] "

[PATCH v10 0/2] add annotation in 'info locals' command for variables shadowing case
 2025-07-15  7:08 UTC  (2+ messages)
` [PING][PATCH "

[PATCH 00/10] Move solib ops data to *_solib_ops
 2025-07-14 19:28 UTC  (12+ messages)
` [PATCH 01/10] gdb: de-constify some methods of solib_ops
` [PATCH 02/10] gdb/solib-rocm: add current inferior asserts before target fileio calls
` [PATCH 03/10] gdb/solib-rocm: pass reference to cache to rocm_code_object_stream_file
` [PATCH 04/10] gdb/solib-rocm: add cached_fd to manage cached fd lifetime
` [PATCH 05/10] gdb/solib-rocm: move per-inferior data to rocm_solib_ops
` [PATCH 06/10] gdb/solib-dsbt: move per-pspace data into dsbt_solib_ops
` [PATCH 07/10] gdb/solib-darwin: move per-pspace data to darwin_solib_ops
` [PATCH 08/10] gdb/solib-svr4: move per-pspace data to svr4_solib_ops
` [PATCH 09/10] gdb/solib-aix: move per-pspace data to aix_solib_ops
` [PATCH 10/10] gdb/solib: remove program space parameter from solib_ops::clear_solib

[pushed] gdb/amd64-linux-tdep: add missing space
 2025-07-14 18:26 UTC 

[PATCH 0/3] gdbserver: use getopt_long for argument processing
 2025-07-14 14:31 UTC  (4+ messages)
` [PATCH 1/3] gdbserver: convert locals to `bool` in captured_main
` [PATCH 2/3] gdbserver: exit with code 1 after missing packet name
` [PATCH 3/3] gdbserver: switch to using getopt_long for argument processing

[PATCH] [gdb/build] Work around GCC ipa-modref bug
 2025-07-14  9:36 UTC  (5+ messages)

[FYI] gdb: add Aaron Griffith to gdb/MAINTAINERS
 2025-07-12 12:46 UTC 

[PATCH 0/2] Fix two regressions following solib_ops C++ification
 2025-07-11 17:51 UTC  (6+ messages)
` [PATCH 1/2] gdb/remote: use scoped_restore_current_program_space in remote_unpush_target
` [PATCH 2/2] gdb/remote: call target_pre_inferior in remote_target::remote_add_inferior

[pushed] gdb: remove two unused includes of gdbcore.h
 2025-07-11 16:54 UTC 

[pushed] gdb: fix formatting in solib.c
 2025-07-11 16:54 UTC 

[PATCH] gdb/solib-svr4: use program space from solib in find_debug_base_for_solib
 2025-07-11 15:24 UTC  (3+ messages)

[PATCH 00/11] Improve recording support for AVX instructions
 2025-07-11 15:07 UTC  (2+ messages)

[PATCH v3 0/3] Introduce syntax for linker-namespace specific symbols
 2025-07-10 21:56 UTC  (11+ messages)
` [PATCH v3 2/3] gdb: Make the parser recognize the [[N]] syntax for variables
` [PATCH v3 3/3] gdb: extend the [[N]]::foo syntax for files
` [PING][PATCH v3 0/3] Introduce syntax for linker-namespace specific symbols

[PATCH] gdb/record: Support wfi, sret and mret instructions in risc-v
 2025-07-10 19:09 UTC  (2+ messages)

[committed] sim: riscv: Fix build issue due to INSN_CLASS_C was changed to INSN_CLASS_ZCA
 2025-07-10 13:53 UTC 

[PATCH] libiberty: sync with gcc
 2025-07-10 13:30 UTC 

[PATCH] [gdb/testsuite] Rewrite escaped double quotes
 2025-07-10 10:31 UTC 

[PATCH] [gdb/testsuite] Rewrite escaped double quotes
 2025-07-10 10:17 UTC 

[PATCH v2 0/6] Fix for PR 29518 and more
 2025-07-09 15:35 UTC  (7+ messages)
` [PATCH v2 1/6] gdb/dwarf: track compilation and type unit count
` [PATCH v2 2/6] gdb/dwarf: remove all_{comp,type}_units views
` [PATCH v2 3/6] gdb/dwarf: move index unit vectors to .debug_names reader and use them
` [PATCH v2 4/6] gdb/dwarf: make .gdb_index reader use its own list of units
` [PATCH v2 5/6] gdb/dwarf: sort units when writing index
` [PATCH v2 6/6] gdb/dwarf: sort dwarf2_per_bfd::all_units by (section, offset)

[PATCH v3 1/2] gdb/solib-target: move name out of lm_info_target
 2025-07-09 14:12 UTC  (2+ messages)
` [PATCH v3 2/2] gdb/solib: pass lm_info, original_name and name to solib constructor

[PING v2][PATCH v13 0/2] gdb: mips: Add MIPSR6 support
 2025-07-09 13:41 UTC 

[PATCH] gdb, gdbserver: use structured bindings in a few places
 2025-07-09 13:17 UTC 

[PATCH] gdb/reverse: Add 2 AVX instructions VADDSUBPS and VADDSUBPD
 2025-07-08 20:13 UTC  (2+ messages)

[PATCH 1/2] gdb/dwarf: rename some variables in handle_member_location
 2025-07-08 19:52 UTC  (2+ messages)
` [PATCH 2/2] gdb/dwarf: apply DW_AT_bit_offset when DW_AT_data_member_location is constant block

[PATCH] Correctly handle L'\\'
 2025-07-08 14:58 UTC  (5+ messages)

[pushed] Fix wchar.exp test case per review
 2025-07-08 14:56 UTC 

[PATCH][PR breakpoints/33066] gdb: fix size of z80 "add ii, rr" and "ld (ii+d), n" instructions
 2025-07-08  9:51 UTC  (4+ messages)

[PATCH] gdb: allow b/p creation on a blank line at start of an inline func
 2025-07-08  9:46 UTC  (2+ messages)

[PATCH v3] gdb: redo whitespace-stripping from commands
 2025-07-08  9:27 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] [gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb built with -flto
 2025-07-08  6:00 UTC 

[PATCH v5 1/1] gdb, configure: Add disable-formats option for configure
 2025-07-07 20:16 UTC  (2+ messages)
` [PATCH v6] "

[PATCH] [gdb/testsuite] Fix fail in gdb.threads/main-thread-exit-during-detach.exp
 2025-07-07 19:50 UTC  (3+ messages)

[PATCHv5 0/4] Python Style API
 2025-07-07 14:43 UTC  (6+ messages)
` [PATCHv6 "
  ` [PATCHv6 1/4] gdb: allow gdb.Color to work correctly with pagination
  ` [PATCHv6 2/4] gdb/python: add gdb.Style class
  ` [PATCHv6 3/4] gdb/python: new class gdb.StyleParameterSet
  ` [PATCHv6 4/4] gdb/python: extend gdb.write to support styled output

[PATCH] [gdb] Handle errors in observable::notify
 2025-07-07 13:41 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH 0/2] [gdb/testsuite] gdb.base/default.exp improvements
 2025-07-07 13:40 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] gdb/amd-dbgapi: make get_amd_dbgapi_inferior_info return a reference
 2025-07-07 13:32 UTC 

GDB 17.1 release -- 2025-07-04
 2025-07-04 21:53 UTC 

page: 

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