Doc: Migrate Disabling the Stack Dump During Debugging

Migrate https://cwiki.apache.org/confluence/display/NUTTX/Disabling+the+Stack+Dump+During+Debugging
to the official wiki

Signed-off-by: Ludovic Vanasse <ludovicvanasse@gmail.com>
This commit is contained in:
Ludovic Vanasse 2024-10-14 12:08:32 -04:00 committed by Xiang Xiao
parent 0b889585a5
commit 30b1660cc2
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
=========================================
Disabling the Stack Dump During Debugging
=========================================
.. warning::
Migrated from:
https://cwiki.apache.org/confluence/display/NUTTX/Disabling+the+Stack+Dump+During+Debugging
The stack dump routine can clutter the output of GDB during debugging.
To disable it, set this configuration option in the defconfig file of
the board configuration:
.. code-block:: c
CONFIG_ARCH_STACKDUMP=n

View file

@ -39,3 +39,4 @@ Guides
changing_systemclockconfig.rst
usingkernelthreads.rst
armv7m_runtimestackcheck.rst
disabling_stackdumpdebug.rst