-
Notifications
You must be signed in to change notification settings - Fork 217
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
Rtems should show task names when typing cpuuse
#1281
Labels
Comments
thesamprice
pushed a commit
to thesamprice/osal
that referenced
this issue
Aug 22, 2022
2 tasks
skliper
added a commit
to skliper/osal
that referenced
this issue
Aug 3, 2023
@thesamprice - If you are using RTEMS 5 you can use pthread_setname_np which doesn't conflict with the object name. I've got it working locally, see c3b8e26. It uses _Thread_Set_name under the hood, which utilizes a different structure than the object name itself. Sample output:
|
@skliper Ill give that a try when I get a chance. |
2 tasks
skliper
added a commit
to skliper/osal
that referenced
this issue
Aug 25, 2023
dzbaker
added a commit
that referenced
this issue
Sep 13, 2023
Fix #1281, Set RTEMS task name for cpuuse
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
typing
cpuuse
in console should show rtems names.Add the following bits to
OS_TaskCreate_Impl
in rtemsExpected behavior
rtems should register its name, so it shows up when using rtems commands.
Code snips
If applicable, add references to the software.
System observed on:
Additional context
Better debug info in rtems
Reporter Info
Nasa
The text was updated successfully, but these errors were encountered: