Re: [PATCH 9/9] target/riscv: debug: Add initial support of type 6 trigger

2022-06-15 Thread Bin Meng
On Fri, Jun 10, 2022 at 1:25 PM wrote: > > From: Frank Chang > > Type 6 trigger is similar to a type 2 trigger, but provides additional > functionality and should be used instead of type 2 in newer > implementations. > > Signed-off-by: Frank Chang > --- > target/riscv/debug.c | 174

[PATCH 9/9] target/riscv: debug: Add initial support of type 6 trigger

2022-06-09 Thread frank . chang
From: Frank Chang Type 6 trigger is similar to a type 2 trigger, but provides additional functionality and should be used instead of type 2 in newer implementations. Signed-off-by: Frank Chang --- target/riscv/debug.c | 174 ++- target/riscv/debug.h |