Julian Oes
|
a9ca16cafe
|
Fix a couple of flake8 Python warnings (#13763)
* Tools: fix flake8 error
* platforms: fix flake8 error
This is just guessed.
|
5 years ago |
Christian Clauss
|
6dc55f97d4
|
More fixes for Python 3 compatibility (#13008)
* More fixes for Python 3 compatibility
* Workaround if the six module is not pip installed
* Lose the semicolons
|
5 years ago |
Beat Küng
|
537451c2a0
|
Debug/Nuttx.py: fix 'mon reg' does not exist
Also there was no register xPSR.
Stack usage calculation is still broken...
|
7 years ago |
Daniel Agar
|
2dcd617a8f
|
move Debug to platforms/nuttx
|
7 years ago |
Pavel Kirienko
|
e41bf13ac5
|
Nuttx.py: 'show mybt' outputs in GDB-like format for ease of parsing
|
10 years ago |
Pavel Kirienko
|
9215a8d8da
|
Nuttx.py fixes: Python 2.7 support (required for gcc-arm-toolchain from Terry Guo), fixed int parsing, show mybt by name
|
10 years ago |
mazahner
|
d15203de91
|
Debug/NuttX: small changes to make it work with the current stable branch. Debug/NuttX made existing code work with python3 in gdb. Added some new features
|
10 years ago |
Andrew Tridgell
|
e9c94fa581
|
Debug: fixes for Nuttx.py debug gdb add-ons
also fixed preceding mask calculation in show heaps
|
11 years ago |
px4dev
|
2678aba9fe
|
A bit more NuttX gdb/python tooling to recover an interrupted context. Needs more fleshing out.
|
12 years ago |
px4dev
|
d90345a166
|
Some early gdb/Python macros for working with NuttX.
Note; only tested with gdb 7.6. Will definitely not work with the stock PX4 toolchain's gdb.
|
12 years ago |