[PATCH v5] gdb/testsuite: add testcase for .debug_gdb_scripts being compressed
2026-01-16 19:13 UTC (2+ messages)
[PATCH 00/10] More coffread cleanups
2026-01-16 19:11 UTC (11+ messages)
` [PATCH 01/10] Constify coffread.c:getsymname
` [PATCH 02/10] Clean up a comment in coffread.c
` [PATCH 03/10] Fix indentation "
` [PATCH 04/10] Change coffread.c:pe_file to bool
` [PATCH 05/10] Remove redundant nlist_bfd_global
` [PATCH 06/10] Use symfile_bfd in more places
` [PATCH 07/10] Use coffread_objfile throughout coffread.c
` [PATCH 08/10] Remove coff_symfile_init
` [PATCH 09/10] Remove all globals from coffread.c
` [PATCH 10/10] Change is_import_fixup_symbol to return bool
[PATCH 0/6] Remove remaining uses of bfd_map_over_sections
2026-01-16 19:08 UTC (8+ messages)
` [PATCH 1/6] gdb/mips: replace bfd_map_over_sections with gdb_bfd_sections (1)
` [PATCH 2/6] gdb/mips: replace bfd_map_over_sections with gdb_bfd_sections (2)
` [PATCH 3/6] gdb/mips-sde: replace bfd_map_over_sections with gdb_bfd_sections
` [PATCH 4/6] gdb/compile: "
` [PATCH 5/6] gdb/windows: "
` [PATCH 6/6] gdb/hppa: "
[PATCH 1/6] gdb/coffread: replace bfd_map_over_sections with iteration
2026-01-16 17:22 UTC (13+ messages)
` [PATCH 2/6] gdb/coffread: remove debug info support
` [PATCH 3/6] gdb: remove buildsym-legacy
` [PATCH 4/6] gdb/buildsym: remove m_last_source_file
` [PATCH 5/6] gdb/buildsym: remove get_last_source_start_addr/set_last_source_start_addr methods
` [PATCH 6/6] gdb/buildsym: patch_subfile_names
[PATCH 1/2] [include] Add AT_HWCAP3/AT_HWCAP4 in elf/common.h
2026-01-16 17:16 UTC (4+ messages)
` [PATCH 2/2] [gdb] Handle AT_HWCAP3/AT_HWCAP4 in default_print_auxv_entry
[PATCH 0/1] Fix crash when working dir is absent
2026-01-16 17:10 UTC (8+ messages)
` [PATCH 1/1] fix crash when gdb's exec dir is removed
[PATCH] [gdb] Add regression test for PR symtab/33777
2026-01-16 16:49 UTC (2+ messages)
[PATCH] gdb/testsuite: fix FAILs in fileio.exp
2026-01-16 16:44 UTC (2+ messages)
[PATCH 00/16] Rework gdb logging and output redirection
2026-01-16 16:21 UTC (30+ messages)
` [PATCH 01/16] Remove unnecessary override of write_async_safe
` [PATCH 02/16] Move stdtarg to ui
` [PATCH 04/16] Small rewrite of get_unbuffered
` [PATCH 05/16] Move buffered stream to new files
` [PATCH 06/16] Remove TYPE_FN_FIELD_STUB and associated code
` [PATCH 08/16] Improve fputs_highlighted by using ui_file::write
` [PATCH 09/16] Add stream to buffer_group::output_unit constructor
` [PATCH 11/16] Rewrite cli-style.c:do_show
` [PATCH 12/16] Remove m_applied_style from ui_file
` [PATCH 15/16] Remove tee_file
` [PATCH 16/16] Warn if log file changed while logging
[PATCH] [gdb/tdep] Fix gdb.base/siginfo.exp on s390x-linux
2026-01-16 15:47 UTC (3+ messages)
` [PING][PATCH] "
[PATCH] [gdb/tui] Fix crash with debuginfod query
2026-01-16 15:07 UTC (10+ messages)
[PATCH 0/2] More uses of make_unique_xstrdup
2026-01-16 14:14 UTC (7+ messages)
` [PATCH 1/2] Use make_unique_xstrdup in more places
` [PATCH 2/2] Use make_unique_xstrdup in tracepoint
[RFC v8 00/15] Add Python "JIT" API
2026-01-16 13:34 UTC (16+ messages)
` [RFC v8 01/15] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v8 02/15] gdb/python: add function () method to gdb.Type object
` [RFC v8 03/15] gdb/python: add gdb.Compunit
` [RFC v8 04/15] gdb/python: allow instantiation of gdb.Objfile from Python
` [RFC v8 05/15] gdb/python: add remove () method to gdb.Objfile object
` [RFC v8 06/15] gdb/python: allow instantiation of gdb.Compunit from Python
` [RFC v8 07/15] gdb/python: allow instantiation of gdb.Symtab "
` [RFC v8 08/15] gdb: add blockvector::insert_block()
` [RFC v8 09/15] gdb/python: allow instantiation of gdb.Block from Python
` [RFC v8 10/15] gdb/python: allow instantiation of gdb.Symbol "
` [RFC v8 11/15] gdb/python: add add_symbol () method to gdb.Block
` [RFC v8 12/15] gdb/python: add more attributes to gdb.LinetableEntry objects
` [RFC v8 13/15] gdb/python: allow instantiation of gdb.LineTableEntry objects
` [RFC v8 14/15] gdb/python: allow instantiation of gdb.LineTable objects
` [RFC v8 15/15] gdb/python: add section in documentation on implementing JIT interface
[PATCH v2] [gdb/tui] Fix crash with debuginfod query
2026-01-16 10:43 UTC
[PATCH v3] gdb/dwarf: fix assert failed for missing containing type
2026-01-15 21:21 UTC (3+ messages)
[PATCH] gdb: use current executable for 'remote exec-file' in some cases
2026-01-15 21:13 UTC (9+ messages)
` [PATCH 0/2] Auto setting of 'remote exec-file'
` [PATCH 2/2] gdb: use current executable for 'remote exec-file' in some cases
` [PATCH] gdb/testsuite: fix failure in gdb.server/fetch-exec-and-args.exp
[PATCH 1/2] gdb/NEWS: add missing newline
2026-01-15 20:44 UTC (4+ messages)
` [PATCH 2/2] gdb/NEWS: mention DWP v1 support removal
[PATCH] gdb/dwarf: make abbrev_table_cache read-through, make it mandatory
2026-01-15 20:17 UTC (5+ messages)
[pushed] gdb/dwarf: fix mis-indented lines in dwarf2/read.c
2026-01-15 19:50 UTC
[PATCH] gdb/dwarf: merge dwarf2_locate_v{2,5}_dwp_sections
2026-01-15 19:48 UTC
[PATCH] gdb, gdbsupport, gdbserver: add support for printf 't' length modifier
2026-01-15 19:42 UTC (4+ messages)
[PATCH] Apply [[noreturn]] in more places
2026-01-15 19:35 UTC (3+ messages)
[PATCH] gdb/Makefile: update HFILES_NO_SRCDIR
2026-01-15 18:07 UTC (3+ messages)
[pushed] Remove extraneous 'return'
2026-01-15 17:36 UTC
[PATCH] gdb: fix handling of raw ANSI escape sequences printed from Python
2026-01-15 17:17 UTC (4+ messages)
[PATCH 0/5] Some DWP cleanups
2026-01-15 16:18 UTC (12+ messages)
` [PATCH 1/5] gdb/dwarf: initialize fields of virtual_v2_or_v5_dwo_sections
` [PATCH 2/5] gdb/dwarf: remove support for DWP v1
` [PATCH 3/5] gdb/dwarf: cleanup dwarf2_locate_v{2, 5}_dwp_sections parameters
` [PATCH 4/5] gdb/dwarf: remove v2 and v5 section pool structures variants
` [PATCH 5/5] gdb/dwarf: merge create_dwo_unit_in_dwp_{v2,v5}
[PATCH 0/9] Add new command to print the shadow stack backtrace
2026-01-15 14:05 UTC (6+ messages)
` [PATCH 6/9] gdb: Implement 'bt shadow' "
[PATCH] [gdb] Handle pagination prompt during posted event
2026-01-15 12:21 UTC
[PATCH] [gdb/testsuite] Speed up gdb.base/tls-dlobj.exp
2026-01-14 18:26 UTC (2+ messages)
[PATCH 1/9] Remove duplicate code from windows_nat_target::resume
2026-01-14 17:22 UTC (20+ messages)
` [PATCH 2/9] Simplify windows_nat_target::resume
` [PATCH 3/9] Move struct declarations into windows-nat.h
` [PATCH 4/9] Create x86-windows-nat.c
` [PATCH 5/9] Move x86 debug registers and related code into x86-windows-nat.c
` [PATCH 6/9] Move x86 register "
` [PATCH 7/9] Move x86 selector "
` [PATCH 8/9] Move software breakpoint recognition "
` [PATCH 9/9] Add aarch64-windows support
[PATCH] gdb: pagination fix for emoji and unicode box output
2026-01-14 15:34 UTC
[PING v6][PATCH v13 0/2] gdb: mips: Add MIPSR6 support
2026-01-14 15:23 UTC
[pushed] gdb/jit: add function symbols to global block
2026-01-14 14:41 UTC
[PATCH v6 0/3] Introduce syntax for linker-namespace specific symbols
2026-01-14 14:11 UTC (4+ messages)
` [PING]Re: "
` [PINGv2][PATCH "
[PATCH v2] gdb/jit: add function symbols to global block
2026-01-14 13:42 UTC (6+ messages)
` [PATCH v3] "
[PATCH 0/5] Template type parameter resolution
2026-01-14 12:47 UTC (7+ 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 v3 0/2] Add warning if the native target is not supported
2026-01-14 12:19 UTC (3+ messages)
` [PATCH v3 1/2] gdb: improve help text for set commands with limited options
` [PATCH v3 2/2] gdb: Improve warning when no native target is available
Support for minimal symbols in xcoffread.c?
2026-01-14 3:05 UTC (4+ messages)
[PATCH v2 0/2] Show gdb thread ID in new thread message
2026-01-14 1:17 UTC (3+ messages)
[PATCH] contrib: add check for opening parenthesis to check_GNU_style_lib.py
2026-01-13 23:24 UTC
[PATCH v7] gdb: Print linker namespace when showing a frame
2026-01-13 20:08 UTC (2+ messages)
[PATCH v2 0/2] Add warning if the native target is not supported
2026-01-13 18:23 UTC (10+ messages)
` [PATCH v2 1/2] gdb: improve help text for set commands with limited options
` [PATCH v2 2/2] gdb: add warning when no native target is available
[PATCH] gdb/dwarf: make dwarf2_per_cu size fields atomic
2026-01-13 17:29 UTC (5+ messages)
Improvements related to MS-Windows terminal output
2026-01-13 16:52 UTC (3+ messages)
[PATCH v1] py-gdb-readline: replace deprecated interfaces in GdbRemoveReadlineFinder
2026-01-13 16:27 UTC (4+ messages)
[PATCH] gdb: fix 'info frame' for tail calls with no debug information
2026-01-13 11:17 UTC
[PATCH] Don't stop when removable inferior exits
2026-01-13 2:02 UTC (3+ messages)
New ARI warning Tue Jan 13 02:00:12 GMT 2026
2026-01-13 2:00 UTC
[pushed] gdb/testsuite: fix DUPLICATE in call-sc.exp
2026-01-12 20:02 UTC
[PATCH] gdb/testsuite: fix DUPLICATE in call-sc.exp
2026-01-12 19:45 UTC (5+ messages)
[PATCH 00/11] More DWARF cleanups
2026-01-12 18:28 UTC (4+ messages)
` [PATCH 03/11] gdb/dwarf: access m_info_ptr directly instead of passing info_ptr around
[PATCH v1 0/5] gdb: minor fixes for Python limited C API support
2026-01-12 18:13 UTC (5+ messages)
` [PATCH v1 3/5] gdbpy_registry: cast C extension type object to PyObject * before Py_XINCREF
[PATCH] [gdb/symtab] Cache dw2_get_file_names result for dummy CU
2026-01-12 18:07 UTC (6+ messages)
[PATCH 0/3] More styling
2026-01-12 18:05 UTC (4+ messages)
` [PATCH 2/3] gdb: more address styling throughout
[PATCH] Remove angle brackets from "apropos" text
2026-01-12 16:13 UTC (2+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox