On 5/22/25 7:03 PM, Rowan Hart wrote:
From: novafacing <[email protected]>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 <[email protected]> Signed-off-by: Rowan Hart <[email protected]> --- gdbstub/gdbstub.c | 2 +- include/exec/gdbstub.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
