Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB ThreadX aware plugin #422

Open
alobop opened this issue Nov 27, 2024 · 1 comment
Open

GDB ThreadX aware plugin #422

alobop opened this issue Nov 27, 2024 · 1 comment
Labels
feature New feature or enhancement request

Comments

@alobop
Copy link

alobop commented Nov 27, 2024

Is your feature request related to a problem? Please describe.
GDB debugging is possible with ThreadX, but there are no official plugins that allow support for OS aware features such as enumerating threads and switching context in the debugger.

Describe the solution you'd like
A plugin that can be loaded by GDB to provide OS awareness, such as it supports info threads and related commands,

Describe alternatives you've considered
GDB scripting over the threadx structs.

@alobop alobop added the feature New feature or enhancement request label Nov 27, 2024
@gamelaster
Copy link

gamelaster commented Jan 15, 2025

well, for me, ThreadX debugging worked good, with enumerating threads and switching context through GDB, just in OpenOCD I configured it, and it works perfectly. https://openocd.org/doc/html/GDB-and-OpenOCD.html#RTOS-Support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

2 participants