Re: [PATCH 5/9] target/riscv: debug: Introduce tinfo CSR

2022-06-15 Thread Bin Meng
On Fri, Jun 10, 2022 at 1:21 PM wrote: > > From: Frank Chang > > tinfo.info: > One bit for each possible type enumerated in tdata1. > If the bit is set, then that type is supported by the currently > selected trigger. > > Signed-off-by: Frank Chang > --- > target/riscv/cpu_bits.h | 1 +

[PATCH 5/9] target/riscv: debug: Introduce tinfo CSR

2022-06-09 Thread frank . chang
From: Frank Chang tinfo.info: One bit for each possible type enumerated in tdata1. If the bit is set, then that type is supported by the currently selected trigger. Signed-off-by: Frank Chang --- target/riscv/cpu_bits.h | 1 + target/riscv/csr.c | 8 target/riscv/debug.c