mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
nsh/memdump: support dynamic turn on/off backtrace in heap
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -218,7 +218,7 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
|
||||
#ifdef CONFIG_DEBUG_MM
|
||||
# ifndef CONFIG_NSH_DISABLE_MEMDUMP
|
||||
{ "memdump", cmd_memdump, 1, 3, "[pid/used/free]" },
|
||||
{ "memdump", cmd_memdump, 1, 3, "[pid/used/free/on/off]" },
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user