Move debug related pages from Guides to a separate top level page. This way all pages related to debugging will be in one place which is more user friendly. Related Github issue: https://github.com/apache/nuttx/issues/15667 Signed-off-by: raiden00pl <raiden00@railab.me>
21 lines
402 B
ReStructuredText
21 lines
402 B
ReStructuredText
=========
|
|
Debugging
|
|
=========
|
|
|
|
This page contains a collection of guides on how to debug problems with NuttX.
|
|
|
|
.. toctree::
|
|
gdbwithpython.rst
|
|
qemugdb.rst
|
|
gdbserver.rst
|
|
debugging_elf_loadable_modules.rst
|
|
tasktrace.rst
|
|
kasan.rst
|
|
coredump.rst
|
|
coresight.rst
|
|
stackcheck.rst
|
|
stackrecord.rst
|
|
disabling_stackdumpdebug.rst
|
|
debuggingflash_nuttxonarm.rst
|
|
cortexmhardfaults.rst
|
|
mte.rst
|