Skip to content
Snippets Groups Projects
Commit cd39acb1 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Gdb: Add "osv runqueue" command


This patch adds a "osv runqueue" command to gdb, which shows the (sorted)
run queue of each CPU. Note that the run queue does not include the thread
currently running - just those which are ready to run.

This command is useful for debugging the scheduler and load balancer, but
is less generally useful than the "osv info threads" command, which lists
all threads, specially marking those which are runnable as well as those
which are running.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
parent bc420c7a
No related branches found
No related tags found
Loading
Loading
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