Re: [RESEND PATCH v3 1/7] target/riscv: Add initial support for native debug

2022-03-14 Thread Bin Meng
On Wed, Jan 19, 2022 at 11:16 AM Alistair Francis wrote: > > On Wed, Jan 5, 2022 at 1:09 PM Bin Meng wrote: > > > > From: Bin Meng > > > > This adds initial support for the native debug via the Trigger Module, > > as defined in the RISC-V Debug Specification [1]. > > Doesn't this mean we are jus

Re: [RESEND PATCH v3 1/7] target/riscv: Add initial support for native debug

2022-01-18 Thread Alistair Francis
On Wed, Jan 5, 2022 at 1:09 PM Bin Meng wrote: > > From: Bin Meng > > This adds initial support for the native debug via the Trigger Module, > as defined in the RISC-V Debug Specification [1]. Doesn't this mean we are just supporting the Sdtrig extension? > > Only "Address / Data Match" trigger

[RESEND PATCH v3 1/7] target/riscv: Add initial support for native debug

2022-01-04 Thread Bin Meng
From: Bin Meng This adds initial support for the native debug via the Trigger Module, as defined in the RISC-V Debug Specification [1]. Only "Address / Data Match" trigger (type 2) is implemented as of now, which is mainly used for hardware breakpoint and watchpoint. The number of type 2 trigger