zynq7000-rs/gdb.gdb
2025-04-11 20:39:36 +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