init commit

This commit is contained in:
2025-02-19 11:00:04 +01:00
commit f842673e3a
104 changed files with 21595 additions and 0 deletions

8
gdb.gdb Normal file
View File

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