This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 1fdb3f5107 notesnap_driver.c: modify struct notesnap_s member type
add fd6634ecb5 mm/dump: make macro more common, fix help prompt
add fd9a9f67cc memdump: add biggest allocated node dump
add 9f2b08a91a memdump: add dump for the orphan nodes(neighbor of free
node)
add 60aa08e365 procfsmeminfo:move heap name to last,avoid display
misalignment
add 067ec7bab1 fs/procfs: fix cmake no mm_pressure, fix kernel build error
add fb176c02ca gdb/thread.py:Remove dependence on g_current_regs
add 8def44b65a mm/dump: pretty the log and thin dump call
add 74725b9412 procfs: access tcb in critical section
add 6e057f5e62 board/mcuboot: exclude procfs/memdump to save .text size
add d6348d85f0 board/opensbi: exclude procfs/memdump to save .data size
No new revisions were added by this update.
Summary of changes:
.../configs/mcuboot-loader/defconfig | 1 +
.../risc-v/mpfs/icicle/configs/opensbi/defconfig | 1 +
fs/procfs/CMakeLists.txt | 35 +--
fs/procfs/fs_procfsmeminfo.c | 101 +++++---
fs/procfs/fs_procfsproc.c | 5 +
fs/procfs/fs_procfstcbinfo.c | 19 +-
include/malloc.h | 2 +
include/nuttx/compiler.h | 6 +-
include/nuttx/mm/mm.h | 22 +-
mm/Kconfig | 8 +
mm/mempool/mempool.c | 12 +-
mm/mm_heap/mm_mallinfo.c | 14 +-
mm/mm_heap/mm_memdump.c | 245 +++++++++++++++----
mm/tlsf/mm_tlsf.c | 268 ++++++++++++++++-----
tools/gdb/thread.py | 14 +-
15 files changed, 565 insertions(+), 188 deletions(-)