We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5752 commit 255581dCopy full SHA for 255581d
docs/wiki/debug.md
@@ -100,7 +100,7 @@ GDB 在启动时会默认调用该脚本,你可以在其中设置GDB的默认
100
```bash
101
file esp/KERNEL.ELF
102
gef config context.layout "-legend regs -stack code -args source -threads -trace extra memory"
103
-gef-remote localhost 1234
+gef-remote --qemu-user --qemu-binary esp/KERNEL.ELF localhost 1234
104
tmux-setup
105
b ysos_kernel::init
106
```
0 commit comments