This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 281ecf1 boards/arm/stm32: Update adb configs
add 91e2b13 tools:add parsememdump.py to parse memdump info(by cmd:
memdump all) This script will help you analyze memdump log files, analyze the
number of occurrences of backtrace, and output stack information memdump log
files need this format: pid size addr mem
No new revisions were added by this update.
Summary of changes:
tools/parsememdump.py | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 145 insertions(+)
create mode 100755 tools/parsememdump.py