Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb/record: fix missing "no history" message in some situations
 2026-09-08 13:14 UTC 

[PATCH v3 1/8] gdb/testsuite: Add Windows replacement for aligned_alloc
 2026-09-08 13:05 UTC  (7+ messages)
` [PATCH v3 7/8] Windows gdb: Implement AVX register support
` [PATCH v3 8/8] Windows gdb: Implement AVX-512 "

[PATCH v2 0/6] gdb: introduce file_reader_t to read procfs files
 2026-09-08 10:27 UTC  (3+ messages)

[PATCH] gdb/amdgpu: Fix accessing GPU global memory
 2026-09-08  9:10 UTC  (3+ messages)

[PATCH] Reduce gdb.base/many-headers.c iterations on Solaris [PR34555]
 2026-09-08  8:39 UTC  (3+ messages)

[PATCH] gdb: fix incorrect search domain in find_function_in_inferior
 2026-09-08  8:05 UTC  (8+ messages)

[SH] Fix mac.w insn simulation for SH2 and above
 2026-09-08  4:26 UTC  (4+ messages)
    ` Ping^1 "

[SH] Check FPSCR.PR for fldi0, fldi1 insns in simulator
 2026-09-08  4:26 UTC  (10+ messages)
              ` Ping^1 "
                ` Ping^2 "

[PATCH] infrun: Introduce empty-loop step heuristic
 2026-09-08  1:06 UTC 

[PATCH v1] gdb/linux-tdep: display ProtectionKey in info proc mappings
 2026-09-07 16:00 UTC  (4+ messages)

[PATCH 0/4] Support the Windows/MSVC target in GDB
 2026-09-07 14:58 UTC  (3+ messages)

[PATCH v4 00/11] Add AlwaysNonStop remote protocol extension
 2026-09-07 13:31 UTC  (4+ messages)

[PATCH] gdb/testsuite: replace hipcc with amdclang++ as the HIP compiler
 2026-09-07 13:17 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH] gdb/testsuite: Always close '-x hip' with '-x none' (was: Re: [PATCH v2] gdb/testsuite: replace hipcc with amdclang++ as the HIP compiler)

GDB 18.1 release update -- 2026-09-07
 2026-09-07 13:14 UTC 

GDB 18.1 release update -- 2026-09-01
 2026-09-07 13:04 UTC  (5+ messages)

[PATCH v4 0/5] gdb/aarch64: Add POR_EL0 register support for FEAT_S1POE
 2026-09-07 12:52 UTC  (2+ messages)

[PATCH v2 0/2] gdb: improve interrupting an empty remote target
 2026-09-07 12:34 UTC  (3+ messages)
` [PATCH v2 1/2] gdb: fix assertion when "
` [PATCH v2 2/2] gdb, remote: Skip sending of 'vCont' packet if remote target is empty

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

[PATCH 32 0/2] Handle the new .note section introduced in Linux
 2026-09-07 11:47 UTC  (10+ messages)
                ` [PING][PATCH "

[PATCH] Skip gdb.dap/pause.exp on Solaris [PR34548]
 2026-09-07 10:43 UTC  (11+ messages)
          ` [PATCH v2] Require async support for DAP tests [PR34548]

[PATCH 0/2] Problem with linux corefiles for CPUs with Intel AMX support
 2026-09-07 10:05 UTC  (4+ messages)
` [PATCH 1/2] gdb: Enable OS generated corefiles on systems "
` [PATCH 2/2] gdb, testsuite: Handle unexpected PRKU value in linux corefiles

[PATCH 1/2] [gdb/testsuite] Fix timeout in do_self_tests
 2026-09-07  6:52 UTC  (5+ messages)
` [PATCH 2/2] [gdb] Exclude unavailable hardware threads in default worker-threads

[PATCH] gdb.gdb/python-helper.exp: Increase timeout values
 2026-09-07  4:21 UTC  (6+ messages)

[pushed] Fix typo in python.c:do_initialize
 2026-09-06 19:58 UTC 

[pushed] gdb/testsuite: adapt gdb.rocm/symbol-lookup.exp to amdclang++
 2026-09-06  3:32 UTC 

Fix `add-symbol-file -o ... -s ...` address mapping bug
 2026-09-05 10:16 UTC 

[PATCH v2 00/19] Move C++ support code out of .y files
 2026-09-05  4:23 UTC  (20+ messages)
` [PATCH v2 01/19] gdb/ada-exp-parser: remove name_info struct
` [PATCH v2 02/19] gdb: replace parse_type macros with functions
` [PATCH v2 03/19] gdb: suffix flex/bison output files with -gen.c
` [PATCH v2 04/19] gdb: remove YY_NULL to YY_NULLPTR substitution
` [PATCH v2 05/19] gdb: move parser output post-processing to a script
` [PATCH v2 06/19] gdb: let the parser and lexer generators prefix their symbols
` [PATCH v2 07/19] gdb: separate cp-name-parser's symbol prefix with an underscore
` [PATCH v2 08/19] gdb: make $(YACC) and $(FLEX) generate headers
` [PATCH v2 09/19] gdb: add check for stale build generated files
` [PATCH v2 10/19] gdb: move cp-name-parser.y's support code to cp-name-parser.c
` [PATCH v2 11/19] gdb: rename LANG-exp.y to LANG-exp-parser.y
` [PATCH v2 12/19] gdb: move c-exp-parser.y's support code to c-exp-parser.c
` [PATCH v2 13/19] gdb: move ada-exp-parser.y's support code to ada-exp-parser.c
` [PATCH v2 14/19] gdb: move d-exp-parser.y's support code to d-exp-parser.c
` [PATCH v2 15/19] gdb: move f-exp-parser.y's support code to f-exp-parser.c
` [PATCH v2 16/19] gdb: move go-exp-parser.y's support code to go-exp-parser.c
` [PATCH v2 17/19] gdb: move m2-exp-parser.y's support code to m2-exp-parser.c
` [PATCH v2 18/19] gdb: move p-exp-parser.y's support code to p-exp-parser.c
` [PATCH v2 19/19] gdb: honor "set debug parser" in the Modula-2 and Pascal parsers

[PATCH 00/17] Move C++ support code out of .y files
 2026-09-05  4:04 UTC  (25+ messages)
` [PATCH 01/17] gdb/ada-exp-parser: remove name_info struct
` [PATCH 02/17] gdb: replace parse_type macros with functions
` [PATCH 03/17] gdb: suffix flex/bison output files with -gen.c
` [PATCH 04/17] gdb: move parser output post-processing to a script
` [PATCH 05/17] gdb: let the parser and lexer generators prefix their symbols
` [PATCH 06/17] gdb: separate cp-name-parser's symbol prefix with an underscore
` [PATCH 07/17] gdb: make $(YACC) and $(FLEX) generate headers
` [PATCH 08/17] gdb: add check for stale build generated files
` [PATCH 09/17] gdb: move cp-name-parser.y's support code to cp-name-parser.c
` [PATCH 10/17] gdb: rename LANG-exp.y to LANG-exp-parser.y
` [PATCH 11/17] gdb: move c-exp-parser.y's support code to c-exp-parser.c
` [PATCH 12/17] gdb: move ada-exp-parser.y's support code to ada-exp-parser.c
` [PATCH 13/17] gdb: move d-exp-parser.y's support code to d-exp-parser.c
` [PATCH 14/17] gdb: move f-exp-parser.y's support code to f-exp-parser.c
` [PATCH 15/17] gdb: move go-exp-parser.y's support code to go-exp-parser.c
` [PATCH 16/17] gdb: move m2-exp-parser.y's support code to m2-exp-parser.c
` [PATCH 17/17] gdb: move p-exp-parser.y's support code to p-exp-parser.c

[pushed] [gdb/testsuite] Fix tclint error in gdb.rocm/symbol-lookup.exp
 2026-09-04 20:06 UTC 

[PATCH v4 00/10] Multiple solib_ops in a program_space
 2026-09-04 19:59 UTC  (4+ messages)
` [PATCH v4 08/10] gdb: add objfile -> solib backlink

[PATCH v5] gdb: align siginfo_t with the Linux kernel definition
 2026-09-04 19:49 UTC  (3+ messages)

[PATCH 1/2] [gdb] Document word regexp choice in pyproject.toml
 2026-09-04 19:45 UTC  (3+ messages)
` [PATCH 2/2] [gdb] Fix some typos

[RFC] [gdb] Work around zero l_addr/l_ld
 2026-09-04 19:44 UTC  (3+ messages)

[PATCH 0/1] Add Intel APX support
 2026-09-04 19:43 UTC  (3+ messages)
` [PATCH 1/1] gdb, gdbserver: Add Intel APX register support

[PATCH] Convert py-connection.c to the Python safety API
 2026-09-04 18:07 UTC 

[PATCH v4] gdb: search local symbols before global symbols in completion
 2026-09-04 18:03 UTC  (4+ messages)

[PATCH] Remove windows_process_info::main_thread_id
 2026-09-04 17:56 UTC 

[PATCH] [gdb/tui] Don't disassemble non-code sections and section holes
 2026-09-04 15:45 UTC  (3+ messages)

[PATCH 0/2] gdb/testsuite: Prepare set_unbuffered_mode.c for windows-msvc
 2026-09-04 14:42 UTC  (3+ messages)

[PATCH 0/4] Some Makefile clean target cleanups
 2026-09-04 14:07 UTC  (10+ messages)
` [PATCH 1/4] gdb: remove gcore, gstack and gdb-add-index in the clean target
` [PATCH 2/4] gdbserver: remove undefined ADD_FILES from "
` [PATCH 3/4] gdb: gdb-gdb.gdb and gdb-gdb.py in distclean
` [PATCH 4/4] gdb: remove stray "b" from the distclean target

[PATCH] gdb: unify trivial_entry_value handling in DW_OP_entry_value
 2026-09-04 13:22 UTC 

[PATCH] [gdb] Remove gdb-gdb.gdb dependency in make all rule
 2026-09-04 13:12 UTC  (2+ messages)

[PATCH] Return correct thread for cached event
 2026-09-04 12:51 UTC  (4+ messages)

[PATCH 0/4] Avoid command-line length limit combining test results
 2026-09-04 12:31 UTC  (2+ messages)

[PATCH 0/1] dg-extract-results.{sh, py}: Optionally read file list from stdin/file
 2026-09-04 12:18 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 00/11] [gdb/testsuite] Refactor exception handling
 2026-09-04  9:48 UTC  (4+ messages)
` [PATCH 01/11] [gdb/testsuite] Normalize indentation in with_test_prefix

[RFC 1/5] [pre-commit] Add indent-exp
 2026-09-04  9:38 UTC  (5+ messages)
` [RFC 2/5] [gdb/testsuite] Make lib/gdb.exp emacs indent compatible
` [RFC 3/5] [gdb/testsuite] Update regexp in string_to_regexp
` [RFC 4/5] [gdb/testsuite] Reformat lib/gdb.exp
` [RFC 5/5] [gdb/testsuite] Reformat gdb.ada

[PATCH v2] gdbserver: widen the stat fields returned by the vFile packets
 2026-09-04  8:32 UTC 

[PATCH v1] gdbserver: widen the stat fields returned by the vFile packets
 2026-09-04  6:22 UTC  (3+ messages)

[pushed] [gdb/testsuite] Use multi_line more often
 2026-09-04  6:09 UTC 

[PATCH v2] gdb: rely on the first non-exited thread TPID when reading Linux procfs files
 2026-09-03 22:56 UTC  (2+ messages)

[PATCH 1/2] RISC-V Vector Extension Support
 2026-09-03 22:30 UTC  (2+ messages)

[PATCH] Add DAP completion test
 2026-09-03 19:51 UTC 

[PATCH] Add evaluateName to registers returned by DAP
 2026-09-03 18:40 UTC 

[PATCH] gdb/Windows: Make windows-nat skip iterating GPU threads
 2026-09-03 18:09 UTC  (3+ messages)

[PATCH v2] [doc] Update obsolete text about sub-blocks
 2026-09-03 17:45 UTC  (2+ messages)

[PATCH 0/2] gdb: improve interrupting an empty remote target
 2026-09-03 17:43 UTC  (5+ messages)
` [PATCH 1/2] gdb: fix assertion when "
` [PATCH 2/2] gdb, remote: Skip sending of 'vCont' package if remote target is empty

[pushed] Constify targ_desc
 2026-09-03 17:11 UTC 

[REPOST][PATCH] H8/300: sim: testsuite: Use the correct file descriptor for stdout
 2026-09-03 16:59 UTC  (2+ messages)

[PATCH 0/9] Some cleanups and C++-ification of value_print_options
 2026-09-03 16:58 UTC  (2+ messages)

[PATCH] [doc] Update obsolete text about sub-blocks
 2026-09-03 16:47 UTC  (3+ messages)

[PATCH 0/5] Remove `...' and related forms of quoting from gdb
 2026-09-03 16:04 UTC  (4+ messages)
` [PATCH 3/5] Fix weird quoting in stap-probe.c

[PATCH] gdb: fixes for DW_OP_entry_value when inferior is at entry point
 2026-09-03 15:41 UTC  (3+ messages)

[PATCH v2 2/2] This patch adds support to debug thread local variables defined in shared libraries in AIX
 2026-09-03 15:29 UTC  (2+ messages)

[PATCH 0/7] Some Makefile cleanups
 2026-09-03 13:45 UTC  (7+ messages)
` [PATCH 7/7] gdb, gdbserver: create the dependency directories from the Makefiles

[PATCH] Remove gdbserver_windows_process::attaching
 2026-09-03 11:19 UTC  (2+ messages)

[PATCH] [gdb] Fix auto-load script re-execution on subsequent runs
 2026-09-03  9:22 UTC  (4+ messages)
` [PATCH v2 0/2] Fix auto-load script loading after safe-path is widened
  ` [PATCH v2 1/2] [gdb] Fix auto-load script re-execution on subsequent runs
  ` [PATCH v2 2/2] [gdb] Retry blocked auto-load scripts when safe-path is widened

[PATCH v1 3/3] Add test cases for all TLS support in AIX
 2026-09-03  9:07 UTC  (2+ messages)

[PATCH v3] Add TLS variable debug support for AIX [ 64-bit XCOFF files only]
 2026-09-03  8:55 UTC 

[PATCH v4 00/13] Add new command to print the shadow stack backtrace
 2026-09-03  8:10 UTC  (22+ messages)
` [PATCH v4 02/13] aarch64: Implement gdbarch function top_addr_empty_shadow_stack
` [PATCH v4 03/13] gdb: Add get_main_func_start_pc to refactor frame.c:inside_main_func
` [PATCH v4 08/13] gdb: Add command option 'bt -shadow' to print the shadow stack backtrace
` [PATCH v4 09/13] gdb: Provide gdbarch hook to distinguish shadow stack backtrace elements
` [PATCH v4 10/13] gdb: Implement the hook 'is_no_return_shadow_stack_address' for amd64 linux
` [PATCH v4 11/13] gdb: Enable inferior calls in the shadow stack backtrace
` [PATCH v4 12/13] gdb: Enable signal trampolines "
` [PATCH v4 13/13] gdb, mi: Add -shadow-stack-list-frames command

[PATCH v3] H8/300: sim: Fix simulator hang caused by qsort on Windows/MinGW
 2026-09-03  6:41 UTC  (2+ messages)

[pushed] [gdb] Fix whitespace in shell scripts
 2026-09-03  6:16 UTC 

[pushed 1/3] [gdb] Fix some typos
 2026-09-03  5:47 UTC  (3+ messages)
` [pushed 2/3] [gdb] Fix double words
` [pushed 3/3] [gdb] Fix dont -> don't typo

page:  |  | latest

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