sat-rs/embedded-examples/stm32f3-disco-rtic/legacy/jlink.gdb
Robin Mueller 8d27bdf3bf
Some checks are pending
Rust/sat-rs/pipeline/head Build queued...
Update embedded examples
2024-05-25 12:32:46 +02:00

11 lines
156 B
Plaintext

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