From 8eed8909da8fc4744bfc7c713aba2808816c4dbe Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sun, 2 Mar 2025 22:47:43 +0000 Subject: [PATCH] chore(vscode): update launch configuration to include libc_test Signed-off-by: EnderIce2 --- .vscode/launch.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e5725554..2312a38a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,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 }, { @@ -81,7 +86,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 }, { @@ -109,7 +119,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 }, {