Skip to content

GDB overlay support for RISC-V

Latest
Compare
Choose a tag to compare
@dmi391 dmi391 released this 14 Sep 02:47

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