"Python scripting is not supported in this copy of GDB"
Split from https://community.st.com/t5/stm32-mcus-boards-and-hardware/st-link-contolled-by-python/td-p/677553
Could you please give an update on this?
I just ran "help python" within arm-none-eabi-gdb (IDE version 1.17.0) and got:
(gdb) help python
python, py
Evaluate a Python command.
Python scripting is not supported in this copy of GDB.
This command is only a placeholder.It would be nice to know if this will be implemented at some point.
My use case is similar to the OP - collection of target execution history within a unit test environment. I current have a Python script that controls the GDB server and runs the client with a command file, but it would be easier to use Python directly.
Edited to correct IDE version.
