tools.rst 528 B

1234567891011121314151617181920212223242526
  1. ================================
  2. Development tools for the kernel
  3. ================================
  4. This document is a collection of documents about development tools that can
  5. be used to work on the kernel. For now, the documents have been pulled
  6. together without any significant effot to integrate them into a coherent
  7. whole; patches welcome!
  8. .. class:: toc-title
  9. Table of contents
  10. .. toctree::
  11. :maxdepth: 2
  12. coccinelle
  13. sparse
  14. kcov
  15. gcov
  16. kasan
  17. ubsan
  18. kmemleak
  19. kmemcheck
  20. gdb-kernel-debugging