Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/27] Teach the testsuite about the Windows/MSVC target
 2026-07-23 13:01 UTC  (11+ 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 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 0/2] [gdb/testsuite] Two gdb.threads patches
 2026-07-23 11:40 UTC  (3+ 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

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

[PATCH v3 0/5] gdb/aarch64: Add POR_EL0 register support for FEAT_S1POE
 2026-07-23  9:29 UTC  (14+ 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

[PING PATCH v8 0/6] gdb: refine scheduler locking settings
 2026-07-23  9:06 UTC  (11+ 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 v3] Fix crash in AIX when current working directory is NULL
 2026-07-23  7:24 UTC  (3+ messages)

[PATCH v5] Fix crash in AIX when current working directory is NULL
 2026-07-23  7:21 UTC 

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

[PATCH v3] gdb: align siginfo_t with the Linux kernel definition
 2026-07-22 23:09 UTC  (7+ 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 v1 00/10] gdb: bugfix 31207 and various refactoring in linux-tdep
 2026-07-22 16:36 UTC  (20+ 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] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-07-22 16:18 UTC 

[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 00/17] Rewrite type instance flags as a struct with bitfields
 2026-07-22 15:42 UTC  (19+ 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

[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 0/3] Improvements to make-check-all.sh and check-all-boards
 2026-07-21 16:48 UTC  (5+ messages)
` [PATCH 1/3] gdb/testsuite: missing ';' in check-all-boards rule
` [PATCH 2/3] gdb/testsuite: fix shellcheck issues in make-check-all.sh
` [PATCH 3/3] gdb/testsuite: improve rerun scripts generated by make-check-all.sh

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

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

[PATCH v3 0/4] Python safety initial work
 2026-07-21 11:45 UTC  (4+ messages)

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

[PATCH 0/1] gdb: set the cache information in 'get_prev_frame_maybe_check_cycle'
 2026-07-20 17:39 UTC  (14+ messages)
` [PATCH 1/1] "

[RFC] [gdb] Move ChangeLog files to archive dir
 2026-07-20 17:20 UTC  (6+ messages)

[PATCH 0/5] [pre-commit] Some pre-commit improvements
 2026-07-20 12:50 UTC  (6+ messages)
` [PATCH 1/5] [gdb] Fix bare except in gdb/gdb-gdb.py.in
` [PATCH 2/5] [gdb] Remove superfluous global "
` [PATCH 3/5] [pre-commit] Run flake8 for gdb/gdb-gdb.py.in
` [PATCH 4/5] [pre-commit] Don't require text type for check-whitespace hook
` [PATCH 5/5] [pre-commit] Don't require text type for codespell hook

[PATCHv6 0/4] gdb: allow 'until' to work in outermost frame
 2026-07-20  9:52 UTC  (11+ messages)
` [PATCHv7 "
  ` [PATCHv7 1/4] gdb: rename program_space::entry_point_address* functions
  ` [PATCHv7 2/4] gdb: introduce program_space::get_entry_point_info function
  ` [PATCHv7 3/4] gdb: allow 'until' to work in outermost frame
  ` [PATCHv7 4/4] gdb: cache program space entry point information
  ` [PATCHv8 0/4] gdb: allow 'until' to work in outermost frame
    ` [PATCHv8 1/4] gdb: rename program_space::entry_point_address* functions
    ` [PATCHv8 2/4] gdb: introduce program_space::get_entry_point_info function
    ` [PATCHv8 3/4] gdb: allow 'until' to work in outermost frame
    ` [PATCHv8 4/4] gdb: cache program space entry point information

[PATCH v2] gdb: fix an issue with thread list corruption
 2026-07-20  6:03 UTC  (3+ messages)

GDB 18 release schedule proposal
 2026-07-18 20:10 UTC 

[PATCH 1/8] gdb/testsuite: Add Windows replacement for aligned_alloc
 2026-07-18 16:06 UTC  (15+ messages)
` [PATCH 5/8] Windows gdb: Prepare XState functions
` [PATCH 7/8] Windows gdb: Implement XState (Intel AVX) support

[PATCH] gdb: LoongArch: Add internal TLS support
 2026-07-18 11:35 UTC  (3+ messages)

[pushed] [pre-commit] Set stages for isort
 2026-07-18  8:18 UTC 

[PATCH v8] gdb: Add source-tracking breakpoints feature
 2026-07-18  3:31 UTC  (2+ messages)

[pushed 1/2] [gdb/testsuite] Fix check-file-mode errors
 2026-07-17 22:31 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix tclint errors

[PATCH 0/2] Two small F_SETFL changes
 2026-07-17 17:07 UTC  (3+ messages)
` [PATCH 1/2] Don't use F_SETFL in gdbreplay
` [PATCH 2/2] Use F_SETFL after F_SETOWN

[PATCH] Assume an unrecognized gnatmake is very new
 2026-07-17 16:37 UTC  (2+ messages)

[PATCH] Handle missing array descriptor in ada_type_of_array
 2026-07-17 16:27 UTC  (2+ messages)

[PATCH v14 0/2] add annotation in 'info locals' command for variables shadowing case
 2026-07-17 14:34 UTC  (7+ messages)
` [PATCH v14 1/2] gdb: "
` [PATCH v14 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH] [gdb] Add default argument for get_selected_block
 2026-07-17 14:29 UTC  (2+ messages)

[PATCH 0/2] [pre-commit] Use yamllint
 2026-07-17 14:25 UTC  (3+ messages)
` [PATCH 1/2] [pre-commit] Fix yamllint errors in .pre-commit-config.yaml
` [PATCH 2/2] [pre-commit] Add yamllint hook

[PATCH] [gdb] Fix hard-coded constants in buildsym_compunit::make_blockvector
 2026-07-17 14:20 UTC  (2+ messages)

[PATCH v4 0/1] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2026-07-17 13:25 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH] gdb, testsuite: fix gdb.multi/remove-inferiors.exp for remote targets
 2026-07-17 12:46 UTC  (2+ messages)

[PATCH] [pre-commit] Fix codespell-log hook
 2026-07-17 11:21 UTC  (2+ messages)

page:  |  | latest

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