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/nuttx.git
from 752245aca4 net: Move NET_TCP/UDP_HAVE_STACK to netconfig.h
add 089877c693 memleak:support use gdb to catching absolute memory leaks
add 2f8c9070c5 tools/gdb: use native thread command
add 614e07c8f0 tools/gdb: supports generating memory map images
add 4e067fd762 tool/gdb: use second inferior to get symbol
add 9dbf58f1be tools/gdb: optimize memleak speed
add b81212e96f tools/gdb: Add memory fragmentation rate calculation
add 12783c031c tools/gdb: only define c and s when thread comands enabled
add bbf51ba071 tools/gdb: no need to read the whole memory firstly
add ad1be85be7 tools/gdb: catch exception when there's no selected frame
add 715c3ab079 tools/gdb: fix notification suppress not working
add 1d25eed55c tools/gdb: fix CONFIG_SMP_NCPUS could be none
add 3a46b6e6af tools/gdb: cache gdb.Type result
add de5f70b3c8 tools/gdb: remove 'Nx' prefix for unique commands
add fc0f7365bb tools/gdb: fix import error for certain gdb
add bf2d6a3554 tools/gdb/memdump: add biggest/orphon dump.
add e71d45ce86 utils.py:support import check and requirements.txt
add 8575f11e1e memdump.py:use import_check inside of once_init
add f53869f86f memleak:use global symbol to search all global variables
add 0f1e2cc7dc tools/gdb: make it compatible with older gdb
add b507a57158 thread.py: fix bug that ARM-A TCB info register offset is
discontinuous
add cd78de7c63 memleak:Add reminder information
add 1518f8bdb8 tools/gdb: fix type and comments
No new revisions were added by this update.
Summary of changes:
tools/gdb/lists.py | 62 ++--
tools/gdb/macros.py | 12 +-
tools/gdb/memdump.py | 737 ++++++++++++++++++++++++++++++++++++---------
tools/gdb/requirements.txt | 3 +
tools/gdb/stack.py | 6 +-
tools/gdb/thread.py | 136 +++++----
tools/gdb/utils.py | 256 ++++++++++------
7 files changed, 892 insertions(+), 320 deletions(-)
create mode 100644 tools/gdb/requirements.txt