We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b88958 commit 30b1660Copy full SHA for 30b1660
Documentation/guides/disabling_stackdumpdebug.rst
@@ -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
@@ -39,3 +39,4 @@ Guides
39
changing_systemclockconfig.rst
40
usingkernelthreads.rst
41
armv7m_runtimestackcheck.rst
42
+ disabling_stackdumpdebug.rst
0 commit comments