Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb: allow 'until' to work in outermost frame
 2026-06-23  9:46 UTC  (20+ messages)
` [PATCHv2 0/3] "
  ` [PATCHv2 1/3] gdb: rename program_space::entry_point_address* functions
  ` [PATCHv2 2/3] gdb: introduce program_space::get_entry_point_info function
  ` [PATCHv2 3/3] gdb: allow 'until' to work in outermost frame
  ` [PATCHv3 0/4] "
    ` [PATCHv3 1/4] gdb: rename program_space::entry_point_address* functions
    ` [PATCHv3 2/4] gdb: introduce program_space::get_entry_point_info function
    ` [PATCHv3 3/4] gdb: allow 'until' to work in outermost frame
    ` [PATCHv3 4/4] gdb: cache program space entry point information

[PATCH] gdb: z80: Fix endless backtrace loop and assertion crashes
 2026-06-23  7:16 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] gdb: z80: Fix endless loop in frame unwinder and validate saved register types

[PATCH] gdb: return raw frame_info pointer from create_sentinel_frame
 2026-06-23  2:23 UTC  (8+ messages)
` [PATCHv2 0/2] Some sentinel frame related cleanup in frame.c
  ` [PATCHv2 1/2] gdb: remove sentinel frame check in frame_find_by_id
  ` [PATCHv2 2/2] gdb: convert sentinel_frame to a frame_info_ptr

[PATCH] Update use of deque in _frame_iterator
 2026-06-22 22:16 UTC  (2+ messages)

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

[PATCH v6 0/2] Add warning if the native target is not supported
 2026-06-22 20:34 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v8] gdb: Print linker namespace when showing a frame
 2026-06-22 20:34 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v2 0/1] s390: Deprecate s390 32-bit target "s390-*"
 2026-06-22 12:12 UTC  (2+ messages)

[PATCH] [pre-commit] Add shellcheck
 2026-06-22 10:02 UTC  (7+ messages)

[PATCH] Fix crash in AIX when current working directory is NULL
 2026-06-22  9:11 UTC 

[PATCH v1] gdb: align siginfo_t with the Linux kernel definition
 2026-06-22  8:42 UTC  (10+ messages)

[PATCH] Make target shareable accross fork inferiors in AIX
 2026-06-22  7:04 UTC 

[PATCH] Fix AIX SIGSEGV for multi thread debugging
 2026-06-22  7:03 UTC 

[PATCH v1] gdb/aarch64: Add support for FEAT_S1POE POR_EL0 register
 2026-06-21 11:50 UTC  (5+ messages)

[PATCH] libiberty: sync with gcc commit df3510f80e7c02d9
 2026-06-20 12:54 UTC  (2+ messages)

[PATCH] Printing of Fortran arrays with dynamic elements
 2026-06-20 12:38 UTC  (2+ messages)

[RFC] [gdb] Move ChangeLog files to archive dir
 2026-06-20 11:40 UTC 

[PATCH 0/7] gdb/testsuite: allow passing inferior arguments with native-gdbserver board
 2026-06-19 20:09 UTC  (11+ messages)
` [PATCH 3/7] gdb/testsuite: add -inferior-args option to runto
` [PATCH 4/7] gdb/testsuite: fix step-over-thread-exit.exp with native-gdbserver

GDB Release Managers announcement
 2026-06-19 19:27 UTC  (6+ messages)

[PATCH] Add infcall support for C++ constructor-style expressions
 2026-06-19 17:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Fix amd_dbgapi_target::wait's handling of TARGET_WAITKIND_IGNORE
 2026-06-19 17:01 UTC 

[PATCH] gdb/Windows: Make windows-nat skip iterating GPU threads
 2026-06-19 16:38 UTC 

[PATCH] gdb: make symtab::compunit return a reference
 2026-06-19 14:22 UTC  (3+ messages)

[PATCH 0/1] gdb: discard saved state on error in recursive infcall
 2026-06-19 14:12 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] Handle nested Ada functions with gnat-llvm
 2026-06-19 14:01 UTC  (3+ messages)

[PATCH] [testsuite] Log gdb_do_cache misses only, not hits
 2026-06-19 13:34 UTC  (3+ messages)

[PATCH 1/2] gdb, gdbserver, gdbsupport: use [[maybe_unused]] instead of ATTRIBUTE_UNUSED
 2026-06-19 12:49 UTC  (3+ messages)
