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 c0669e3fc9 CI: Run CI Job `other` only for Simple x86 PR new 4ff0447027 tools/gdb: Add net.py and netstats command new 1c884ee230 tools/gdb: Add packet statistic in netstats new 395090284a tools/gdb: Add UDP in netstats new d0884828ed tools/gdb: Add TCP in netstats new 5ec2c97424 tools/gdb: Supports args and help for netstats The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: tools/gdb/net.py | 253 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/gdb/utils.py | 35 ++++++++ 2 files changed, 288 insertions(+) create mode 100644 tools/gdb/net.py