Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
hit-xby
OSKernel2024-yeah
Commits
e63268d2
Commit
e63268d2
authored
6 months ago
by
只敲代码不玩耍,聪明baka也变傻ᗜˬᗜ
Browse files
Options
Download
Patches
Plain Diff
fix: update launch configuration to use symbol file for debugging
parent
c6a5e19b
master
auto-stack-unwind-vendored
ci/test-auto-stack-unwind
fat32-filesystem-vendored
feat/auto-stack-unwind
feat/docs
feat/docs-vendored
feat/ext4-filesystem
feat/ext4-filesystem-vendored
feat/fat32-filesystem
feat/impl-frame-allocation
feat/kernel-panic-unwind
feat/lazy-symbol-table-build
feat/lazy-symbol-table-build-vendored
feat/paging-virtual-memory
feat/paging-virtual-memory-vendored
feat/setup-trap-control-flow
feat/setup-trap-control-flow-vendored
feat/test-final
feat/test-final-vendored
fix/ci-branch-retrieval
fix/ci-branch-retrieval-vendored
fix/virtual-memory-debug
impl-frame-allocation-vendored
kernel-panic-unwind-vendored
master-vendored
revert-7-fix/virtual-memory-debug
test-auto-stack-unwind-vendored
virtual-memory-debug-vendored
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/.vscode/launch.json
+2
-2
kernel/.vscode/launch.json
with
2 additions
and
2 deletions
+2
-2
kernel/.vscode/launch.json
+
2
−
2
View file @
e63268d2
...
...
@@ -5,7 +5,7 @@
"name"
:
"(gdb) Qemu"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"program"
:
"${workspaceFolder}/target/riscv64gc-unknown-none-elf/debug/bakaos"
,
"program"
:
"${workspaceFolder}/target/riscv64gc-unknown-none-elf/debug/bakaos
.sym
"
,
"args"
:
[],
"stopAtEntry"
:
false
,
"cwd"
:
"${workspaceFolder}"
,
...
...
@@ -29,4 +29,4 @@
"useExtendedRemote"
:
true
,
},
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets