Re: [PATCH v3] gdb: riscv: Add target description

2021-01-06 Thread Bin Meng
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

[PATCH v3] gdb: riscv: Add target description

2021-01-06 Thread Sylvain Pelissier
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