anjiahao1 opened a new pull request, #9568: URL: https://github.com/apache/nuttx/pull/9568
This patch add an example and pyhton base modules: 1.add memdump.py is an example to analyze memory usage by python script. 2.add The most basic data structure analysis, like list, etc. future ideas: Maybe we can add modules related to "sched, drivers, arch, fs.." to automatically analyze scripts to debug some problems References: linux kernel (https://github.com/torvalds/linux/tree/master/scripts/gdb) The official manual of gdb (https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html) ## Summary Add python script auto debug ## Impact debug ## Testing nsh:sim with MM_BACKTRACE=8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
