Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v3] gdb: align siginfo_t with the Linux kernel definition
 2026-07-25  7:46 UTC  (7+ messages)

[PATCH v3 0/5] gdb/aarch64: Add POR_EL0 register support for FEAT_S1POE
 2026-07-25  7:39 UTC  (20+ messages)
` [PATCH v3 1/5] [PATCH 1/5] "
` [PATCH v3 2/5] [PATCH 2/5] gdb: Improve SIGSEGV diagnostics for POE faults
` [PATCH v3 4/5] [PATCH 4/5] gdb/aarch64: Add core file support for FEAT_S1POE
` [PATCH v3 5/5] [PATCH 5/5] gdb/testsuite: Add FEAT_S1POE testcases

[PATCH 0/2] [gdb/testsuite] Two gdb.threads patches
 2026-07-25  7:03 UTC  (6+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix race in gdb.threads/leader-exit.exp
` [PATCH 2/2] [gdb/testsuite] Fix timeout in gdb.threads/vfork-multi-inferior.exp

[PATCH v1 00/10] gdb: bugfix 31207 and various refactoring in linux-tdep
 2026-07-25  6:40 UTC  (35+ messages)
` [PATCH v1 03/10] target_fileio_read_stralloc: add an optional length parameter
` [PATCH v1 04/10] gdb support: add gdb::replace algorithm for iterators and ranges
` [PATCH v1 05/10] gdb: introduce helper class file_reader_t
` [PATCH v1 06/10] gdb/linux-tdep: migrate linux_info_proc to file_reader_t
` [PATCH v1 07/10] gdb/linux-tdep: migrate linux_find_memory_regions_full "
` [PATCH v1 08/10] gdb/linux-tdep: migrate parse_smaps_data "
` [PATCH v1 09/10] gdb/linux-tdep: parse ProtectionKey in /proc/PID/smaps
` [PATCH v1 10/10] gdb/linux: add helpers to read AT_HWCAP3 and AT_HWCAP4

[PATCH v2 0/2] [gdb/testsuite] Two gdb.threads patches
 2026-07-25  4:33 UTC  (4+ messages)
` [PATCH v2 1/2] [gdb/testsuite] Fix race in gdb.threads/leader-exit.exp
` [PATCH v2 2/2] [gdb/testsuite] Fix timeout in gdb.threads/vfork-multi-inferior.exp

[PATCH 0/2] gdb.rocm/watchpoint-basic: adjustments
 2026-07-24 19:20 UTC  (3+ messages)
` [PATCH 1/2] gdb.rocm/watchpoint-basic: use gdb_continue_to_end
` [PATCH 2/2] gdb.rocm/watchpoint-basic: add XFAILs for known configurations

[PATCH v2 00/17] Rewrite type instance flags as a struct with bitfields
 2026-07-24 19:10 UTC  (20+ messages)
` [PATCH v2 01/17] gdb: use type instance macros to query const, volatile, restrict
` [PATCH v2 02/17] gdb: convert address_class_type_flags_to_name to address_class_id_to_name
` [PATCH v2 03/17] gdb: convert address_class_name_to_type_flags to address_class_name_to_id
` [PATCH v2 04/17] gdb: convert address_class_type_flags to address_class_dwarf_to_id
` [PATCH v2 05/17] gdb: refactor type_stack::insert methods
` [PATCH v2 06/17] gdb: inline address_space_{name, type_instance_flags}_to_{type_instance_flags, name}
` [PATCH v2 07/17] gdb: split make_type_with_address_space
` [PATCH v2 08/17] gdb: convert type instance flags to bitfields
` [PATCH v2 09/17] gdb: convert TYPE_NOTTEXT macro to type::is_nottext
` [PATCH v2 10/17] gdb: convert TYPE_CONST macro to type::is_const
` [PATCH v2 11/17] gdb: convert TYPE_VOLATILE macro to type::is_volatile
` [PATCH v2 12/17] gdb: convert TYPE_CODE_SPACE macro to type::is_code_space
` [PATCH v2 13/17] gdb: convert TYPE_DATA_SPACE macro to type::is_data_space
` [PATCH v2 14/17] gdb: convert TYPE_RESTRICT macro to type::is_restrict
` [PATCH v2 15/17] gdb: convert TYPE_ATOMIC macro to type::is_atomic
` [PATCH v2 16/17] gdb: convert TYPE_ADDRESS_CLASS macro to type::address_class
` [PATCH v2 17/17] gdb: remove unnecessary braces in recursive_dump_type

[OBV] gdb, testsuite: fix typo "skippig"
 2026-07-24 14:48 UTC 

[PATCH v5] Fix crash in AIX when current working directory is NULL
 2026-07-24 13:25 UTC  (2+ messages)

[PATCH v3 0/4] Python safety initial work
 2026-07-24 12:02 UTC  (8+ messages)
` [PATCH v3 1/4] Add gdbpy_borrowed_ref

[PATCH] Simplify ada_parse_renaming
 2026-07-24 10:11 UTC  (2+ messages)

[PING PATCH v8 0/6] gdb: refine scheduler locking settings
 2026-07-24  9:52 UTC  (15+ messages)
` [PATCH v8 1/6] gdb: use schedlock_applies in user_visible_resume_ptid
` [PATCH v8 2/6] gdb, cli: remove left-over code from "set_logging_on"
` [PATCH v8 3/6] gdb, cli: pass the argument of a set command to its callback
` [PATCH v8 4/6] gdb: change the internal representation of scheduler locking
` [PATCH v8 5/6] gdb: refine commands to control "
` [PATCH v8 6/6] gdb: add eval option to lock the scheduler during infcalls

[PATCH] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-07-23 19:04 UTC  (2+ messages)

[PATCH 0/7] MIPS+testsuite: BLEZL stepping fix and associated test infrastructure
 2026-07-23 18:53 UTC  (8+ messages)
` [PATCH 1/7] testsuite: Factor out target feature test template
` [PATCH 2/7] PowerPC/testsuite: Reduce feature tests in terms of `allow_target_tests'
` [PATCH 3/7] MIPS/testsuite: Verify MIPS I CPU branch stepping
` [PATCH 4/7] MIPS: Correct BLEZL single-stepping
` [PATCH 5/7] MIPS/testsuite: Verify MIPS II CPU branch stepping
` [PATCH 6/7] MIPS/testsuite: Verify MIPS16 "
` [PATCH 7/7] MIPS: Reorder a reference to "BGTZ, BGTZL" in `mips32_next_pc'

[PATCH 0/4] Avoid command-line length limit combining test results
 2026-07-23 17:51 UTC  (5+ messages)
` [PATCH 1/4] dg-extract-results.{sh, py}: Optionally read file list from stdin/file
` [PATCH 2/4] gdb/testsuite: Factor out dg-extract-results.sh calls
` [PATCH 3/4] gdb/testsuite: Add extract-results make target
` [PATCH 4/4] gdb/testsuite: Pipe the dg-extract-results file list via stdin

[PATCH 0/3] Improvements to make-check-all.sh and check-all-boards
 2026-07-23 16:42 UTC  (3+ messages)

[PATCH] Remove some "stabsread" references
 2026-07-23 16:01 UTC  (3+ messages)

Fix double apropos output when both alias name and command name match the pattern
 2026-07-23 14:59 UTC  (5+ messages)
` [PATCH] "

[PATCH 00/27] Teach the testsuite about the Windows/MSVC target
 2026-07-23 13:01 UTC  (28+ messages)
` [PATCH 01/27] gdb/testsuite: Don't link with -lm on windows-msvc
` [PATCH 02/27] gdb/testsuite: Use unprefixed runtest for a native Windows/MSVC build
` [PATCH 03/27] gdb/testsuite: Find host binutils in a native Windows/MSVC config
` [PATCH 04/27] gdb/testsuite: Compile with -Wno-deprecated-declarations on windows-msvc
` [PATCH 05/27] gdb/testsuite: Recognize windows-msvc across lib/gdb.exp procedures
` [PATCH 06/27] gdb/testsuite: Don't pass -fPIC on PE/COFF targets
` [PATCH 07/27] gdb/testsuite: Use /IMPLIB on windows-msvc to name import libraries
` [PATCH 08/27] gdb/testsuite: Export all DLL symbols on windows-msvc via generated .def
` [PATCH 09/27] gdb/testsuite: Restrict --no-as-needed to ELF targets
` [PATCH 10/27] gdb.base/set-cwd.exp: Use is_windows_native_target
` [PATCH 11/27] gdb.base/exitsignal.exp: "
` [PATCH 12/27] gdb.base/exitsignal.exp: Relax SIGSEGV second-chance pattern
` [PATCH 13/27] gdb/testsuite: Skip -Ttext-segment on PE
` [PATCH 14/27] gdb/testsuite: Support text_segment on windows-msvc via /BASE
` [PATCH 15/27] gdb.base/shreloc.exp: Use gdb_compile text_segment to set image base
` [PATCH 16/27] gdb/coffread: Don't relocate absolute symbols
` [PATCH 17/27] gdb.base/shreloc.exp: Test absolute symbols portably
` [PATCH 18/27] gdb: %p => host_address_to_string, target-section owner token
` [PATCH 19/27] gdb: %p => host_address_to_string, dump_for_expression
` [PATCH 20/27] gdb: %p => host_address_to_string, find_symtab_matching_filename
` [PATCH 21/27] gdb: %p => host_address_to_string, handle_output_debug_string
` [PATCH 22/27] gdb.base/maint-info-sections.exp: Match exec file name with optional .exe
` [PATCH 23/27] gdb.base/maint-info-sections.exp: Remove stale Windows DATA xfail
` [PATCH 24/27] gdb.base/solib-weak.exp: Skip on all PE/COFF targets
` [PATCH 25/27] gdb.server/wrapper.exp: Skip on all Windows targets
` [PATCH 26/27] gdb/testsuite: Factor out dlopen/LoadLibrary shim into lib/gdb-dlfcn.h
` [PATCH 27/27] gdb/testsuite/lib/gdb-dlfcn.h: __WIN32__ => _WIN32

[Pushed] gdb/MAINTAINERS: update my name
 2026-07-23 11:06 UTC 

[PATCH v3] Fix crash in AIX when current working directory is NULL
 2026-07-23  7:24 UTC  (3+ messages)

[PATCH v4] Fix crash in AIX when current working directory is NULL
 2026-07-23  7:19 UTC  (2+ messages)

[PATCH] GDB: aarch64: Fix inferior function call if GCS is present but disabled
 2026-07-22 22:27 UTC  (7+ messages)

[PATCH 0/4] gdb/testsuite: "long double" infcall tests
 2026-07-22 18:42 UTC  (11+ messages)
` [PATCH 1/4] gdb.base/nodebug.exp: Add long double testing
` [PATCH 2/4] gdb.base/callfuncs.exp: Adjust for Windows

[PATCH] Export SHELL before invoking lineno.sh
 2026-07-22 18:38 UTC  (2+ messages)

[PATCH 0/2] Remove for_each_thread
 2026-07-22 18:21 UTC  (2+ messages)

[PATCH] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-07-22 15:55 UTC  (2+ messages)

[PATCH] Windows: Fix set_unbuffered_mode.o file rename race
 2026-07-22 15:50 UTC  (5+ messages)
    ` [PATCH] gdb/testsuite: Use file_rename_atomic in gdb_do_cache too

[PATCH v2] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-07-22 15:32 UTC 

[PATCH] gdb: fix maint info btrace
 2026-07-22 15:16 UTC  (2+ messages)

[PATCH] gdb/Windows testsuite: Avoid "bad" words in exe names
 2026-07-22 14:16 UTC  (5+ messages)
  ` [PATCH] gdb/Windows testsuite: Embed asInvoker manifest in test executables

[PATCH] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-07-22 13:40 UTC  (5+ messages)

[PATCH 00/16] Rewrite type instance flags as a struct with bitfields
 2026-07-22 13:38 UTC  (24+ messages)
` [PATCH 01/16] gdb: use type instance macros to query const, volatile, restrict
` [PATCH 02/16] gdb: convert address_class_type_flags_to_name to address_class_id_to_name
` [PATCH 03/16] gdb: convert address_class_name_to_type_flags to address_class_name_to_id
` [PATCH 04/16] gdb: convert address_class_type_flags to address_class_dwarf_to_id
` [PATCH 05/16] gdb: inline address_space_{name, type_instance_flags}_to_{type_instance_flags, name}
` [PATCH 06/16] gdb: split make_type_with_address_space
` [PATCH 07/16] gdb: convert type instance flags to bitfields
` [PATCH 08/16] gdb: convert TYPE_NOTTEXT macro to type::is_nottext
` [PATCH 09/16] gdb: convert TYPE_CONST macro to type::is_const
` [PATCH 16/16] gdb: remove unnecessary braces in recursive_dump_type

[PATCH v2 0/1] gdb: Preserve IFUNC marker when finding inferior functions
 2026-07-22 13:36 UTC  (9+ messages)
` [PATCH v2 1/1] "

[PATCH v2][RFC] Fix crash in AIX when current working directory is NULL
 2026-07-22 11:45 UTC  (3+ messages)

[PATCH v3 0/1] Fix block filter heuristic in linespec to preserve distinct code paths
 2026-07-22  9:36 UTC  (2+ messages)
` [PATCH v3 1/1] gdb/linespec: relax block filter "

[RFC][PATCH 0/2][PR cli/34409] Fix SIGTTIN due to readline macroinput
 2026-07-22  7:21 UTC  (3+ messages)
` [RFC][PATCH 1/2][PR cli/34409] gdb: event-loop: Rework poll's version of round robin
` [RFC][PATCH 2/2][PR cli/34409] gdb: Fix readline macros hazards

[PATCH v2] Show the selected frame in "bt"
 2026-07-21 17:50 UTC  (3+ messages)

[PATCH] gdb.base/nodebug.exp: Disable -Wdeprecated-non-prototype
 2026-07-21 17:44 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Improve gdb.src/pre-commit.exp
 2026-07-21 17:43 UTC  (2+ messages)

[PATCH v3 00/10] Multiple solib_ops in a program_space
 2026-07-21 17:31 UTC  (3+ messages)
` [PATCH v3 08/10] gdb: add objfile -> solib backlink

[PATCH] gdb questions: fallback on maps still relevant today ?
 2026-07-21 16:55 UTC  (4+ messages)

[PATCH] gdb/tui: use init_extended_color where possible
 2026-07-21 14:24 UTC 

[PATCH] gdb/tui: Fix unexpected reuse of color pairs
 2026-07-21 11:09 UTC  (3+ messages)
` [PATCH v2] "

page:  |  | latest

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