Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] gdb/testsuite: Prepare set_unbuffered_mode.c for windows-msvc
 2026-08-10 23:08 UTC  (3+ messages)
` [PATCH 1/2] testsuite/lib/set_unbuffered_mode.c: Fix return type
` [PATCH 2/2] testsuite/lib/set_unbuffered_mode.c: Use constructor priority

[PATCH 0/2] gdb/testsuite: Make ROCm/HIP tests work on native Windows
 2026-08-10 22:46 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: For ROCm/HIP, don't rely on rocm_agent_enumerator
` [PATCH 2/2] allow_hipcc_tests: Allow native Windows (windows-msvc)

[PATCH v4 0/2] gdb: Fix internal inferior calls through GNU IFUNCs
 2026-08-10 21:12 UTC  (4+ messages)
` [PATCH v4 1/2] gdb: Preserve IFUNC marker when finding inferior functions

[PATCH] gdb/record: avoid rax usage in i386-avx-record.exp
 2026-08-10 19:32 UTC 

[PATCH] gdb: search local symbols before global symbols in completion
 2026-08-10 18:02 UTC  (3+ messages)

[PATCH v4] gdb: search local symbols before global symbols in completion
 2026-08-10 18:00 UTC  (2+ messages)

[PATCH v2 1/8] gdb/testsuite: Add Windows replacement for aligned_alloc
 2026-08-10 17:25 UTC  (3+ messages)
` [PATCH v2 7/8] Windows gdb: Implement XState (Intel AVX) support

[PATCH v2] Prevent downgrading of hardware watchpoints if possible
 2026-08-10 17:20 UTC  (2+ messages)

[PATCH v2] Show the selected frame in "bt"
 2026-08-10 16:43 UTC  (2+ messages)

[PATCH] Use Python safety API in py-symbol.c
 2026-08-10 16:37 UTC  (2+ messages)

[PATCH 0/2] Add support for BMI1 and BMI2 recording
 2026-08-10 14:46 UTC  (9+ messages)
` [PATCH 1/2] gdb/record: Add support for recording BMI1 instructions
  ` [PATCH 2/2] gdb/record: add support for BMI2 instructions

[PATCH] Avoid seg fault in sim/cris/sim-if.c
 2026-08-10 14:07 UTC  (3+ messages)

[PATCH v1 0/6] gdb: introduce file_reader_t to read procfs files
 2026-08-10 13:07 UTC  (10+ messages)
` [PATCH v1 1/6] target_fileio_read_stralloc: add an optional length parameter
` [PATCH v1 3/6] gdb: introduce helper class file_reader_t
` [PATCH v1 4/6] gdb/linux-tdep: migrate linux_info_proc to file_reader_t
` [PATCH v1 5/6] gdb/linux-tdep: migrate linux_find_memory_regions_full "

[PATCH v2] [gdb/python] Convert valpy_call to the "python safety" approach
 2026-08-10 11:52 UTC 

[PATCH v1 2/2] Add TLS support for shared libraries in AIX
 2026-08-10 10:23 UTC  (3+ messages)

[PATCH] [gdb/python] Convert valpy_call to the "python safety" approach
 2026-08-10  9:53 UTC  (2+ messages)

[PING] [PATCH v4 00/11] Add AlwaysNonStop remote protocol extension
 2026-08-10  9:28 UTC 

[PATCH] gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs
 2026-08-10  8:44 UTC  (4+ messages)

[PUSHED] gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs
 2026-08-10  8:32 UTC 

GDB 18.0.90 available for testing
 2026-08-09  8:22 UTC  (2+ messages)

[PATCH v3 0/4] Python safety initial work
 2026-08-09  8:02 UTC  (7+ messages)

[PATCH 0/4] Use gdbpy_borrowed_ref more + cast removal
 2026-08-08 21:47 UTC  (5+ messages)
` [PATCH 1/4] Change evpy_emit_event to accept a gdbpy_opt_borrowed_ref
` [PATCH 2/4] Change evpy_add_attribute to accept gdbpy_borrowed_ref
` [PATCH 3/4] Use gdbpy_borrowed_ref when creating events
` [PATCH 4/4] Remove unneeded casts to PyObject*

[PATCH] Convert py-arch.c to "safety" approach
 2026-08-08 18:23 UTC 

[PATCH v9] gdb: Add source-tracking breakpoints feature
 2026-08-08 17:42 UTC  (3+ messages)

[PATCH] [gdb/python] Handle error in gdbpy_initialize_gdb_readline
 2026-08-07 22:36 UTC  (3+ messages)

[PATCH v2] [gdb/python] Handle error in gdbpy_initialize_gdb_readline
 2026-08-07 22:35 UTC 

[PATCH v3 0/5] gdb/aarch64: Add POR_EL0 register support for FEAT_S1POE
 2026-08-07 19:51 UTC  (7+ messages)
` [PATCH v3 1/5] [PATCH 1/5] "

[PATCH v3] gdb: search local symbols before global symbols in completion
 2026-08-07 18:25 UTC  (2+ messages)

[PATCH 0/2] Cleanup and bug fix related to thread iteration and proceed calls
 2026-08-07 16:52 UTC  (9+ messages)
` [PATCH 1/2] gdb: use inferior::threads instead of all_threads and a PID filter
` [PATCH 2/2] gdb: share some thread proceed related code between CLI and MI

[PATCH] Always fetch Ada "main" name from the executable
 2026-08-07 15:03 UTC  (4+ messages)

[PUSHED] sim: delete sim/ppc/.gdbinit
 2026-08-07 14:56 UTC 

[PATCH v4 00/10] Multiple solib_ops in a program_space
 2026-08-07 13:52 UTC  (11+ messages)
` [PATCH v4 01/10] gdb/solib-rocm: assert that host ops isn't rocm_solib_ops
` [PATCH v4 02/10] gdb/solib-rocm: pass reference to cache to rocm_code_object_stream_file
` [PATCH v4 03/10] gdb/solib-rocm: add cached_target_fd to manage cached fd lifetime
` [PATCH v4 04/10] gdb: de-constify some methods of solib_ops
` [PATCH v4 05/10] gdb/solib: add remove_solib function
` [PATCH v4 06/10] gdb/solib-rocm: move per-inferior data to rocm_solib_ops
` [PATCH v4 07/10] gdb/solib-rocm: save inferior in rocm_solib_ops
` [PATCH v4 08/10] gdb: add objfile -> solib backlink
` [PATCH v4 09/10] gdb: change default objfile iteration order to start with current objfile
` [PATCH v4 10/10] gdb: multiple solib_ops per program space

[PATCH 0/4] Remove some bfd_boolean uses
 2026-08-07 12:55 UTC  (4+ messages)
` [PATCH 3/4] Drop use of bfd_boolean from findcmd.c

[PATCH v8] gdb: Add source-tracking breakpoints feature
 2026-08-07 11:14 UTC  (4+ messages)

[PATCH v8 0/4] PR gdb/31353
 2026-08-07  8:42 UTC  (5+ messages)
` [PING] "
  ` [PING v2] "
    ` [PING v3] "
      ` [PING v4] "

[PATCH v2] Minor 'debug_*' function improvements
 2026-08-07  6:56 UTC  (2+ messages)

[PATCH] Minor 'debug_*' function improvements
 2026-08-06 20:27 UTC  (3+ messages)

[PATCH v7 0/5] Introduce syntax for linker-namespace specific symbols
 2026-08-06 18:46 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v6 0/2] Add warning if the native target is not supported
 2026-08-06 18:43 UTC  (2+ messages)

[PATCH v8] gdb: Print linker namespace when showing a frame
 2026-08-06 18:42 UTC  (3+ messages)
` [PING][PATCH "

[PATCH v3 0/1] Fix block filter heuristic in linespec to preserve distinct code paths
 2026-08-06 18:25 UTC  (4+ messages)
` [PATCH v3 1/1] gdb/linespec: relax block filter "

gdb-18 branch FROZEN
 2026-08-06 18:11 UTC  (2+ messages)
` gdb-18 branch now *OPEN* (was: "gdb-18 branch FROZEN")

[PATCH] gdb/mips: unwind past post-prologue SP adjustments in syscall stubs
 2026-08-06 18:09 UTC 

[release/branch] Bump GDB's version number to 18.0.90.DATE-git
 2026-08-06 18:08 UTC 

[release/branch] Set GDB version number to 18.0.90
 2026-08-06 17:41 UTC 

[PUSHED gdb-18-branch] gdb/NEWS: Change "since GDB 17" into "in GDB 18"
 2026-08-06 17:39 UTC 

FYI/HEAD: Patches applied to branch master
 2026-08-06 17:14 UTC  (3+ messages)
` [release/HEAD 1/2] Bump version to 19.0.50.DATE-git
` [release/HEAD 2/2] Update gdb/NEWS after GDB 18 branch creation

FYI/BRANCH: Patches applied to branch gdb-18-branch
 2026-08-06 17:09 UTC  (4+ messages)
  ` [release/branch 1/2] Bump version to 18.0.90.DATE-git
  ` [release/branch 2/2] Set development mode to "off" by default

[PATCH v2] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags
 2026-08-06 16:36 UTC  (2+ messages)

[PATCH] gdb: fix breakpoints on inline functions qualified with source file name
 2026-08-06 15:08 UTC  (2+ messages)

[PATCH] gdb/testsuite: replace hipcc with amdclang++ as the HIP compiler
 2026-08-06 11:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Remove redundant check from check_types_equal
 2026-08-06  9:57 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix two test-cases on ppc64-linux
 2026-08-06  8:28 UTC 

[PATCH] gdb/amdgpu: Handle SIGABRT with a higher priority than SIGTRAP
 2026-08-06  3:57 UTC  (3+ messages)

[PATCH v1] py-gdb-readline: replace deprecated interfaces in GdbRemoveReadlineFinder
 2026-08-05 15:00 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.python/py-failed-init.exp with python 3.15
 2026-08-05 13:36 UTC 

[pushed] [gdb/testsuite] Improve gdb.python/remove-readline-finder.exp
 2026-08-05 13:08 UTC 

[PATCH] gdb/tui: use init_extended_color where possible
 2026-08-05 11:50 UTC  (2+ messages)
` [PATCHv2] "

[PATCH] etc: import changes to texi2pod.pl from gcc
 2026-08-05 11:15 UTC  (2+ messages)

[PATCH 0/2] gdb: improve interrupting an empty remote target
 2026-08-05  8:59 UTC  (3+ messages)
` [PATCH 1/2] gdb: fix assertion when "
` [PATCH 2/2] gdb, remote: Skip sending of 'vCont' package if remote target is empty

[PATCH] gdb: Reject non-base type operands in typed DWARF expressions
 2026-08-05  7:59 UTC 

[PATCH v2] gdb: search local symbols before global symbols in completion
 2026-08-05  7:56 UTC  (2+ messages)

[PATCH v2] gdb: Check bounds before reading DWARF expression operands
 2026-08-05  4:06 UTC 

[PATCH] gdb/testsuite: make MSYS path normalization case-insensitive
 2026-08-04 20:05 UTC 

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

[PATCH] [pre-commit] Avoid tabs in .pre-commit-config.yaml
 2026-08-04 18:45 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix gdb.python/py-mi-cmd.exp
 2026-08-04 15:31 UTC 

[PATCH v1 0/1] gdb: default 'id' to nullptr in 'ui_out_emit_type'
 2026-08-04 15:09 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH] gdb, inferior: replace NULL by nullptr
 2026-08-04 12:29 UTC  (2+ messages)

[PATCH v3 00/12] Add new command to print the shadow stack backtrace
 2026-08-04  8:02 UTC  (5+ messages)
` [PATCH v3 02/12] aarch64: Implement gdbarch function top_addr_empty_shadow_stack

[PATCH v4 00/13] Add new command to print the shadow stack backtrace
 2026-08-04  7:45 UTC  (2+ messages)
`  "

[PATCH v11 00/10] GDB support for DW_AT_trampoline
 2026-08-03 19:34 UTC  (11+ messages)
` [PATCH v11 01/10] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v11 02/10] gdb/symtab: add lookup for trampoline functions
` [PATCH v11 03/10] gdb: handle stepping through functions with DW_AT_trampoline
` [PATCH v11 04/10] gdb: Skip trampoline frames for the backtrace command
` [PATCH v11 05/10] gdb: Skip trampoline functions for the finish and reverse-finish commands
` [PATCH v11 06/10] gdb: Skip trampoline functions for the up command
` [PATCH v11 07/10] gdb: Skip trampoline functions for the return command
` [PATCH v11 08/10] gdb, mi: Skip trampoline functions for the -stack-list-frames command
` [PATCH v11 09/10] gdb, mi: Skip trampoline functions for the -stack-list-arguments command
` [PATCH v11 10/10] gdb: Filter trampoline frames in backtrace when using Python frame-filters

