better naming for embedded examples

This commit is contained in:
2024-05-19 21:25:03 +02:00
parent 32481a58a4
commit 31cc4e1f81
25 changed files with 11 additions and 6 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