git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
launch.json
diff --git
a/lunaix-os/.vscode/launch.json
b/lunaix-os/.vscode/launch.json
index 1969f6d5aa5d8c1ac49b5bf475160a34ce6d3735..0a866ca4fa6d27874f3ad8c86ceced62cb91d317 100644
(file)
--- a/
lunaix-os/.vscode/launch.json
+++ b/
lunaix-os/.vscode/launch.json
@@
-7,8
+7,8
@@
{
"type": "gdb",
"request": "attach",
{
"type": "gdb",
"request": "attach",
- "name": "
Attach to QEMU
",
- "executable": "${workspaceRoot}/build/bin/
lunaix
.bin",
+ "name": "
LunaixOS
",
+ "executable": "${workspaceRoot}/build/bin/
kernel
.bin",
"target": ":1234",
"remote": true,
"cwd": "${workspaceRoot}",
"target": ":1234",
"remote": true,
"cwd": "${workspaceRoot}",