Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2] gdb: add tutorial command
 2026-01-23 14:14 UTC  (3+ messages)

[PATCH v2] infcall: Add support for integer literals as reference function paramters
 2026-01-23 14:07 UTC  (3+ messages)

[PATCH v2 01/11] Remove duplicate code from windows_nat_target::resume
 2026-01-23 13:17 UTC  (36+ messages)
` [PATCH v2 02/11] Simplify windows_nat_target::resume
` [PATCH v2 03/11] Move struct declarations into windows-nat.h
` [PATCH v2 04/11] Create x86-windows-nat.c
` [PATCH v2 05/11] Move x86 debug registers and related code into x86-windows-nat.c
  ` [PATCH v3] "
` [PATCH v2 06/11] Move x86 register "
` [PATCH v2 07/11] Move x86 selector "
` [PATCH v2 08/11] Move software breakpoint recognition "
` [PATCH v2 10/11] Move setting size of long to windows-tdep
` [PATCH v2 09/11] Move auto_wide_charset gdbarch method "
` [PATCH v2 11/11] Add aarch64-windows support

[PATCH] gdb/tui: return std::string from tui_get_function_from_frame
 2026-01-23 10:47 UTC  (4+ messages)

[PATCH v2 0/9] Add new command to print the shadow stack backtrace
 2026-01-23  8:52 UTC  (13+ messages)
` [PATCH v2 1/9] gdb: Generalize handling of the shadow stack pointer
` [PATCH v2 2/9] gdb: Refactor 'stack.c:print_frame'
` [PATCH v2 3/9] gdb: Introduce 'stack.c:print_pc' function without frame argument
` [PATCH v2 4/9] gdb: Refactor 'find_symbol_funname' and 'info_frame_command_core' in stack.c
` [PATCH v2 5/9] gdb: Refactor 'stack.c:print_frame_info'
` [PATCH v2 6/9] gdb: Add command option 'bt -shadow' to print the shadow stack backtrace
` [PATCH v2 7/9] gdb: Provide gdbarch hook to distinguish shadow stack backtrace elements
` [PATCH v2 8/9] gdb: Implement the hook 'is_no_return_shadow_stack_address' for amd64 linux
` [PATCH v2 9/9] gdb, mi: Add -shadow-stack-list-frames command

Improvements related to MS-Windows terminal output
 2026-01-23  8:06 UTC  (6+ messages)

[PATCH] [gdb/testsuite] Force elf headers in linux core dump
 2026-01-23  7:00 UTC  (3+ messages)

[PATCH v4] gdb/dwarf: fix assert failed for missing containing type
 2026-01-23  3:52 UTC 

New ARI warning Fri Jan 23 02:00:59 GMT 2026
 2026-01-23  2:00 UTC 

[PATCH v2 00/20] Rework gdb logging and output redirection
 2026-01-22 22:43 UTC  (22+ messages)
` [PATCH v2 01/20] Remove unnecessary override of write_async_safe
` [PATCH v2 02/20] Move stdtarg to ui
` [PATCH v2 03/20] Turn wrapped_file into a template
` [PATCH v2 04/20] Small rewrite of get_unbuffered
` [PATCH v2 05/20] Move buffered stream to new files
` [PATCH v2 06/20] Remove TYPE_FN_FIELD_STUB and associated code
` [PATCH v2 07/20] Change how stdin is handled in the UI
` [PATCH v2 08/20] Remove gdb_stdtargin
` [PATCH v2 09/20] Improve fputs_highlighted by using ui_file::write
` [PATCH v2 10/20] Add stream to buffer_group::output_unit constructor
` [PATCH v2 11/20] Restore ui_file::can_page
` [PATCH v2 12/20] Rewrite cli-style.c:do_show
` [PATCH v2 13/20] Remove m_applied_style from ui_file
` [PATCH v2 14/20] Add a new logging_file implementation
` [PATCH v2 15/20] Rewrite output redirection and logging
` [PATCH v2 16/20] Remove tee_file
` [PATCH v2 17/20] Warn if log file changed while logging
` [PATCH v2 18/20] Fix leaks with timestamped_file
` [PATCH v2 19/20] Use std::make_unique with ui_files
` [PATCH v2 20/20] Style filenames in cli-logging.c

[PATCH] gdb/dwarf: make abbrev_table_cache read-through, make it mandatory
 2026-01-22 21:21 UTC  (5+ messages)

[PATCH] Update black to 26.1.0
 2026-01-22 21:00 UTC  (2+ messages)

[PATCH 0/3] Remove some uses of alloca from cli/
 2026-01-22 20:49 UTC  (4+ messages)
` [PATCH 1/3] Use string_view in cli-decode.c:find_cmd
` [PATCH 2/3] Don't make copies when calling find_cmd
` [PATCH 3/3] Remove alloca from lookup_cmd

[pushed] Fix typo in fetch-exec-and-args.exp
 2026-01-22 20:40 UTC 

[PATCH] Fix getting pointer-to-member for classes with virtual base classes
 2026-01-22 20:03 UTC  (5+ messages)

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2026-01-22 17:04 UTC  (10+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "
` [PATCH 9/9] gdb, mi: Add -shadow-stack-list-frames command

[PATCH 0/5] Template type parameter resolution
 2026-01-22 16:44 UTC  (7+ messages)
` [PATCH 2/5] gdb: Support new DWARF for template type parameters

[PATCH 2/2] gdb: use current executable for 'remote exec-file' in some cases
 2026-01-22 15:31 UTC  (4+ messages)
` [PATCH] gdb/testsuite: fix failure in gdb.server/fetch-exec-and-args.exp

[PATCH] gdb: pagination fix for emoji and unicode box output
 2026-01-22 15:00 UTC  (3+ messages)

[PATCH] gdb/tui: function name in status bar for tailcall functions
 2026-01-22 14:31 UTC 

[PATCH] [gdb] Declare gdb_get_ncolors
 2026-01-22 13:05 UTC  (3+ messages)

[pushed 1/2] [gdb/testsuite] Fix regression in gdb.base/maint.exp
 2026-01-22  9:49 UTC  (2+ messages)
` [pushed 2/2] [gdb/symtab] Fix segfault in cutu_reader::read_toplevel_die

[PATCH v7 0/4] PR gdb/31353
 2026-01-22  6:51 UTC  (3+ messages)
  ` [ping 2][PATCH "

[PATCH] Simplify cp_print_class_member
 2026-01-22  4:29 UTC 

[PATCH] Constify gdbserver "monitor" commands
 2026-01-22  3:33 UTC  (2+ messages)

[PATCH 0/2] Remove cp_lookup_transparent_type
 2026-01-22  3:14 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Remove lookup_transparent_type lang hook

[PATCH] gdb: fix 'info frame' for tail calls with no debug information
 2026-01-21 20:58 UTC  (2+ messages)

[PATCH] gdb/gdbserver: move argument setting complexity into gdbsupport/
 2026-01-21 20:50 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] Remove angle brackets from "apropos" text
 2026-01-21 20:44 UTC  (3+ messages)

[PATCH] gdb/testsuite: add test for corefile with no threads
 2026-01-21 20:26 UTC  (2+ messages)

[PATCHv2] gdb/testsuite: add test for corefile with no threads
 2026-01-21 20:00 UTC 

[PATCH v3 0/9] Add gdbarch-checking script
 2026-01-21 19:39 UTC  (10+ messages)
` [PATCH v3 1/9] Add check-gdbarch.py
` [PATCH v3 2/9] Use 'invalid' rather than 'predicate' in some gdbarch functions
` [PATCH v3 3/9] Remove solib_symbols_extension gdbarch hook
` [PATCH v3 4/9] Remove skip_permanent_breakpoint "
` [PATCH v3 5/9] Remove the print_vector_info "
` [PATCH v3 6/9] Remove the auto_charset "
` [PATCH v3 7/9] Remove the believe_pcc_promotion "
` [PATCH v3 8/9] Remove the sofun_address_maybe_missing gdbarch setting
` [PATCH v3 9/9] Mark some gdbarch components as "unused"

[PATCH v2] [gdb/tui] Fix crash with debuginfod query
 2026-01-21 19:38 UTC  (2+ messages)

[PATCH v2] [gdb/testsuite] Fix gdb.base/inline-frame-cycle-unwind.exp for s390x (alternative)
 2026-01-21 17:21 UTC  (3+ messages)

[PATCH] PR gdb/33788 Mask out non-zero unused bit in the program counter of AVR targets
 2026-01-21 17:00 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/inline-frame-cycle-unwind.exp for s390x (alternative)
 2026-01-21 16:50 UTC  (9+ messages)
` [PING][PATCH] "
  ` [PING^2][PATCH] "

[PATCH v2] [gdb] Ignore .sframe section in dtrace_static_probe_ops::get_probes
 2026-01-21 15:38 UTC  (2+ messages)

[PATCH] [gdb] Ignore .sframe section in dtrace_static_probe_ops::get_probes
 2026-01-21 14:13 UTC  (3+ messages)

[PATCH] [gdb/symtab] Fix data race in try_open_dwop_file
 2026-01-20 21:16 UTC  (4+ messages)

[PATCH 0/5] Some semi-random DWARF cleanups
 2026-01-20 21:12 UTC  (7+ messages)
` [PATCH 5/5] gdb/dwarf: add unit_lists structure to index writer

[PATCH] gdb: fail for 'maint print frame-id LEVEL' of an invalid frame
 2026-01-20 20:40 UTC  (3+ messages)

[PATCH 1/5] gdb: start target-supplied mem region numbering at 1
 2026-01-20 20:19 UTC  (5+ messages)
` [PATCH 2/5] gdb: fix user-supplied mem region numbering
` [PATCH 3/5] gdb/testsuite: use existing delete_memory_regions proc
` [PATCH 4/5] gdb/testsuite: add check_info_mem proc, use it in two tests
` [PATCH 5/5] gdb: make memory region handling per-inferior

[PATCH 0/4] Move puts_tabular to objc-lang.c
 2026-01-20 16:27 UTC  (2+ messages)

[PATCH 00/10] More coffread cleanups
 2026-01-20 15:54 UTC  (7+ messages)
` [PATCH 03/10] Fix indentation in coffread.c
` [PATCH 08/10] Remove coff_symfile_init

[PATCH] gdb, gdbsupport, gdbserver: add support for printf 't' length modifier
 2026-01-20 12:29 UTC  (4+ messages)

[PATCH] [gdb/doc] Improve info line command documentation
 2026-01-20 11:56 UTC 

[PATCH] [gdb] Add regression test for PR symtab/33777
 2026-01-20  8:07 UTC  (4+ messages)

[PATCH] PR gdb/16674 Fixes prologue parsing for AVR targets: Permit the usage of 'sbc r29, r1'
 2026-01-19 19:06 UTC  (2+ messages)

[PATCH 0/6] Minor buildsym and symbol cleanups
 2026-01-19 18:04 UTC  (8+ messages)
` [PATCH 1/6] Remove unused methods from buildsym_compunit
` [PATCH 2/6] Remove buildsym_compunit::release_macros
` [PATCH 3/6] Remove buildsym_compunit::free_pending
` [PATCH 4/6] Remove "alias" hack from add_symbol_to_list
` [PATCH 5/6] Inline add_symbol_to_list
` [PATCH 6/6] Remove "value chain" from symbol

[PATCH] [gdb/symtab] Handle zero opcode_base in line number program header
 2026-01-19 17:57 UTC  (2+ messages)

[pushed] gdb/dwarf: remove unused includes from read-gdb-index.c
 2026-01-19 16:54 UTC 

[PATCH 0/1] Fix crash when working dir is absent
 2026-01-19 15:47 UTC  (7+ messages)
` [PATCH 1/1] fix crash when gdb's exec dir is removed

[PATCH 00/16] Rework gdb logging and output redirection
 2026-01-19 10:39 UTC  (11+ messages)
` [PATCH 02/16] Move stdtarg to ui
` [PATCH 14/16] Rewrite output redirection and logging

[pushed] gdb/testsuite: fix FAILs in fileio.exp
 2026-01-19  8:59 UTC 

[pushed] Remove extraneous semicolon from inferior.h
 2026-01-18 16:35 UTC 

The "set style" commands which set colors are broken on MS-Windows (was: [ANNOUNCEMENT] GDB 17.1 released!)
 2026-01-18 10:13 UTC  (4+ messages)
  ` The "set style" commands which set colors are broken on MS-Windows

[PATCH] Fix multiple-successive-infcall.exp with gdbserver
 2026-01-18  5:37 UTC  (2+ messages)

[PATCH 1/2] gdb: remove gdbarch_sdb_reg_to_regnum
 2026-01-17 14:59 UTC  (4+ messages)
` [PATCH 2/2] gdb/i386: remove i386_dbx_reg_to_regnum

[PATCH] gdb: remove stale comments about COFF / stabs
 2026-01-17 14:57 UTC  (3+ messages)

page: 

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