All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] gdbstub/next - bug fixes and cleanups (pre-PR)
@ 2026-02-03 11:51 Alex Bennée
  2026-02-03 11:51 ` [PATCH 01/11] meson-buildoptions: Remove duplicated entry of --gdb in the help text Alex Bennée
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Alex Bennée @ 2026-02-03 11:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: John Snow, Pierrick Bouvier, qemu-arm, Markus Armbruster,
	Cédric Le Goater, David Gibson, Nicholas Piggin,
	Wainer dos Santos Moschetta, qemu-ppc,
	Philippe Mathieu-Daudé, Alex Bennée, Peter Maydell,
	Cleber Rosa, Daniel P. Berrangé, Edgar E. Iglesias,
	qemu-s390x, Thomas Huth, Paolo Bonzini, Akihiko Odaki,
	Daniel Henrique Barboza, David Hildenbrand, Ilya Leoshkevich,
	Richard Henderson, Laurent Vivier

Flushing my queue for gdbstub/next and I'll roll a PR by the end of
the week to get the bug fixes in. The other re-factoring patches are
towards a longer term goal of supporting more stop packet reply types
but aren't critical to merge save reducing the delta. I won't include
them in the PR unless reviewed:

  gdbstub/user: rename and use bool for running_state
  include/gdbstub: fix typo
  gdbstub: pass GString to gdb_build_stop_packet
  gdbstub/user: localise variables for reading gdb socket
  gdbstub: extract stop reply message construction
  gdbstub: remove the need for goto cleanup

Alex.

Alex Bennée (8):
  meson-buildoptions: Remove duplicated entry of --gdb in the help text
  Makefile: add python script dependency for meson-buildoptions.sh
  gdbstub: remove the need for goto cleanup
  gdbstub: extract stop reply message construction
  gdbstub/user: localise variables for reading gdb socket
  gdbstub: pass GString to gdb_build_stop_packet
  include/gdbstub: fix typo
  gdbstub/user: rename and use bool for running_state

Yodel Eldar (3):
  include/gdbstub/syscalls: Add EIO and ENOSYS GDB File-I/O errno values
  gdbstub: Export host_to_gdb_errno File-I/O helper function
  gdbstub/user-target: Convert host errno to GDB File-I/O errno

 Makefile                      |  2 +-
 gdbstub/internals.h           | 10 ++++++++
 include/gdbstub/commands.h    |  2 +-
 include/gdbstub/syscalls.h    | 11 +++++++++
 gdbstub/gdbstub.c             | 45 +++++++++++++++--------------------
 gdbstub/syscalls.c            | 36 ++++++++++++++++++++++++++++
 gdbstub/system.c              | 11 +++++++++
 gdbstub/user-target.c         | 13 ++++++----
 gdbstub/user.c                | 40 ++++++++++++++++++++-----------
 target/m68k/m68k-semi.c       | 29 ----------------------
 scripts/meson-buildoptions.py |  9 ++++++-
 scripts/meson-buildoptions.sh |  1 -
 12 files changed, 132 insertions(+), 77 deletions(-)

-- 
2.47.3



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2026-02-04  4:39 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 11:51 [PATCH 00/11] gdbstub/next - bug fixes and cleanups (pre-PR) Alex Bennée
2026-02-03 11:51 ` [PATCH 01/11] meson-buildoptions: Remove duplicated entry of --gdb in the help text Alex Bennée
2026-02-03 11:51 ` [PATCH 02/11] Makefile: add python script dependency for meson-buildoptions.sh Alex Bennée
2026-02-03 11:51 ` [PATCH 03/11] gdbstub: remove the need for goto cleanup Alex Bennée
2026-02-03 22:06   ` Yodel Eldar
2026-02-03 22:14     ` Philippe Mathieu-Daudé
2026-02-03 11:51 ` [PATCH 04/11] gdbstub: extract stop reply message construction Alex Bennée
2026-02-04  4:29   ` Richard Henderson
2026-02-03 11:51 ` [PATCH 05/11] gdbstub/user: localise variables for reading gdb socket Alex Bennée
2026-02-04  4:35   ` Richard Henderson
2026-02-03 11:51 ` [PATCH 06/11] gdbstub: pass GString to gdb_build_stop_packet Alex Bennée
2026-02-03 15:44   ` Alex Bennée
2026-02-04  4:37   ` Richard Henderson
2026-02-03 11:51 ` [PATCH 07/11] include/gdbstub/syscalls: Add EIO and ENOSYS GDB File-I/O errno values Alex Bennée
2026-02-03 11:51 ` [PATCH 08/11] gdbstub: Export host_to_gdb_errno File-I/O helper function Alex Bennée
2026-02-03 11:51 ` [PATCH 09/11] gdbstub/user-target: Convert host errno to GDB File-I/O errno Alex Bennée
2026-02-03 11:52 ` [PATCH 10/11] include/gdbstub: fix typo Alex Bennée
2026-02-03 12:06   ` Peter Maydell
2026-02-03 11:52 ` [PATCH 11/11] gdbstub/user: rename and use bool for running_state Alex Bennée
2026-02-04  4:38   ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.