Re: [PATCH 6/9] target/riscv: debug: Create common trigger actions function

2022-06-15 Thread Bin Meng
On Fri, Jun 10, 2022 at 1:21 PM wrote: > > From: Frank Chang > > Trigger actions are shared among all triggers. Extract to a common > function. > > Signed-off-by: Frank Chang > --- > target/riscv/debug.c | 55 ++-- > target/riscv/debug.h | 13 +++

[PATCH 6/9] target/riscv: debug: Create common trigger actions function

2022-06-09 Thread frank . chang
From: Frank Chang Trigger actions are shared among all triggers. Extract to a common function. Signed-off-by: Frank Chang --- target/riscv/debug.c | 55 ++-- target/riscv/debug.h | 13 +++ 2 files changed, 66 insertions(+), 2 deletions(-) diff