Kernel Debugging with QEMU: Difference between revisions

imported>Luis-Hebendanz
mNo edit summary
imported>Luis-Hebendanz
No edit summary
Line 85: Line 85:
  $ export PATH=$PATH:/bin
  $ export PATH=$PATH:/bin
  $ apt install pciutils tree
  $ apt install pciutils tree
$ sudo umount mount-point.dir
</syntaxhighlight>
</syntaxhighlight>
== Language server support ==
If you want language server support for the kernel code you can generate a compile_commands.json with
```
python ./scripts/gen_compile_commands.py
```


== Debugging drivers ==
== Debugging drivers ==