Skip to content

Commit 255581d

Browse files
authored
fix: fix gef-remote for qemu (#49)
1 parent 05c5752 commit 255581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wiki/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GDB 在启动时会默认调用该脚本,你可以在其中设置GDB的默认
100100
```bash
101101
file esp/KERNEL.ELF
102102
gef config context.layout "-legend regs -stack code -args source -threads -trace extra memory"
103-
gef-remote localhost 1234
103+
gef-remote --qemu-user --qemu-binary esp/KERNEL.ELF localhost 1234
104104
tmux-setup
105105
b ysos_kernel::init
106106
```

0 commit comments

Comments
 (0)