Re: [PATCH v2 1/3] Expose gdb_write_register function to consumers of gdbstub

2025-01-09 Thread Alex Bennée
Rowan Hart writes: > From: novafacing You need to include Signed-of-by tags for anything to get accepted. > > --- > gdbstub/gdbstub.c | 2 +- > include/exec/gdbstub.h | 14 ++ > 2 files changed, 15 insertions(+), 1 deletion(-) > > diff --git a/gdbstub/gdbstub.c b/gdbstub/gdb

[PATCH v2 1/3] Expose gdb_write_register function to consumers of gdbstub

2024-12-06 Thread Rowan Hart
From: novafacing --- gdbstub/gdbstub.c | 2 +- include/exec/gdbstub.h | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/gdbstub/gdbstub.c b/gdbstub/gdbstub.c index b1def7e71d..7d87a3324c 100644 --- a/gdbstub/gdbstub.c +++ b/gdbstub/gdbstub.c @@ -536,7 +536