laik / demo

2 stars 0 forks source link

linux kernel gdb调试 #11

Open laik opened 3 years ago

laik commented 3 years ago

vscode + gdb 远程调试 linux 内核源码 文档连接: https://wenfh2020.com/2021/06/23/vscode-gdb-debug-linux-kernel/

gdb 调试 Linux 内核网络源码(附视频)文档连接: https://wenfh2020.com/2021/05/19/gdb-kernel-networking/

测试源码: https://github.com/wenfh2020/kernel_test.git

kernel 设计文档 https://www.kernel.org/doc/Documentation/networking/

其他文档 https://howardlau.me/programming/debugging-linux-kernel-with-vscode-qemu.html