Files
zynq7000-rs/zynq/gdb.gdb
Robin Mueller 9c4104814b
Some checks failed
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
Introduce Rust FSBL
2025-10-08 19:47:42 +02:00

9 lines
132 B
Plaintext

target remote localhost:3000
# *try* to stop at the user entry point (it might be gone due to inlining)
break main
load
continue