` [PATCH 2/2] gdb, gdbsupport: use [[nodiscard]] instead of ATTRIBUTE_UNUSED_RESULT

[PATCH] Remove ARI
 2026-06-19 12:42 UTC  (2+ messages)

[PATCH v2] [pre-commit] Add shellcheck
 2026-06-19 11:23 UTC 

[PATCH] gdb/remote: fix assertions when attaching in non-stop mode
 2026-06-19  9:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH][PR gdb/34239][PR gdb/34299] gdb: Check bounds before reading DWARF expression operands
 2026-06-18 18:01 UTC 

[PATCH 0/2] Add Intel APX support
 2026-06-18 17:33 UTC  (9+ messages)
` [PATCH 1/2] gdb: add maintenance set/show gcore xml-target-description command
` [PATCH 2/2] gdb, gdbserver: Add Intel APX register support

[PATCH 0/9] [gdb] More whitespace fixes
 2026-06-18 17:13 UTC  (13+ messages)
` [PATCH 1/9] [gdb] Increase clean range in check-whitespace-pre-commit.py
` [PATCH 2/9] [gdb] Fix leftover conflict marker in gdb/config/djgpp/README
` [PATCH 3/9] [gdb] Fix new blank line at EOF in a few scripts
` [PATCH 4/9] [gdb] Fix new blank line at EOF in a few xml files
` [PATCH 5/9] [gdb] Ignore whitespace in imported file gdb/exc_request.defs
` [PATCH 6/9] [gdb] Fix trailing whitespace in some files
` [PATCH 7/9] [gdb] Ignore trailing whitespace in gdb/gdb-gdb.gdb.in
` [PATCH 8/9] [gdb] Fix trailing whitespace in annotate.texinfo
` [PATCH 9/9] [gdb] Fix trailing whitespace in refcard.tex

[PATCH 0/2] Fix ODR violations in regformat target descriptions
 2026-06-18 17:10 UTC  (6+ messages)
` [PATCH 1/2] regdat.sh: generate const_target_desc_up for register descriptions
` [PATCH 2/2] [gdbserver] Use const_target_desc_up for regformat tdescs

[PATCH 0/2] Send trace-commands output to gdb_stdlog
 2026-06-18 16:48 UTC  (2+ messages)

[PATCH] [gdb] Ignore codespell warnings about wrong encodings
 2026-06-18 15:45 UTC  (2+ messages)

[PATCH] [gdb/contrib] Rename license-check-new-files.sh to .py
 2026-06-18 14:30 UTC  (2+ messages)

[RFC] [pre-commit] Add check-new-file-license
 2026-06-18 12:59 UTC  (4+ messages)

[PATCH] [gdb/exp] Fix ns var lookup when stopped at inlined fn call
 2026-06-18  7:54 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [gdb/exp] Limit workaround in using_direct::valid_line to broken GCC versions
 2026-06-18  7:53 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [pre-commit] Remove duplication in config file
 2026-06-18  7:47 UTC 

[PATCH 0/6] [pre-commit] Clean up .pre-commit-config.yaml
 2026-06-17 19:28 UTC  (8+ messages)
` [PATCH 1/6] [pre-commit] Drop types_or filtering for tclint
` [PATCH 2/6] [pre-commit] Drop require_serial for pre-commit-setup
` [PATCH 3/6] [pre-commit] Remove pass_filenames setting for check-whitespace
` [PATCH 4/6] [pre-commit] Remove stages setting for two hooks
` [PATCH 5/6] [pre-commit] Drop always_run setting for codespell-log
` [PATCH 6/6] [pre-commit] Reorganize .pre-commit-config.yaml

[PATCH 1/1] gdb, testsuite: unify 'Switching to thread' message
 2026-06-17 19:23 UTC  (2+ messages)

[PATCH v2] [pre-commit] Add file mode check
 2026-06-17 18:39 UTC  (4+ messages)

[PATCH] gdb/amd-dbgapi-target: drop reference to amd_dbgapi_address_class_id_t
 2026-06-17 14:02 UTC  (2+ messages)

[PATCH 0/2] Add support for BMI1 and BMI2 recording
 2026-06-17 14:00 UTC  (3+ messages)
` [PATCH 1/2] gdb/record: Add support for recording BMI1 instructions
  ` [PATCH 2/2] gdb/record: add support for BMI2 instructions

[PATCH v2] gdb: Remove redundant clear_proceed_status() call
 2026-06-17 13:52 UTC  (2+ messages)

[PATCH] gdb: Remove redundant clear_proceed_status() call
 2026-06-17 12:44 UTC  (4+ messages)

[pushed] [pre-commit] Use pass_filenames=false for pre-commit-setup
 2026-06-16 22:36 UTC 

CFP: Toolchains Track at Linux Plumbers Conf '26
 2026-06-16 21:36 UTC 

[PUSHED] gdb/testsuite: avoid PID in test name
 2026-06-16 19:56 UTC 

Fix double apropos output when both alias name and command name match the pattern
 2026-06-16 18:51 UTC  (3+ messages)
` [PATCH] "

[PATCH] [pre-commit] Stop using deprecated language script
 2026-06-16 15:46 UTC  (4+ messages)

[PATCH 0/1] gdb, testsuite: unify 'Switching to thread' message
 2026-06-16 13:03 UTC 

[pushed] [gdb/build, clang] Fix ignored aligned attribute
 2026-06-16  7:26 UTC  (5+ messages)

[PATCH 00/12] [gdb] Use using instead of typedef some more
 2026-06-16  6:22 UTC  (13+ messages)
` [PATCH 01/12] [gdb] Use using instead of typedef some more (part 1)
` [PATCH 02/12] [gdb] Use using instead of typedef some more (part 2)
` [PATCH 03/12] [gdb] Use using instead of typedef some more (part 3)
` [PATCH 04/12] [gdb] Convert function pointer typedefs to using
` [PATCH 05/12] [gdb] Convert template "
` [PATCH 06/12] [gdb] Convert function "
` [PATCH 07/12] [gdb] Fix redundant struct typedefs
` [PATCH 08/12] [gdb] Convert anonymous "
` [PATCH 09/12] [gdb] Convert typedef of named struct
` [PATCH 10/12] [gdb] convert struct pointer typedefs
` [PATCH 11/12] [gdb] Convert typedef on separate line
` [PATCH 12/12] [gdb] Use using in compat_x32_clock_t typedef

[pushed] [gdb] Fix typo in gdb/microblaze-linux-nat.c
 2026-06-16  1:26 UTC  (2+ messages)

[PATCH v5 0/8] refactor the internals of record-full
 2026-06-15 16:15 UTC  (9+ messages)
` [PATCH v5 1/8] gdb/record: Refactor record history
` [PATCH v5 2/8] gdb/record: factor out reading and writing the execution log to corefile
` [PATCH v5 3/8] gdb/record: remove record_full_insn_num
` [PATCH v5 4/8] gdb/record: c++ify internal structures of record-full.c
` [PATCH v5 5/8] gdb/record: make record_full_history more c++-like
` [PATCH v5 6/8] gdb/record: extract the PC to record_full_instruction
` [PATCH v5 7/8] gdb/record: Define new version of the record-save section
` [PATCH v5 8/8] gdb/record: rename record_full_list to record_full_log

[committed] Port expandargstr from gcc/libiberty
 2026-06-15 15:57 UTC 

[pushed] [gdb] Add endianity to codespell-ignore-words.txt
 2026-06-15 15:53 UTC 

[PATCH] [gdb] More codespell fixes
 2026-06-15 15:23 UTC 

[pushed 1/2] [gdb] Drop some files and a dir from codespell skip list
 2026-06-15 12:33 UTC  (2+ messages)
` [pushed 2/2] [gdb] Expand dirs in "

[PATCH 0/9] [gdb] Make gdb dir codespell-clean
 2026-06-15 11:16 UTC  (4+ messages)
` [PATCH 9/9] [pre-commit] Simplify codespell configuration

[pushed 1/2] [gdb] Fix file mode of gdb/microblaze-linux-nat.c
 2026-06-15  8:29 UTC  (2+ messages)
` [pushed 2/2] [gdb] Fix flake8 warning in gdb.python/py-inf-exited-at-exit.py

[PATCH v4 0/8] refactor the internals of record-full
 2026-06-15  7:49 UTC  (10+ messages)
` [PATCH v4 1/8] gdb/record: Refactor record history
` [PATCH v4 4/8] gdb/record: c++ify internal structures of record-full.c

[PATCHv2] gdb/python: fix 'exited' event when GDB exits from core file debugging
 2026-06-14 21:06 UTC  (4+ messages)
` [PATCHv3] "

[PATCH] [gdb/testsuite] Convert gdb.dwarf2/dw2-strp.exp to dwarf assembly
 2026-06-14 17:12 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix FAIL in gdb.threads/sw-watchpoint-step-over-bp-with-threads.exp
 2026-06-14 12:09 UTC 

[PATCH v7] gdb: Add source-tracking breakpoints feature
 2026-06-13 19:57 UTC 

[PATCH 0/5] Add zebra-striping to CLI tables
 2026-06-13 14:28 UTC  (3+ messages)
` [PATCH 5/5] Add zebra-striping to CLI table display

[PATCH v3 0/4] Python safety initial work
 2026-06-12 15:34 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