You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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:

CONFIG_ARCH_STACKDUMP=n
  • No labels