added jlink.gdb file and updated submodules

This commit is contained in:
2021-11-06 20:22:25 +01:00
parent 041f547a4f
commit c4190e0bd7
4 changed files with 13 additions and 2 deletions

10
jlink.gdb Normal file
View File

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