On 5/22/25 7:03 PM, Rowan Hart wrote:
From: novafacing <rowanbh...@gmail.com>
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 <rowanbh...@gmail.com>
Signed-off-by: Rowan Hart <rowanbh...@gmail.com>
---
gdbstub/gdbstub.c | 2 +-
include/exec/gdbstub.h | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>