Kernel Debugging with QEMU: Difference between revisions
imported>Luis-Hebendanz No edit summary |
imported>Luis-Hebendanz mNo edit summary |
||
| Line 90: | Line 90: | ||
== Language server support == | == Language server support == | ||
If you want language server support for the kernel code you can generate a compile_commands.json with | If you want language server support for the kernel code you can generate a compile_commands.json with | ||
<syntaxhighlight lang="console"> | |||
python ./scripts/gen_compile_commands.py | $ python ./scripts/gen_compile_commands.py | ||
</syntaxhighlight> | |||
== Debugging drivers == | == Debugging drivers == | ||