Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb: allow 'until' to work in outermost frame
 2026-06-17 11:52 UTC  (22+ 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 0/6] [pre-commit] Clean up .pre-commit-config.yaml
 2026-06-17 11:35 UTC  (7+ 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 v1] gdb: align siginfo_t with the Linux kernel definition
 2026-06-17  9:11 UTC  (4+ messages)

[PATCH] gdb/remote: fix assertions when attaching in non-stop mode
 2026-06-17  3:44 UTC  (2+ 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] gdb: Remove redundant clear_proceed_status() call
 2026-06-16 18:01 UTC  (3+ messages)

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

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

[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

[PATCH 0/7] gdb/testsuite: allow passing inferior arguments with native-gdbserver board
 2026-06-15  9:54 UTC  (3+ messages)

[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 v2] [pre-commit] Add file mode check
 2026-06-15  8:18 UTC  (2+ messages)

[PATCH 0/2] Add Intel APX support
 2026-06-15  7:54 UTC  (6+ messages)
` [PATCH 1/2] gdb: add maintenance set/show gcore xml-target-description command

[PATCH v4 0/8] refactor the internals of record-full
 2026-06-15  7:49 UTC  (14+ messages)
` [PATCH v4 1/8] gdb/record: Refactor record history
` [PATCH v4 2/8] gdb/record: factor out reading and writing the execution log to corefile
` [PATCH v4 4/8] gdb/record: c++ify internal structures of record-full.c
` [PATCH v4 7/8] gdb/record: Define new version of the record-save section

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

[PATCH] gdb/python: fix 'exited' event when GDB exits from core file debugging
 2026-06-14 21:06 UTC  (6+ messages)
` [PATCHv2] "
  ` [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  (8+ messages)
` [PATCH 1/5] Ensure tgetent is called before tgetnum
` [PATCH 2/5] Make two ui_out methods 'private'
` [PATCH 3/5] Allow "phony" ui-out tables
` [PATCH 4/5] Add ui_file_style::merge
` [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)

[PATCH] Do not write negative PID or TID in remote protocol
 2026-06-12 15:23 UTC  (2+ messages)

[PATCH] Add tests for Ada "in" operator
 2026-06-12 15:21 UTC  (2+ messages)

[PATCH 00/11] Enable non-stop mode by default for remote targets
 2026-06-12 14:20 UTC  (6+ messages)
` [PATCH 01/11] gdb, record: fix assertion when remote target is set to non-stop
` PING 01 - [PATCH 00/11] Enable non-stop mode by default for remote targets

[PATCH v2 00/11] Fix a few Cygwin/MinGW problems
 2026-06-12 14:00 UTC  (4+ messages)
` [PATCH v2 03/11] Adjust gdb.base/exitsignal.exp for MinGW, separate program names

[PATCH 0/4] AMD GPU debugging support on Windows
 2026-06-12 13:39 UTC  (2+ messages)

[PATCH] [gdb] Use using instead of typedef
 2026-06-12 11:12 UTC  (8+ messages)

[PATCH v2 10/11] gdb, testsuite: add kfails for step-over-process-exit.exp
 2026-06-11 15:36 UTC  (2+ messages)
` [PATCH v2 11/11] gdb, remote: implement always_non_stop_p for remote target

[PATCH v2 00/11] Enable non-stop mode by default for remote targets
 2026-06-11 15:32 UTC  (10+ messages)
` [PATCH v2 01/11] gdb, record: fix assertion when remote target is set to non-stop
` [PATCH v2 02/11] gdb, remote: fix assertion on reconnect to non-stop target
` [PATCH v2 03/11] gdb, remote: fix async handler "
` [PATCH v2 04/11] gdb, remote: fix "info program" after "
` [PATCH v2 05/11] gdb, remote: fix crash when accessing removed events
` [PATCH v2 06/11] gdb, remote: fix ptid matching for process-wide stop events
` [PATCH v2 07/11] gdb, dap: fix DAP events if no thread is selected
` [PATCH v2 08/11] gdb, testsuite: handle async close in monitor-exit-quit.exp
` [PATCH v2 09/11] gdb, testsuite: update attach-deleted-exec.exp to handle async messages

[PATCH] gdb/MicroBlaze: Add support for native linux gdb
 2026-06-11 12:52 UTC  (10+ messages)
      ` [PATCH v2] "

[PATCH] Sort symtabs using their display filename
 2026-06-10 20:21 UTC  (3+ messages)

[PUSHED] gdb/testsuite: remove debug output messages from testsuite
 2026-06-10 18:53 UTC 

[PATCH] Remove ada_value_slice
 2026-06-10 18:38 UTC  (2+ messages)

[PATCH v2] gdb/breakpoint: remove assertion when printing internal breakpoints without locspecs
 2026-06-10 15:37 UTC  (3+ messages)

[PATCH] gdb/breakpoint: remove assertion when printing internal breakpoints without locspecs
 2026-06-10 14:20 UTC  (3+ messages)

[PATCH 0/3] [gdb/contrib] Some dwarf-to-dwarf-assembler.py fixes
 2026-06-10 13:23 UTC  (10+ messages)
` [PATCH 1/3] [gdb/contrib] Fix KeyError in dwarf-to-dwarf-assembler.py
` [PATCH 2/3] [gdb/contrib] Fix UnicodeDecodeError "
` [PATCH 3/3] [gdb/contrib] Fix ELFParseError "

[PATCH 00/10] [gdb] Add some missing i18n support
 2026-06-10 13:21 UTC  (9+ messages)
` [PATCH 02/10] [gdb] Add missing i18n support to error strings (part 2)
` [PATCH 09/10] [gdb] Add missing i18n support to warning strings (part 4)

[PATCH 0/2] [gdb/testsuite] Codespell fixes
 2026-06-10  9:42 UTC  (5+ messages)
` [PATCH 1/2] [gdb/testsuite] Fix typo in configure.ac
` [PATCH 2/2] [gdb/testsuite] Codespell fixes

[PATCH] [gdb/build] Fix building gdb.pot
 2026-06-09 16:49 UTC  (2+ messages)

[pushed] Make two Ada tests more robust
 2026-06-09 16:38 UTC 

[PATCH 00/10] [gdb] Add superblocks range loops
 2026-06-09 12:40 UTC  (2+ messages)

[PATCH] libiberty: sync with gcc commit df3510f80e7c02d9
 2026-06-09 11:13 UTC  (2+ messages)

[PATCH] Fix build for gnu hurd
 2026-06-09  8:39 UTC  (2+ messages)

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

[PATCH v2 03/10] gdb/solib-rocm: add cached_target_fd to manage cached fd lifetime
 2026-06-08 19:34 UTC  (3+ messages)
` [PATCH v2 04/10] gdb: de-constify some methods of solib_ops
` [PATCH v2 10/10] gdb: multiple solib_ops per program space

[PATCH v1] gdb/python: fix memory leak in gdb_py_tp_name
 2026-06-08 18:51 UTC  (16+ messages)

[PATCH 01/11] gdb/solib-rocm: assert that host ops isn't rocm_solib_ops
 2026-06-08 18:36 UTC  (5+ messages)
` [PATCH 1/11] "

page:  |  | latest

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