Skip to content

Instantly share code, notes, and snippets.

@a4lg
Last active June 3, 2021 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a4lg/b8ec6497c289217d6d28836345b08db7 to your computer and use it in GitHub Desktop.
Save a4lg/b8ec6497c289217d6d28836345b08db7 to your computer and use it in GitHub Desktop.
GDB initialization file I am using for JTAG-based debugging
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