2024-11-24 10:44 PM
Good afternoon,
We use ThreadX in conjunction with TouchGFX.
As debugger we use ST-Link/V2 and GDB as debugger.
If a simple new project is started with several threads and TouchGFX, all threads (active and inactive) are displayed in the debug view.
All threads can also be output directly from gdb via “info threads”.
Here is the problem:
In our project, however, this no longer works, instead only the active thread is displayed.
Also “info threads” only shows the active thread.
We have already tried the following things without success:
If the active thread here is the idle thread, at least the last active thread is also displayed.
Since we need to see all threads, do you have any idea where we can start to make progress here?
With best regards