Re: [PATCH v4 1/9] gdbstub: Expose gdb_write_register function to consumers of gdbstub

2025-05-29 Thread Pierrick Bouvier
On 5/22/25 7:03 PM, Rowan Hart wrote: From: novafacing This patch exposes the gdb_write_register function from gdbstub/gdbstub.c via the exec/gdbstub.h header file to support use in plugins to write register contents. Signed-off-by: novafacing Signed-off-by: Rowan Hart --- gdbstub/gdbstub.

[PATCH v4 1/9] gdbstub: Expose gdb_write_register function to consumers of gdbstub

2025-05-22 Thread Rowan Hart
From: novafacing This patch exposes the gdb_write_register function from gdbstub/gdbstub.c via the exec/gdbstub.h header file to support use in plugins to write register contents. Signed-off-by: novafacing Signed-off-by: Rowan Hart --- gdbstub/gdbstub.c | 2 +- include/exec/gdbstub.h |