Hi Sylvain,
On Wed, Jan 6, 2021 at 6:34 PM Sylvain Pelissier
wrote:
>
> Target description is not currently implemented in RISC-V architecture. Thus
> GDB won't set it properly when attached. The patch implements the target
> description response.
Please limit the commit message in less than 7
Target description is not currently implemented in RISC-V architecture. Thus
GDB won't set it properly when attached. The patch implements the target
description response.
Signed-off-by: Sylvain Pelissier
---
target/riscv/cpu.c | 13 +
1 file changed, 13 insertions(+)
diff --git a