Skip to content
Snippets Groups Projects
Commit ae1324b6 authored by davip00's avatar davip00
Browse files

Add GDB script for debugging nothing example

parent 6e653aa9
No related branches found
No related tags found
No related merge requests found
# For debugging the minimal binary
target extended-remote localhost:1234
file nothing.elf
break _reset
layout asm
layout regs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment