qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Minor gdbstub cleanups
@ 2024-10-10  9:26 Ilya Leoshkevich
  2024-10-10  9:26 ` [PATCH 1/4] gdbstub: Make gdb_get_char() static Ilya Leoshkevich
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ilya Leoshkevich @ 2024-10-10  9:26 UTC (permalink / raw)
  To: Alex Bennée
  Cc: Philippe Mathieu-Daudé, Richard Henderson, qemu-devel,
	Ilya Leoshkevich

Hi,

These four patches are from the [1] series, which will probably take a
while. But IMHO they make sense on their own, so I'm sending them as a
separate series.

[1] https://lore.kernel.org/qemu-devel/20240923162208.90745-1-iii@linux.ibm.com/

Best regards,
Ilya

Ilya Leoshkevich (4):
  gdbstub: Make gdb_get_char() static
  gdbstub: Move phy_memory_mode to GDBSystemState
  gdbstub: Move gdb_syscall_mode to GDBSyscallState
  gdbstub: Factor out gdb_try_stop()

 gdbstub/gdbstub.c   | 15 +++++++++++----
 gdbstub/internals.h |  4 ++--
 gdbstub/syscalls.c  | 20 ++++++++++----------
 gdbstub/system.c    | 18 ++++++++----------
 gdbstub/user.c      | 13 +++++--------
 5 files changed, 36 insertions(+), 34 deletions(-)

-- 
2.46.2



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

end of thread, other threads:[~2024-10-10  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10  9:26 [PATCH 0/4] Minor gdbstub cleanups Ilya Leoshkevich
2024-10-10  9:26 ` [PATCH 1/4] gdbstub: Make gdb_get_char() static Ilya Leoshkevich
2024-10-10  9:26 ` [PATCH 2/4] gdbstub: Move phy_memory_mode to GDBSystemState Ilya Leoshkevich
2024-10-10  9:26 ` [PATCH 3/4] gdbstub: Move gdb_syscall_mode to GDBSyscallState Ilya Leoshkevich
2024-10-10  9:26 ` [PATCH 4/4] gdbstub: Factor out gdb_try_stop() Ilya Leoshkevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).