mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
support memdump can dump by seq number
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -224,7 +224,8 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
|
||||
#ifdef CONFIG_DEBUG_MM
|
||||
# ifndef CONFIG_NSH_DISABLE_MEMDUMP
|
||||
{ "memdump", cmd_memdump, 1, 3, "[pid/used/free/on/off]" },
|
||||
{ "memdump", cmd_memdump, 1, 4, "[pid/used/free/on/off]"
|
||||
" <minseq> <maxseq>"},
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user