Use /bin/utest instead of init for debugging

This commit is contained in:
EnderIce2 2023-10-20 01:42:56 +03:00
parent cfee4807c4
commit 51ae83bcb2
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

10
.vscode/launch.json vendored
View File

@ -73,6 +73,10 @@
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/bin/init",
"description": "Load /bin/init."
},
{
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/bin/utest",
"description": "Load /bin/utest."
},
{
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/usr/bin/doom",
"description": "Load /usr/bin/doom."
@ -80,7 +84,7 @@
],
},
{
"name": "Attach to VM w/init",
"name": "Attach to VM w/utest",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/kernel.fsys",
@ -113,8 +117,8 @@
"description": "Load binary."
},
{
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/bin/init",
"description": "Load /bin/init."
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/bin/utest",
"description": "Load /bin/utest."
},
],
},