Last active
June 3, 2021 03:20
-
-
Save a4lg/b8ec6497c289217d6d28836345b08db7 to your computer and use it in GitHub Desktop.
GDB initialization file I am using for JTAG-based debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set arch riscv:rv64 | |
define hook-quit | |
set confirm off | |
end | |
target extended-remote localhost:3333 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment