Re: [PATCH v3 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c

2023-07-18 Thread Alistair Francis
On Tue, Jul 11, 2023 at 10:16 PM Philippe Mathieu-Daudé wrote: > > We want to extract TCG-specific code from debug.c, but some > functions call get_trigger_type() / do_trigger_action(). > Expose these prototypes in "debug.h". > > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis

[PATCH v3 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c

2023-07-11 Thread Philippe Mathieu-Daudé
We want to extract TCG-specific code from debug.c, but some functions call get_trigger_type() / do_trigger_action(). Expose these prototypes in "debug.h". Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/debug.h | 4 target/riscv/debug.c | 5 ++--- 2 files changed, 6 insertions(+), 3