[pushed] [gdb/testsuite] Require allow_xml_test in gdb.base/gcore.exp
 2026-08-03 19:10 UTC 

[pushed] [gdb/testsuite] Require allow_xml_test in gdb.base/foll-fork-syscall.exp
 2026-08-03 18:54 UTC 

[pushed] [gdb/testsuite] Require allow_python_tests in gdb.cp/pretty-print.exp
 2026-08-03 18:36 UTC 

[pushed] [gdb/testsuite] Fix gdb.dwarf2/dw-form-strx-out-of-bounds.exp
 2026-08-03 17:52 UTC 

[pushed] [gdb/testsuite] Require allow_tui_tests in gdb.tui/new-ui.exp
 2026-08-03 17:03 UTC 

[PATCH 1/8] gdb/testsuite: Add Windows replacement for aligned_alloc
 2026-08-03 16:18 UTC  (13+ messages)
` [PATCH 7/8] Windows gdb: Implement XState (Intel AVX) support

[PATCH 1/2] gdb: remove dead code in make_pointer_type and make_reference_type
 2026-08-03 14:51 UTC  (4+ messages)
` [PATCH 2/2] gdb: do minor code modernization "

[PATCH] Fix type of imported variable for arraydim.exp
 2026-08-03 13:29 UTC  (3+ messages)

[PATCH 0/5] [pre-commit] Some pre-commit improvements
 2026-08-03 12:25 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] [gdb/testsuite] Don't return -1 from top-level
 2026-08-03 11:05 UTC  (2+ messages)

[PATCH v1] Add TLS variable debug support for AIX [ 64-bit XCOFF files only]
 2026-08-03 11:04 UTC  (3+ messages)

[PATCH v2 1/2] Add TLS variable debug support for AIX [ 64-bit XCOFF files only]
 2026-08-03 10:59 UTC 

[PATCH v5] gdb: align siginfo_t with the Linux kernel definition
 2026-08-03  8:23 UTC  (2+ messages)

[PATCH 0/2] [gdb/testsuite] Two ppc64 fixes
 2026-08-03  8:20 UTC  (6+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix gdb.base/examine-address-class.exp for big endian
` [PATCH 2/2] [gdb/testsuite] Fix gdb.base/msym-lang.exp on ppc64-linux

[pushed] [pre-commit] Bump tclint to 0.9.0
 2026-08-03  8:15 UTC 

[PATCH] [gdb/testsuite] Fix gdb.python/py-selected-context.exp regexp
 2026-08-03  8:07 UTC 

[PATCH 1/2] gdb: simplify code in check_typedef
 2026-08-03  7:57 UTC  (4+ messages)
` [PATCH v2] gdb: prefer lhs type's address spaces/classes "

[PATCH v1 0/2] gdb: fix for bug 31207
 2026-08-03  4:48 UTC  (3+ messages)
` [PATCH v1 2/2] gdb: rely on the first non-exited thread TPID when reading Linux procfs files

[SH] Fix mac.w insn simulation for SH2 and above
 2026-08-02 13:53 UTC 

[SH] Check FPSCR.PR for fldi0, fldi1 insns in simulator
 2026-08-02 13:42 UTC  (8+ messages)

[PATCH] gdb/dap: stop setting CompletionItem.length
 2026-08-01 16:02 UTC 

[PATCH] [gdb/testsuite] Drop global decls at global level
 2026-08-01 13:16 UTC  (2+ messages)

[PATCH] [gdb/tui] Fix gdb.tui/list-before.exp on ppc64-linux
 2026-08-01 12:28 UTC 

[PATCH] [gdb/testsuite] Fix gdb.tui/tailcall-msym.exp on ppc64-linux
 2026-08-01 10:15 UTC 

[PATCH] Add missing null pointer check in get_sal_arch
 2026-07-31 15:27 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.python/py-finish-breakpoint-tailcall.exp with gcc 16
 2026-07-31 13:49 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