Skip to content
Snippets Groups Projects
Commit 6901a853 authored by px4dev's avatar px4dev
Browse files

Make the task printer work with our usual config. Tough to detect the correct configuration here.

parent a0925e47
No related branches found
No related tags found
No related merge requests found
......@@ -161,8 +161,8 @@ end
#
define _showsemaphore
printf "count %d ", $arg0->semcount
if $arg0->hlist.holder != 0
set $_task = (struct _TCB *)$arg0->hlist.holder
if $arg0->holder.htcb != 0
set $_task = (struct _TCB *)$arg0->holder.htcb
printf "held by %s", $_task->name
end
printf "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment