nuttx/Documentation/debugging
wangchengdong 07a470f696 sched: Improve nxsched stack overflow checking implementation
1. Remove STACKCHECK_SOFTWARE config,
   2. Do sp value checking when STACKCHECK_MARGIN == 0,
   3. Do margin-based stack check when STACKCHECK_MARGIN > 0,
   4. Disable stack check when STACKCHECK_MARGIN == -1

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2025-10-11 18:00:44 +08:00
..
gdb Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
image Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
coredump.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
coresight.rst Documentation: fix spelling 2025-05-15 11:33:41 +08:00
cortexmhardfaults.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
debugging_elf_loadable_modules.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
debuggingflash_nuttxonarm.rst style: fix typos 2025-04-30 13:45:46 +08:00
disabling_stackdumpdebug.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
gdbserver.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
gdbwithpython.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
index.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
kasan.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
mte.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
qemugdb.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
stackcheck.rst sched: Improve nxsched stack overflow checking implementation 2025-10-11 18:00:44 +08:00
stackrecord.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
tasktrace.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
tasktraceinternal.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00
tasktraceuser.rst Documentation: move debug pages to a separate top level page 2025-03-24 20:23:47 +08:00