aboutsummaryrefslogtreecommitdiff
path: root/Debug/Nuttx.py
Commit message (Collapse)AuthorAgeFilesLines
* Nuttx.py: 'show mybt' outputs in GDB-like format for ease of parsingPavel Kirienko2015-01-211-29/+8
|
* Nuttx.py fixes: Python 2.7 support (required for gcc-arm-toolchain from ↵Pavel Kirienko2015-01-211-20/+31
| | | | Terry Guo), fixed int parsing, show mybt by name
* Debug/NuttX: small changes to make it work with the current stable branch. ↵mazahner2014-11-101-47/+386
| | | | Debug/NuttX made existing code work with python3 in gdb. Added some new features
* Debug: fixes for Nuttx.py debug gdb add-onsAndrew Tridgell2014-04-281-6/+10
| | | | also fixed preceding mask calculation in show heaps
* A bit more NuttX gdb/python tooling to recover an interrupted context. Needs ↵px4dev2013-09-141-50/+123
| | | | more fleshing out.
* Some early gdb/Python macros for working with NuttX.px4dev2013-08-171-0/+298
Note; only tested with gdb 7.6. Will definitely not work with the stock PX4 toolchain's gdb.