|
From: | Brent W. Baccala |
Subject: | Re: gnumach debugger advice |
Date: | Thu, 15 Feb 2018 16:01:33 -0500 |
Brent W. Baccala, on dim. 11 févr. 2018 01:23:10 -0500, wrote:
> So how can I figure out where in processor_set_tasks() (or its subroutines)
> that the kernel has blocked?
show all tasks
Should give you the list of tasks, then
show task $task123
shows the list of threads, then
trace/t $task123.4
shows the backtrace of the thread.
[Prev in Thread] | Current Thread | [Next in Thread] |