Started implementing debugging facilities

This commit is contained in:
2022-12-14 21:45:24 +00:00
parent 51e065faaf
commit 72bf6faadd
11 changed files with 124 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
set confirm off
symbol-file build/socks_kernel
target remote localhost:1234
set confirm on