Re: [gem5-users] Remote gdb debug interface for RISCV/gem5.debug

2019-07-20 Thread Alec Roelke
Hi John, The GDB you're using should be fine. Your error is most likely a bug in the GDB implementation in the RISC-V ISA within gem5. I can take a look at it over the next week or so, but if you find a fix for it yourself don't hesitate to submit a patch. -Alec Roelke On Wed, Jul 17, 2019 at

[gem5-users] Remote gdb debug interface for RISCV/gem5.debug

2019-07-17 Thread John Liu
Hi, colleges, I'm trying to use remote gdb debug for RISCV/gem5.debug in FS mode. The binaries file I used to try this interface is the Berkely boot loader and it has been able to boot in FS mode. * I enabled the "wait_for_remote_gdb" Params in BaseCPU.py and this Params worked. But GDB part