mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
adc5c8b5ac
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) Change-Id: Ib9025a0a141cb89f3813526f7c55dcb28de31ed9 Signed-off-by: anjiahao <anjiahao@xiaomi.com>