mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
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:
parent
0b889585a5
commit
30b1660cc2
2 changed files with 16 additions and 0 deletions
15
Documentation/guides/disabling_stackdumpdebug.rst
Normal file
15
Documentation/guides/disabling_stackdumpdebug.rst
Normal 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
|
|
@ -39,3 +39,4 @@ Guides
|
|||
changing_systemclockconfig.rst
|
||||
usingkernelthreads.rst
|
||||
armv7m_runtimestackcheck.rst
|
||||
disabling_stackdumpdebug.rst
|
||||
|
|
Loading…
Reference in a new issue