Skip to content

Releases: dmi391/riscv-binutils-gdb

GDB overlay support for RISC-V

14 Sep 02:47
Compare
Choose a tag to compare

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:

  1. Fixed problem with overlay support for RISC-V. Now GDB-client supports overlay debugging in auto-mode.
  2. Fixed problem with output of overlay GDB-commands (overlay auto, overlay manual, overlay off).

My overlay demo project for RISC-V: dmi391/overlay_demo