Re: [PATCH v2 37/40] gdbstub: Pass CPU context to command handler

2024-07-05 Thread Manos Pitsidianakis
On Fri, 5 Jul 2024 at 11:47, Alex Bennée wrote: > > From: Gustavo Romero > > Allow passing the current CPU context to command handlers via user_ctx > when the handler requires it. > > Signed-off-by: Gustavo Romero > Signed-off-by: Alex Bennée > Message-Id: <20240628050850.536447-9-gustavo.rom..

[PATCH v2 37/40] gdbstub: Pass CPU context to command handler

2024-07-05 Thread Alex Bennée
From: Gustavo Romero Allow passing the current CPU context to command handlers via user_ctx when the handler requires it. Signed-off-by: Gustavo Romero Signed-off-by: Alex Bennée Message-Id: <20240628050850.536447-9-gustavo.rom...@linaro.org> --- include/gdbstub/commands.h | 3 +++ gdbstub/gd