Releases: dmi391/riscv-binutils-gdb
Releases · dmi391/riscv-binutils-gdb
GDB overlay support for RISC-V
This is custom build of GDB-client with overlay support for RISC-V and TUI.
It was built with using project sifive/freedom-gdb-metal.
Done:
- Fixed problem with overlay support for RISC-V. Now GDB-client supports overlay debugging in auto-mode.
- Fixed problem with output of overlay GDB-commands (
overlay auto
,overlay manual
,overlay off
).
My overlay demo project for RISC-V: dmi391/overlay_demo