Re: [PATCH v2 0/8] target/riscv: Improve RISC-V Debug support

2022-09-22 Thread Alistair Francis
On Fri, Sep 9, 2022 at 11:48 PM Bin Meng wrote: > > This patchset refactors RISC-V Debug support to allow more types of > triggers to be extended. > > The initial support of type 6 trigger, which is similar to type 2 > trigger with additional functionality, is also introduced in this > patchset.

[PATCH v2 0/8] target/riscv: Improve RISC-V Debug support

2022-09-09 Thread Bin Meng
This patchset refactors RISC-V Debug support to allow more types of triggers to be extended. The initial support of type 6 trigger, which is similar to type 2 trigger with additional functionality, is also introduced in this patchset. This is a v2 respin of previous patch originally done by