On Fri, Jun 10, 2022 at 1:21 PM <[email protected]> wrote: > > From: Frank Chang <[email protected]> > > 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 <[email protected]> > --- > target/riscv/cpu_bits.h | 1 + > target/riscv/csr.c | 8 ++++++++ > target/riscv/debug.c | 10 +++++++--- > target/riscv/debug.h | 2 ++ > 4 files changed, 18 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
