Skip to content

Commit 30b1660

Browse files
lvanassexiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent 0b88958 commit 30b1660

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=========================================
2+
Disabling the Stack Dump During Debugging
3+
=========================================
4+
5+
.. warning::
6+
Migrated from:
7+
https://cwiki.apache.org/confluence/display/NUTTX/Disabling+the+Stack+Dump+During+Debugging
8+
9+
The stack dump routine can clutter the output of GDB during debugging.
10+
To disable it, set this configuration option in the defconfig file of
11+
the board configuration:
12+
13+
.. code-block:: c
14+
15+
CONFIG_ARCH_STACKDUMP=n

Documentation/guides/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Guides
3939
changing_systemclockconfig.rst
4040
usingkernelthreads.rst
4141
armv7m_runtimestackcheck.rst
42+
disabling_stackdumpdebug.rst

0 commit comments

Comments
 (0)