Update embedded examples
Some checks are pending
Rust/sat-rs/pipeline/head Build queued...

This commit is contained in:
2024-05-25 12:32:46 +02:00
parent 3d2a46f044
commit 8d27bdf3bf
50 changed files with 110385 additions and 95 deletions

View File

@ -0,0 +1,10 @@
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