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 8def1764a4 arch/stm32h5: add basic ADC support
new 5c939d8140 gdb: devide tid & pid, add holder logout when waiting mutex
new 852e683fa3 python/gdb:fix use thread command on running task bug
new 2292a36983 gdb/thread.py:change show gdb index/tid/pid format
new 5aaa31337a gdb/thread.py:fix a bug when use 'up' then use 'thread'
new eccd26a162 gdb/thread.py:Print colorful
new 8eb1047595 gdb python tools: fix command "info thread" echo error
new 635e324e9a gdb/thread.py:simplify the logic of nxsetregs
new daac426f79 gdb python plugin:add hexdump command support
new e0bea987d1 gdb python plugin:support dump list member
new 76db3c8939 enable stack trace printing on excpetion
new 8edb9283ba trivial modification on the utility module
new e31fe0fb55 add custom command and APIs for retrieving/displaying stack
statistics
new 06d640a677 implement `ps` nx shell utility for ez debugging with GDB
new 8264c05c15 tools/gdb: use f string where possible
new 477f7b92ee tools/gdb/memdump.py:fix mempool memory traversal missing
nodes
new eded2017d4 memdump.py:Enhance the printing function of memdump
new 96a3bc2b5c tools/gdb: fix if restore_regs failed script abort
new edc410f26f format code to pass CI
The 18 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/__init__.py | 8 +-
tools/gdb/gcore.py | 2 +
tools/gdb/lists.py | 28 ++++
tools/gdb/macros.py | 214 ++++++++++++++++++++++++++++
tools/gdb/memdump.py | 376 ++++++++++++++++++++++++++++++++++++++++----------
tools/gdb/stack.py | 206 +++++++++++++++++++++++++++
tools/gdb/thread.py | 343 +++++++++++++++++++++++++++++++++++++--------
tools/gdb/utils.py | 224 ++++++++++++++++++++++++++++--
8 files changed, 1254 insertions(+), 147 deletions(-)
create mode 100644 tools/gdb/macros.py
create mode 100644 tools/gdb/stack.py