-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
rISA implements an interesting GDB mode, which runs the simulator as a gdbserver. That is, it allows us to connect RISC-V program with a remote GDB via target remote
or target extended-remote
-- but without linking in the usual debugging stub. Hopefully, rv32emu
can follow the experimental feature in rISA to provide builtin gdbserver.
See also:
- riscv-gdbserver: GDB Server for interacting with RISC-V models, boards and FPGAs
Metadata
Metadata
Assignees
Labels
No labels