build(userspace): update vscode launch configuration and Makefiles for utest and libc_test

Easier to debug

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-21 02:37:48 +02:00
parent 9dfa750444
commit 2c2e7d9de3
3 changed files with 9 additions and 4 deletions

7
.vscode/launch.json vendored
View File

@ -48,7 +48,12 @@
},
{
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/bin/utest",
"description": "Load /bin/utest",
"description": "/bin/utest (0x00400000)",
"ignoreFailures": true
},
{
"text": "add-symbol-file ${workspaceFolder}/../initrd_tmp_data/bin/libc_test",
"description": "/bin/libc_test (0x00600000)",
"ignoreFailures": true
},
{