Kernel Debugging with QEMU: Difference between revisions

imported>Mic92
update fhs-userenv
imported>Mic92
gen_compile_commands was moved.
Line 106: Line 106:
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">
<syntaxhighlight lang="console">
$ python ./scripts/gen_compile_commands.py  
$ python ./scripts/clang-tools/gen_compile_commands.py  
</syntaxhighlight>
</syntaxhighlight>