You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/02/28 14:30:10 UTC

[incubator-nuttx] branch master updated (281ecf1 -> 91e2b13)

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